public class DescribeDeliveryChannelStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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 |
---|---|
DescribeDeliveryChannelStatusRequest |
clone()
Creates a shallow clone of this request.
|
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, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, 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)
NOTE: This method appends the values to the existing list (if
any). Use setDeliveryChannelNames(java.util.Collection)
or
withDeliveryChannelNames(java.util.Collection)
if you want to
override the existing values.
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()
public DescribeDeliveryChannelStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.