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