Class ConfigStreamDeliveryInfo
- All Implemented Interfaces:
Serializable
,Cloneable
A list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The error code from the last attempted delivery.The error message from the last attempted delivery.Status of the last attempted delivery.The time from the last status change.int
hashCode()
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
setLastStatusChangeTime
(Date lastStatusChangeTime) The time from the last status change.toString()
Returns a string representation of this object; useful for testing and debugging.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.withLastStatusChangeTime
(Date lastStatusChangeTime) The time from the last status change.
-
Constructor Details
-
ConfigStreamDeliveryInfo
public ConfigStreamDeliveryInfo()
-
-
Method Details
-
setLastStatus
Status of the last attempted delivery.
Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
- Parameters:
lastStatus
- Status of the last attempted delivery.Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
- See Also:
-
getLastStatus
Status of the last attempted delivery.
Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
- Returns:
- Status of the last attempted delivery.
Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
- See Also:
-
withLastStatus
Status of the last attempted delivery.
Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
- Parameters:
lastStatus
- Status of the last attempted delivery.Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setLastStatus
Status of the last attempted delivery.
Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
- Parameters:
lastStatus
- Status of the last attempted delivery.Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
- See Also:
-
withLastStatus
Status of the last attempted delivery.
Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
- Parameters:
lastStatus
- Status of the last attempted delivery.Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
- 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.
-
setLastStatusChangeTime
The time from the last status change.
- Parameters:
lastStatusChangeTime
- The time from the last status change.
-
getLastStatusChangeTime
The time from the last status change.
- Returns:
- The time from the last status change.
-
withLastStatusChangeTime
The time from the last status change.
- Parameters:
lastStatusChangeTime
- The time from the last status change.- 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
-