public class ConfigExportDeliveryInfo extends Object implements Serializable
A list that contains the status of the delivery of either the snapshot or the configuration history to the specified Amazon S3 bucket.
Constructor and Description |
---|
ConfigExportDeliveryInfo() |
Modifier and Type | Method and Description |
---|---|
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.
|
int |
hashCode() |
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.
|
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.
|
public String getLastStatus()
Constraints:
Allowed Values: Success, Failure
DeliveryStatus
public void setLastStatus(String lastStatus)
Constraints:
Allowed Values: Success, Failure
lastStatus
- Status of the last attempted delivery.DeliveryStatus
public ConfigExportDeliveryInfo withLastStatus(String lastStatus)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Success, Failure
lastStatus
- Status of the last attempted delivery.DeliveryStatus
public void setLastStatus(DeliveryStatus lastStatus)
Constraints:
Allowed Values: Success, Failure
lastStatus
- Status of the last attempted delivery.DeliveryStatus
public ConfigExportDeliveryInfo withLastStatus(DeliveryStatus lastStatus)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Success, Failure
lastStatus
- Status of the last attempted delivery.DeliveryStatus
public String getLastErrorCode()
public void setLastErrorCode(String lastErrorCode)
lastErrorCode
- The error code from the last attempted delivery.public ConfigExportDeliveryInfo withLastErrorCode(String lastErrorCode)
Returns a reference to this object so that method calls can be chained together.
lastErrorCode
- The error code from the last attempted delivery.public String getLastErrorMessage()
public void setLastErrorMessage(String lastErrorMessage)
lastErrorMessage
- The error message from the last attempted delivery.public ConfigExportDeliveryInfo withLastErrorMessage(String lastErrorMessage)
Returns a reference to this object so that method calls can be chained together.
lastErrorMessage
- The error message from the last attempted delivery.public Date getLastAttemptTime()
public void setLastAttemptTime(Date lastAttemptTime)
lastAttemptTime
- The time of the last attempted delivery.public ConfigExportDeliveryInfo withLastAttemptTime(Date lastAttemptTime)
Returns a reference to this object so that method calls can be chained together.
lastAttemptTime
- The time of the last attempted delivery.public Date getLastSuccessfulTime()
public void setLastSuccessfulTime(Date lastSuccessfulTime)
lastSuccessfulTime
- The time of the last successful delivery.public ConfigExportDeliveryInfo withLastSuccessfulTime(Date lastSuccessfulTime)
Returns a reference to this object so that method calls can be chained together.
lastSuccessfulTime
- The time of the last successful delivery.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.