@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDeliveryChannelStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output for the DescribeDeliveryChannelStatus action.
| Constructor and Description |
|---|
DescribeDeliveryChannelStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDeliveryChannelStatusResult |
clone() |
boolean |
equals(Object obj) |
List<DeliveryChannelStatus> |
getDeliveryChannelsStatus()
A list that contains the status of a specified delivery channel.
|
int |
hashCode() |
void |
setDeliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus)
A list that contains the status of a specified delivery channel.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDeliveryChannelStatusResult |
withDeliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus)
A list that contains the status of a specified delivery channel.
|
DescribeDeliveryChannelStatusResult |
withDeliveryChannelsStatus(DeliveryChannelStatus... deliveryChannelsStatus)
A list that contains the status of a specified delivery channel.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<DeliveryChannelStatus> getDeliveryChannelsStatus()
A list that contains the status of a specified delivery channel.
public void setDeliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus)
A list that contains the status of a specified delivery channel.
deliveryChannelsStatus - A list that contains the status of a specified delivery channel.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) or
withDeliveryChannelsStatus(java.util.Collection) if you want to override the existing values.
deliveryChannelsStatus - A list that contains the status of a specified delivery channel.public DescribeDeliveryChannelStatusResult withDeliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus)
A list that contains the status of a specified delivery channel.
deliveryChannelsStatus - A list that contains the status of a specified delivery channel.public String toString()
toString in class ObjectObject.toString()public DescribeDeliveryChannelStatusResult clone()