public class DescribeDeliveryChannelsResult extends Object implements Serializable, Cloneable
The output for the DescribeDeliveryChannels action.
Constructor and Description |
---|
DescribeDeliveryChannelsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDeliveryChannelsResult |
clone() |
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()
A list that contains the descriptions of the specified delivery channel.
public void setDeliveryChannels(Collection<DeliveryChannel> deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
deliveryChannels
- A list that contains the descriptions of the specified delivery
channel.public DescribeDeliveryChannelsResult withDeliveryChannels(DeliveryChannel... deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
NOTE: This method appends the values to the existing list (if
any). Use setDeliveryChannels(java.util.Collection)
or
withDeliveryChannels(java.util.Collection)
if you want to
override the existing values.
deliveryChannels
- A list that contains the descriptions of the specified delivery
channel.public DescribeDeliveryChannelsResult withDeliveryChannels(Collection<DeliveryChannel> deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
deliveryChannels
- A list that contains the descriptions of the specified delivery
channel.public String toString()
toString
in class Object
Object.toString()
public DescribeDeliveryChannelsResult clone()
Copyright © 2018. All rights reserved.