StructuredPojo
, ToCopyableBuilder<ConfigExportDeliveryInfo.Builder,ConfigExportDeliveryInfo>
@Generated("software.amazon.awssdk:codegen") public class ConfigExportDeliveryInfo extends Object implements StructuredPojo, ToCopyableBuilder<ConfigExportDeliveryInfo.Builder,ConfigExportDeliveryInfo>
A list that contains the status of the delivery of either the snapshot or the configuration history to the specified Amazon S3 bucket.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ConfigExportDeliveryInfo.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ConfigExportDeliveryInfo.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Date |
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.
|
String |
lastStatus() |
Status of the last attempted delivery.
|
Date |
lastSuccessfulTime() |
The time of the last successful delivery.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Date |
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() |
public String lastStatus()
Status of the last attempted delivery.
DeliveryStatus
public String lastErrorCode()
The error code from the last attempted delivery.
public String lastErrorMessage()
The error message from the last attempted delivery.
public Date lastAttemptTime()
The time of the last attempted delivery.
public Date lastSuccessfulTime()
The time of the last successful delivery.
public Date 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.