Class DescribeDeliveryChannelStatusResult
java.lang.Object
com.amazonaws.services.config.model.DescribeDeliveryChannelStatusResult
- All Implemented Interfaces:
Serializable,Cloneable
The output for the DescribeDeliveryChannelStatus action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list that contains the status of a specified delivery channel.inthashCode()voidsetDeliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus) A list that contains the status of a specified delivery channel.toString()Returns a string representation of this object; useful for testing and debugging.withDeliveryChannelsStatus(DeliveryChannelStatus... deliveryChannelsStatus) A list that contains the status of a specified delivery channel.withDeliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus) A list that contains the status of a specified delivery channel.
-
Constructor Details
-
DescribeDeliveryChannelStatusResult
public DescribeDeliveryChannelStatusResult()
-
-
Method Details
-
getDeliveryChannelsStatus
A list that contains the status of a specified delivery channel.
- Returns:
- A list that contains the status of a specified delivery channel.
-
setDeliveryChannelsStatus
A list that contains the status of a specified delivery channel.
- Parameters:
deliveryChannelsStatus- A list that contains the status of a specified delivery channel.
-
withDeliveryChannelsStatus
public DescribeDeliveryChannelStatusResult withDeliveryChannelsStatus(DeliveryChannelStatus... deliveryChannelsStatus) A list that contains the status of a specified delivery channel.
NOTE: This method appends the values to the existing list (if any). Use
setDeliveryChannelsStatus(java.util.Collection)orwithDeliveryChannelsStatus(java.util.Collection)if you want to override the existing values.- Parameters:
deliveryChannelsStatus- A list that contains the status of a specified delivery channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDeliveryChannelsStatus
public DescribeDeliveryChannelStatusResult withDeliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus) A list that contains the status of a specified delivery channel.
- Parameters:
deliveryChannelsStatus- A list that contains the status of a specified delivery channel.- 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
-