@Generated(value="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
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeliveryChannelStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryChannelStatus.Builder |
builder() |
ConfigExportDeliveryInfo |
configHistoryDeliveryInfo()
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
|
ConfigExportDeliveryInfo |
configSnapshotDeliveryInfo()
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
|
ConfigStreamDeliveryInfo |
configStreamDeliveryInfo()
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS
topic.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the delivery channel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeliveryChannelStatus.Builder> |
serializableBuilderClass() |
DeliveryChannelStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the delivery channel.
public final ConfigExportDeliveryInfo configSnapshotDeliveryInfo()
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
public final ConfigExportDeliveryInfo configHistoryDeliveryInfo()
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
public final ConfigStreamDeliveryInfo configStreamDeliveryInfo()
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
public DeliveryChannelStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeliveryChannelStatus.Builder,DeliveryChannelStatus>public static DeliveryChannelStatus.Builder builder()
public static Class<? extends DeliveryChannelStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.