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()
public void setDeliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus)
deliveryChannelsStatus
- A list that contains the status of a specified delivery channel.public DescribeDeliveryChannelStatusResult withDeliveryChannelsStatus(DeliveryChannelStatus... deliveryChannelsStatus)
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.
Returns a reference to this object so that method calls can be chained together.
deliveryChannelsStatus
- A list that contains the status of a specified delivery channel.public DescribeDeliveryChannelStatusResult withDeliveryChannelsStatus(Collection<DeliveryChannelStatus> deliveryChannelsStatus)
Returns a reference to this object so that method calls can be chained together.
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 © 2015. All rights reserved.