@Generated(value="software.amazon.awssdk:codegen") public class ConfigExportDeliveryInfo extends Object implements StructuredPojo, ToCopyableBuilder<ConfigExportDeliveryInfo.Builder,ConfigExportDeliveryInfo>
Provides status of the delivery of the snapshot or the configuration history to the specified Amazon S3 bucket. Also provides the status of notifications about the Amazon S3 delivery to the specified Amazon SNS topic.
Modifier and Type | Class and Description |
---|---|
static interface |
ConfigExportDeliveryInfo.Builder |
Modifier and Type | Method and Description |
---|---|
static ConfigExportDeliveryInfo.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastAttemptTime()
The time of the last attempted delivery.
|
String |
lastErrorCode()
The error code from the last attempted delivery.
|
String |
lastErrorMessage()
The error message from the last attempted delivery.
|
DeliveryStatus |
lastStatus()
Status of the last attempted delivery.
|
String |
lastStatusAsString()
Status of the last attempted delivery.
|
Instant |
lastSuccessfulTime()
The time of the last successful delivery.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
Instant |
nextDeliveryTime()
The time that the next delivery occurs.
|
static Class<? extends ConfigExportDeliveryInfo.Builder> |
serializableBuilderClass() |
ConfigExportDeliveryInfo.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public DeliveryStatus lastStatus()
Status of the last attempted delivery.
If the service returns an enum value that is not available in the current SDK version, lastStatus
will
return DeliveryStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
lastStatusAsString()
.
DeliveryStatus
public String lastStatusAsString()
Status of the last attempted delivery.
If the service returns an enum value that is not available in the current SDK version, lastStatus
will
return DeliveryStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
lastStatusAsString()
.
DeliveryStatus
public String lastErrorCode()
The error code from the last attempted delivery.
public String lastErrorMessage()
The error message from the last attempted delivery.
public Instant lastAttemptTime()
The time of the last attempted delivery.
public Instant lastSuccessfulTime()
The time of the last successful delivery.
public Instant nextDeliveryTime()
The time that the next delivery occurs.
public ConfigExportDeliveryInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ConfigExportDeliveryInfo.Builder,ConfigExportDeliveryInfo>
public static ConfigExportDeliveryInfo.Builder builder()
public static Class<? extends ConfigExportDeliveryInfo.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.