@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigExportDeliveryInfo extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
ConfigExportDeliveryInfo() |
Modifier and Type | Method and Description |
---|---|
ConfigExportDeliveryInfo |
clone() |
boolean |
equals(Object obj) |
Date |
getLastAttemptTime()
The time of the last attempted delivery.
|
String |
getLastErrorCode()
The error code from the last attempted delivery.
|
String |
getLastErrorMessage()
The error message from the last attempted delivery.
|
String |
getLastStatus()
Status of the last attempted delivery.
|
Date |
getLastSuccessfulTime()
The time of the last successful delivery.
|
Date |
getNextDeliveryTime()
The time that the next delivery occurs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLastAttemptTime(Date lastAttemptTime)
The time of the last attempted delivery.
|
void |
setLastErrorCode(String lastErrorCode)
The error code from the last attempted delivery.
|
void |
setLastErrorMessage(String lastErrorMessage)
The error message from the last attempted delivery.
|
void |
setLastStatus(DeliveryStatus lastStatus)
Status of the last attempted delivery.
|
void |
setLastStatus(String lastStatus)
Status of the last attempted delivery.
|
void |
setLastSuccessfulTime(Date lastSuccessfulTime)
The time of the last successful delivery.
|
void |
setNextDeliveryTime(Date nextDeliveryTime)
The time that the next delivery occurs.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ConfigExportDeliveryInfo |
withLastAttemptTime(Date lastAttemptTime)
The time of the last attempted delivery.
|
ConfigExportDeliveryInfo |
withLastErrorCode(String lastErrorCode)
The error code from the last attempted delivery.
|
ConfigExportDeliveryInfo |
withLastErrorMessage(String lastErrorMessage)
The error message from the last attempted delivery.
|
ConfigExportDeliveryInfo |
withLastStatus(DeliveryStatus lastStatus)
Status of the last attempted delivery.
|
ConfigExportDeliveryInfo |
withLastStatus(String lastStatus)
Status of the last attempted delivery.
|
ConfigExportDeliveryInfo |
withLastSuccessfulTime(Date lastSuccessfulTime)
The time of the last successful delivery.
|
ConfigExportDeliveryInfo |
withNextDeliveryTime(Date nextDeliveryTime)
The time that the next delivery occurs.
|
public void setLastStatus(String lastStatus)
Status of the last attempted delivery.
lastStatus
- Status of the last attempted delivery.DeliveryStatus
public String getLastStatus()
Status of the last attempted delivery.
DeliveryStatus
public ConfigExportDeliveryInfo withLastStatus(String lastStatus)
Status of the last attempted delivery.
lastStatus
- Status of the last attempted delivery.DeliveryStatus
public void setLastStatus(DeliveryStatus lastStatus)
Status of the last attempted delivery.
lastStatus
- Status of the last attempted delivery.DeliveryStatus
public ConfigExportDeliveryInfo withLastStatus(DeliveryStatus lastStatus)
Status of the last attempted delivery.
lastStatus
- Status of the last attempted delivery.DeliveryStatus
public void setLastErrorCode(String lastErrorCode)
The error code from the last attempted delivery.
lastErrorCode
- The error code from the last attempted delivery.public String getLastErrorCode()
The error code from the last attempted delivery.
public ConfigExportDeliveryInfo withLastErrorCode(String lastErrorCode)
The error code from the last attempted delivery.
lastErrorCode
- The error code from the last attempted delivery.public void setLastErrorMessage(String lastErrorMessage)
The error message from the last attempted delivery.
lastErrorMessage
- The error message from the last attempted delivery.public String getLastErrorMessage()
The error message from the last attempted delivery.
public ConfigExportDeliveryInfo withLastErrorMessage(String lastErrorMessage)
The error message from the last attempted delivery.
lastErrorMessage
- The error message from the last attempted delivery.public void setLastAttemptTime(Date lastAttemptTime)
The time of the last attempted delivery.
lastAttemptTime
- The time of the last attempted delivery.public Date getLastAttemptTime()
The time of the last attempted delivery.
public ConfigExportDeliveryInfo withLastAttemptTime(Date lastAttemptTime)
The time of the last attempted delivery.
lastAttemptTime
- The time of the last attempted delivery.public void setLastSuccessfulTime(Date lastSuccessfulTime)
The time of the last successful delivery.
lastSuccessfulTime
- The time of the last successful delivery.public Date getLastSuccessfulTime()
The time of the last successful delivery.
public ConfigExportDeliveryInfo withLastSuccessfulTime(Date lastSuccessfulTime)
The time of the last successful delivery.
lastSuccessfulTime
- The time of the last successful delivery.public void setNextDeliveryTime(Date nextDeliveryTime)
The time that the next delivery occurs.
nextDeliveryTime
- The time that the next delivery occurs.public Date getNextDeliveryTime()
The time that the next delivery occurs.
public ConfigExportDeliveryInfo withNextDeliveryTime(Date nextDeliveryTime)
The time that the next delivery occurs.
nextDeliveryTime
- The time that the next delivery occurs.public String toString()
toString
in class Object
Object.toString()
public ConfigExportDeliveryInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.