public class DeliverConfigSnapshotRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
The input for the DeliverConfigSnapshot action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
deliveryChannelName
The name of the delivery channel through which the snapshot is delivered.
|
NOOP
Constructor and Description |
---|
DeliverConfigSnapshotRequest() |
Modifier and Type | Method and Description |
---|---|
DeliverConfigSnapshotRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDeliveryChannelName()
The name of the delivery channel through which the snapshot is delivered.
|
int |
hashCode() |
void |
setDeliveryChannelName(java.lang.String deliveryChannelName)
The name of the delivery channel through which the snapshot is delivered.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeliverConfigSnapshotRequest |
withDeliveryChannelName(java.lang.String deliveryChannelName)
The name of the delivery channel through which the snapshot is delivered.
|
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 java.lang.String deliveryChannelName
The name of the delivery channel through which the snapshot is delivered.
public void setDeliveryChannelName(java.lang.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 java.lang.String getDeliveryChannelName()
The name of the delivery channel through which the snapshot is delivered.
public DeliverConfigSnapshotRequest withDeliveryChannelName(java.lang.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 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 DeliverConfigSnapshotRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()