@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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; useful for testing and debugging.
|
DeliverConfigSnapshotRequest |
withDeliveryChannelName(String deliveryChannelName)
The name of the delivery channel through which the snapshot is delivered.
|
addHandlerContext, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DeliverConfigSnapshotRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.