@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeliverConfigSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the DeliverConfigSnapshot action.
NOOP| Constructor and Description |
|---|
DeliverConfigSnapshotRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeliverConfigSnapshotRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDeliveryChannelName()
The name of the delivery channel through which the snapshot is delivered.
|
int |
hashCode() |
void |
setDeliveryChannelName(String deliveryChannelName)
The name of the delivery channel through which the snapshot is delivered.
|
String |
toString()
Returns a string representation of this object.
|
DeliverConfigSnapshotRequest |
withDeliveryChannelName(String deliveryChannelName)
The name of the delivery channel through which the snapshot is delivered.
|
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 setDeliveryChannelName(String deliveryChannelName)
The name of the delivery channel through which the snapshot is delivered.
deliveryChannelName - The name of the delivery channel through which the snapshot is delivered.public String getDeliveryChannelName()
The name of the delivery channel through which the snapshot is delivered.
public DeliverConfigSnapshotRequest withDeliveryChannelName(String deliveryChannelName)
The name of the delivery channel through which the snapshot is delivered.
deliveryChannelName - The name of the delivery channel through which the snapshot is delivered.public String toString()
toString in class ObjectObject.toString()public DeliverConfigSnapshotRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.