Class DeliveryChannelStatus
- java.lang.Object
-
- software.amazon.awssdk.services.config.model.DeliveryChannelStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeliveryChannelStatus.Builder,DeliveryChannelStatus>
@Generated("software.amazon.awssdk:codegen") public final class DeliveryChannelStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeliveryChannelStatus.Builder,DeliveryChannelStatus>
The status of a specified delivery channel.
Valid values:
Success|Failure- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeliveryChannelStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeliveryChannelStatus.Builderbuilder()ConfigExportDeliveryInfoconfigHistoryDeliveryInfo()A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.ConfigExportDeliveryInfoconfigSnapshotDeliveryInfo()A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.ConfigStreamDeliveryInfoconfigStreamDeliveryInfo()A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the delivery channel.List<SdkField<?>>sdkFields()static Class<? extends DeliveryChannelStatus.Builder>serializableBuilderClass()DeliveryChannelStatus.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The name of the delivery channel.
- Returns:
- The name of the delivery channel.
-
configSnapshotDeliveryInfo
public final ConfigExportDeliveryInfo configSnapshotDeliveryInfo()
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
- Returns:
- A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
-
configHistoryDeliveryInfo
public final ConfigExportDeliveryInfo configHistoryDeliveryInfo()
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
- Returns:
- A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
-
configStreamDeliveryInfo
public final ConfigStreamDeliveryInfo configStreamDeliveryInfo()
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
- Returns:
- A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
-
toBuilder
public DeliveryChannelStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeliveryChannelStatus.Builder,DeliveryChannelStatus>
-
builder
public static DeliveryChannelStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeliveryChannelStatus.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-