@Generated(value="software.amazon.awssdk:codegen") public final class DeliveryChannelStatus extends Object implements StructuredPojo, 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name()
The name of the delivery channel.
|
static Class<? extends DeliveryChannelStatus.Builder> |
serializableBuilderClass() |
DeliveryChannelStatus.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
The name of the delivery channel.
public ConfigExportDeliveryInfo configSnapshotDeliveryInfo()
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
public ConfigExportDeliveryInfo configHistoryDeliveryInfo()
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeliveryChannelStatus.Builder,DeliveryChannelStatus>
public static DeliveryChannelStatus.Builder builder()
public static Class<? extends DeliveryChannelStatus.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.