public class DescribeDeliveryChannelStatusRequest extends AmazonWebServiceRequest implements Serializable
DescribeDeliveryChannelStatus operation
.
Returns the current status of the specified delivery channel. If a delivery channel is not specified, this action returns the current status of all delivery channels associated with the account.
NOTE:Currently, you can specify only one delivery channel per account.
NOOP
Constructor and Description |
---|
DescribeDeliveryChannelStatusRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getDeliveryChannelNames()
A list of delivery channel names.
|
int |
hashCode() |
void |
setDeliveryChannelNames(Collection<String> deliveryChannelNames)
A list of delivery channel names.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDeliveryChannelStatusRequest |
withDeliveryChannelNames(Collection<String> deliveryChannelNames)
A list of delivery channel names.
|
DescribeDeliveryChannelStatusRequest |
withDeliveryChannelNames(String... deliveryChannelNames)
A list of delivery channel names.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DescribeDeliveryChannelStatusRequest()
public List<String> getDeliveryChannelNames()
public void setDeliveryChannelNames(Collection<String> deliveryChannelNames)
deliveryChannelNames
- A list of delivery channel names.public DescribeDeliveryChannelStatusRequest withDeliveryChannelNames(String... deliveryChannelNames)
Returns a reference to this object so that method calls can be chained together.
deliveryChannelNames
- A list of delivery channel names.public DescribeDeliveryChannelStatusRequest withDeliveryChannelNames(Collection<String> deliveryChannelNames)
Returns a reference to this object so that method calls can be chained together.
deliveryChannelNames
- A list of delivery channel names.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.