@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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() |
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.
|
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.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, 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()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.