Class ConfigExportDeliveryInfo
- All Implemented Interfaces:
Serializable
,Cloneable
A list that contains the status of the delivery of either the snapshot or the configuration history to the specified Amazon S3 bucket.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The time of the last attempted delivery.The error code from the last attempted delivery.The error message from the last attempted delivery.Status of the last attempted delivery.The time of the last successful delivery.The time that the next delivery occurs.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.void
setNextDeliveryTime
(Date nextDeliveryTime) The time that the next delivery occurs.toString()
Returns a string representation of this object; useful for testing and debugging.withLastAttemptTime
(Date lastAttemptTime) The time of the last attempted delivery.withLastErrorCode
(String lastErrorCode) The error code from the last attempted delivery.withLastErrorMessage
(String lastErrorMessage) The error message from the last attempted delivery.withLastStatus
(DeliveryStatus lastStatus) Status of the last attempted delivery.withLastStatus
(String lastStatus) Status of the last attempted delivery.withLastSuccessfulTime
(Date lastSuccessfulTime) The time of the last successful delivery.withNextDeliveryTime
(Date nextDeliveryTime) The time that the next delivery occurs.
-
Constructor Details
-
ConfigExportDeliveryInfo
public ConfigExportDeliveryInfo()
-
-
Method Details
-
setLastStatus
Status of the last attempted delivery.
- Parameters:
lastStatus
- Status of the last attempted delivery.- See Also:
-
getLastStatus
Status of the last attempted delivery.
- Returns:
- Status of the last attempted delivery.
- See Also:
-
withLastStatus
Status of the last attempted delivery.
- Parameters:
lastStatus
- Status of the last attempted delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setLastStatus
Status of the last attempted delivery.
- Parameters:
lastStatus
- Status of the last attempted delivery.- See Also:
-
withLastStatus
Status of the last attempted delivery.
- Parameters:
lastStatus
- Status of the last attempted delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setLastErrorCode
The error code from the last attempted delivery.
- Parameters:
lastErrorCode
- The error code from the last attempted delivery.
-
getLastErrorCode
The error code from the last attempted delivery.
- Returns:
- The error code from the last attempted delivery.
-
withLastErrorCode
The error code from the last attempted delivery.
- Parameters:
lastErrorCode
- The error code from the last attempted delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastErrorMessage
The error message from the last attempted delivery.
- Parameters:
lastErrorMessage
- The error message from the last attempted delivery.
-
getLastErrorMessage
The error message from the last attempted delivery.
- Returns:
- The error message from the last attempted delivery.
-
withLastErrorMessage
The error message from the last attempted delivery.
- Parameters:
lastErrorMessage
- The error message from the last attempted delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastAttemptTime
The time of the last attempted delivery.
- Parameters:
lastAttemptTime
- The time of the last attempted delivery.
-
getLastAttemptTime
The time of the last attempted delivery.
- Returns:
- The time of the last attempted delivery.
-
withLastAttemptTime
The time of the last attempted delivery.
- Parameters:
lastAttemptTime
- The time of the last attempted delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastSuccessfulTime
The time of the last successful delivery.
- Parameters:
lastSuccessfulTime
- The time of the last successful delivery.
-
getLastSuccessfulTime
The time of the last successful delivery.
- Returns:
- The time of the last successful delivery.
-
withLastSuccessfulTime
The time of the last successful delivery.
- Parameters:
lastSuccessfulTime
- The time of the last successful delivery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextDeliveryTime
The time that the next delivery occurs.
- Parameters:
nextDeliveryTime
- The time that the next delivery occurs.
-
getNextDeliveryTime
The time that the next delivery occurs.
- Returns:
- The time that the next delivery occurs.
-
withNextDeliveryTime
The time that the next delivery occurs.
- Parameters:
nextDeliveryTime
- The time that the next delivery occurs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-