public class DescribeDeliveryChannelStatusResult extends Object 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; useful for testing and
debugging.
|
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.
|
public 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 Object
Object.toString()
public DescribeDeliveryChannelStatusResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.