public class PutDeliveryChannelRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
The input for the PutDeliveryChannel action.
Modifier and Type | Field and Description |
---|---|
private DeliveryChannel |
deliveryChannel
The configuration delivery channel object that delivers the configuration
information to an Amazon S3 bucket, and to an Amazon SNS topic.
|
NOOP
Constructor and Description |
---|
PutDeliveryChannelRequest() |
Modifier and Type | Method and Description |
---|---|
PutDeliveryChannelRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.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.
|
java.lang.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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private DeliveryChannel deliveryChannel
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.
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 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 PutDeliveryChannelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()