public class DeliveryChannelStatus extends Object implements Serializable
The status of a specified delivery channel.
Valid values: Success
|
Failure
Constructor and Description |
---|
DeliveryChannelStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ConfigExportDeliveryInfo |
getConfigHistoryDeliveryInfo()
A list that contains the status of the delivery of the configuration
history to the specified Amazon S3 bucket.
|
ConfigExportDeliveryInfo |
getConfigSnapshotDeliveryInfo()
A list containing the status of the delivery of the snapshot to the
specified Amazon S3 bucket.
|
ConfigStreamDeliveryInfo |
getConfigStreamDeliveryInfo()
A list containing the status of the delivery of the configuration
stream notification to the specified Amazon SNS topic.
|
String |
getName()
The name of the delivery channel.
|
int |
hashCode() |
void |
setConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo configHistoryDeliveryInfo)
A list that contains the status of the delivery of the configuration
history to the specified Amazon S3 bucket.
|
void |
setConfigSnapshotDeliveryInfo(ConfigExportDeliveryInfo configSnapshotDeliveryInfo)
A list containing the status of the delivery of the snapshot to the
specified Amazon S3 bucket.
|
void |
setConfigStreamDeliveryInfo(ConfigStreamDeliveryInfo configStreamDeliveryInfo)
A list containing the status of the delivery of the configuration
stream notification to the specified Amazon SNS topic.
|
void |
setName(String name)
The name of the delivery channel.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeliveryChannelStatus |
withConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo configHistoryDeliveryInfo)
A list that contains the status of the delivery of the configuration
history to the specified Amazon S3 bucket.
|
DeliveryChannelStatus |
withConfigSnapshotDeliveryInfo(ConfigExportDeliveryInfo configSnapshotDeliveryInfo)
A list containing the status of the delivery of the snapshot to the
specified Amazon S3 bucket.
|
DeliveryChannelStatus |
withConfigStreamDeliveryInfo(ConfigStreamDeliveryInfo configStreamDeliveryInfo)
A list containing the status of the delivery of the configuration
stream notification to the specified Amazon SNS topic.
|
DeliveryChannelStatus |
withName(String name)
The name of the delivery channel.
|
public String getName()
public void setName(String name)
name
- The name of the delivery channel.public DeliveryChannelStatus withName(String name)
Returns a reference to this object so that method calls can be chained together.
name
- The name of the delivery channel.public ConfigExportDeliveryInfo getConfigSnapshotDeliveryInfo()
public void setConfigSnapshotDeliveryInfo(ConfigExportDeliveryInfo configSnapshotDeliveryInfo)
configSnapshotDeliveryInfo
- A list containing the status of the delivery of the snapshot to the
specified Amazon S3 bucket.public DeliveryChannelStatus withConfigSnapshotDeliveryInfo(ConfigExportDeliveryInfo configSnapshotDeliveryInfo)
Returns a reference to this object so that method calls can be chained together.
configSnapshotDeliveryInfo
- A list containing the status of the delivery of the snapshot to the
specified Amazon S3 bucket.public ConfigExportDeliveryInfo getConfigHistoryDeliveryInfo()
public void setConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo configHistoryDeliveryInfo)
configHistoryDeliveryInfo
- A list that contains the status of the delivery of the configuration
history to the specified Amazon S3 bucket.public DeliveryChannelStatus withConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo configHistoryDeliveryInfo)
Returns a reference to this object so that method calls can be chained together.
configHistoryDeliveryInfo
- A list that contains the status of the delivery of the configuration
history to the specified Amazon S3 bucket.public ConfigStreamDeliveryInfo getConfigStreamDeliveryInfo()
public void setConfigStreamDeliveryInfo(ConfigStreamDeliveryInfo configStreamDeliveryInfo)
configStreamDeliveryInfo
- A list containing the status of the delivery of the configuration
stream notification to the specified Amazon SNS topic.public DeliveryChannelStatus withConfigStreamDeliveryInfo(ConfigStreamDeliveryInfo configStreamDeliveryInfo)
Returns a reference to this object so that method calls can be chained together.
configStreamDeliveryInfo
- A list containing the status of the delivery of the configuration
stream notification to the specified Amazon SNS topic.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.