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, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public PutDeliveryChannelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.