public class DescribeDeliveryChannelsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The output for the DescribeDeliveryChannels action.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DeliveryChannel> |
deliveryChannels
A list that contains the descriptions of the specified delivery channel.
|
Constructor and Description |
---|
DescribeDeliveryChannelsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDeliveryChannelsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<DeliveryChannel> |
getDeliveryChannels()
A list that contains the descriptions of the specified delivery channel.
|
int |
hashCode() |
void |
setDeliveryChannels(java.util.Collection<DeliveryChannel> deliveryChannels)
A list that contains the descriptions of the specified delivery channel.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDeliveryChannelsResult |
withDeliveryChannels(java.util.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.
|
private SdkInternalList<DeliveryChannel> deliveryChannels
A list that contains the descriptions of the specified delivery channel.
public java.util.List<DeliveryChannel> getDeliveryChannels()
A list that contains the descriptions of the specified delivery channel.
public void setDeliveryChannels(java.util.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(java.util.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeDeliveryChannelsResult clone()
clone
in class java.lang.Object