public class DescribeDeliveryChannelsResult extends Object implements Serializable
The output for the DescribeDeliveryChannels action.
| Constructor and Description |
|---|
DescribeDeliveryChannelsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<DeliveryChannel> |
getDeliveryChannels()
A list that contains the descriptions of the specified delivery
channel.
|
int |
hashCode() |
void |
setDeliveryChannels(Collection<DeliveryChannel> deliveryChannels)
A list that contains the descriptions of the specified delivery
channel.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDeliveryChannelsResult |
withDeliveryChannels(Collection<DeliveryChannel> deliveryChannels)
A list that contains the descriptions of the specified delivery
channel.
|
DescribeDeliveryChannelsResult |
withDeliveryChannels(DeliveryChannel... deliveryChannels)
A list that contains the descriptions of the specified delivery
channel.
|
public List<DeliveryChannel> getDeliveryChannels()
public void setDeliveryChannels(Collection<DeliveryChannel> deliveryChannels)
deliveryChannels - A list that contains the descriptions of the specified delivery
channel.public DescribeDeliveryChannelsResult withDeliveryChannels(DeliveryChannel... deliveryChannels)
Returns a reference to this object so that method calls can be chained together.
deliveryChannels - A list that contains the descriptions of the specified delivery
channel.public DescribeDeliveryChannelsResult withDeliveryChannels(Collection<DeliveryChannel> deliveryChannels)
Returns a reference to this object so that method calls can be chained together.
deliveryChannels - A list that contains the descriptions of the specified delivery
channel.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.