public class PutDeliveryChannelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the PutDeliveryChannel action.
NOOP| Constructor and Description |
|---|
PutDeliveryChannelRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutDeliveryChannelRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
DeliveryChannel |
getDeliveryChannel()
The configuration delivery channel object that delivers the configuration
information to an Amazon S3 bucket, and to an Amazon SNS topic.
|
int |
hashCode() |
void |
setDeliveryChannel(DeliveryChannel deliveryChannel)
The configuration delivery channel object that delivers the configuration
information to an Amazon S3 bucket, and to an Amazon SNS topic.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutDeliveryChannelRequest |
withDeliveryChannel(DeliveryChannel deliveryChannel)
The configuration delivery channel object that delivers the configuration
information to an Amazon S3 bucket, and to an Amazon SNS topic.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDeliveryChannel(DeliveryChannel deliveryChannel)
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.
deliveryChannel - The configuration delivery channel object that delivers the
configuration information to an Amazon S3 bucket, and to an Amazon
SNS topic.public DeliveryChannel getDeliveryChannel()
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.
public PutDeliveryChannelRequest withDeliveryChannel(DeliveryChannel deliveryChannel)
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.
deliveryChannel - The configuration delivery channel object that delivers the
configuration information to an Amazon S3 bucket, and to an Amazon
SNS topic.public String toString()
toString in class ObjectObject.toString()public PutDeliveryChannelRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.