public class ConfigExportDeliveryInfo
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
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 | Field and Description |
---|---|
private java.util.Date |
lastAttemptTime
The time of the last attempted delivery.
|
private java.lang.String |
lastErrorCode
The error code from the last attempted delivery.
|
private java.lang.String |
lastErrorMessage
The error message from the last attempted delivery.
|
private java.lang.String |
lastStatus
Status of the last attempted delivery.
|
private java.util.Date |
lastSuccessfulTime
The time of the last successful delivery.
|
private java.util.Date |
nextDeliveryTime
The time that the next delivery occurs.
|
Constructor and Description |
---|
ConfigExportDeliveryInfo() |
Modifier and Type | Method and Description |
---|---|
ConfigExportDeliveryInfo |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getLastAttemptTime()
The time of the last attempted delivery.
|
java.lang.String |
getLastErrorCode()
The error code from the last attempted delivery.
|
java.lang.String |
getLastErrorMessage()
The error message from the last attempted delivery.
|
java.lang.String |
getLastStatus()
Status of the last attempted delivery.
|
java.util.Date |
getLastSuccessfulTime()
The time of the last successful delivery.
|
java.util.Date |
getNextDeliveryTime()
The time that the next delivery occurs.
|
int |
hashCode() |
void |
setLastAttemptTime(java.util.Date lastAttemptTime)
The time of the last attempted delivery.
|
void |
setLastErrorCode(java.lang.String lastErrorCode)
The error code from the last attempted delivery.
|
void |
setLastErrorMessage(java.lang.String lastErrorMessage)
The error message from the last attempted delivery.
|
void |
setLastStatus(DeliveryStatus lastStatus)
Status of the last attempted delivery.
|
void |
setLastStatus(java.lang.String lastStatus)
Status of the last attempted delivery.
|
void |
setLastSuccessfulTime(java.util.Date lastSuccessfulTime)
The time of the last successful delivery.
|
void |
setNextDeliveryTime(java.util.Date nextDeliveryTime)
The time that the next delivery occurs.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ConfigExportDeliveryInfo |
withLastAttemptTime(java.util.Date lastAttemptTime)
The time of the last attempted delivery.
|
ConfigExportDeliveryInfo |
withLastErrorCode(java.lang.String lastErrorCode)
The error code from the last attempted delivery.
|
ConfigExportDeliveryInfo |
withLastErrorMessage(java.lang.String lastErrorMessage)
The error message from the last attempted delivery.
|
ConfigExportDeliveryInfo |
withLastStatus(DeliveryStatus lastStatus)
Status of the last attempted delivery.
|
ConfigExportDeliveryInfo |
withLastStatus(java.lang.String lastStatus)
Status of the last attempted delivery.
|
ConfigExportDeliveryInfo |
withLastSuccessfulTime(java.util.Date lastSuccessfulTime)
The time of the last successful delivery.
|
ConfigExportDeliveryInfo |
withNextDeliveryTime(java.util.Date nextDeliveryTime)
The time that the next delivery occurs.
|
private java.lang.String lastStatus
Status of the last attempted delivery.
private java.lang.String lastErrorCode
The error code from the last attempted delivery.
private java.lang.String lastErrorMessage
The error message from the last attempted delivery.
private java.util.Date lastAttemptTime
The time of the last attempted delivery.
private java.util.Date lastSuccessfulTime
The time of the last successful delivery.
private java.util.Date nextDeliveryTime
The time that the next delivery occurs.
public void setLastStatus(java.lang.String lastStatus)
Status of the last attempted delivery.
lastStatus
- Status of the last attempted delivery.DeliveryStatus
public java.lang.String getLastStatus()
Status of the last attempted delivery.
DeliveryStatus
public ConfigExportDeliveryInfo withLastStatus(java.lang.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(java.lang.String lastErrorCode)
The error code from the last attempted delivery.
lastErrorCode
- The error code from the last attempted delivery.public java.lang.String getLastErrorCode()
The error code from the last attempted delivery.
public ConfigExportDeliveryInfo withLastErrorCode(java.lang.String lastErrorCode)
The error code from the last attempted delivery.
lastErrorCode
- The error code from the last attempted delivery.public void setLastErrorMessage(java.lang.String lastErrorMessage)
The error message from the last attempted delivery.
lastErrorMessage
- The error message from the last attempted delivery.public java.lang.String getLastErrorMessage()
The error message from the last attempted delivery.
public ConfigExportDeliveryInfo withLastErrorMessage(java.lang.String lastErrorMessage)
The error message from the last attempted delivery.
lastErrorMessage
- The error message from the last attempted delivery.public void setLastAttemptTime(java.util.Date lastAttemptTime)
The time of the last attempted delivery.
lastAttemptTime
- The time of the last attempted delivery.public java.util.Date getLastAttemptTime()
The time of the last attempted delivery.
public ConfigExportDeliveryInfo withLastAttemptTime(java.util.Date lastAttemptTime)
The time of the last attempted delivery.
lastAttemptTime
- The time of the last attempted delivery.public void setLastSuccessfulTime(java.util.Date lastSuccessfulTime)
The time of the last successful delivery.
lastSuccessfulTime
- The time of the last successful delivery.public java.util.Date getLastSuccessfulTime()
The time of the last successful delivery.
public ConfigExportDeliveryInfo withLastSuccessfulTime(java.util.Date lastSuccessfulTime)
The time of the last successful delivery.
lastSuccessfulTime
- The time of the last successful delivery.public void setNextDeliveryTime(java.util.Date nextDeliveryTime)
The time that the next delivery occurs.
nextDeliveryTime
- The time that the next delivery occurs.public java.util.Date getNextDeliveryTime()
The time that the next delivery occurs.
public ConfigExportDeliveryInfo withNextDeliveryTime(java.util.Date nextDeliveryTime)
The time that the next delivery occurs.
nextDeliveryTime
- The time that the next delivery occurs.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ConfigExportDeliveryInfo clone()
clone
in class java.lang.Object