@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCachediSCSIVolumeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateCachediSCSIVolumeRequest() |
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 setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public CreateCachediSCSIVolumeRequest withGatewayARN(String gatewayARN)
gatewayARN
- public void setVolumeSizeInBytes(Long volumeSizeInBytes)
volumeSizeInBytes
- public Long getVolumeSizeInBytes()
public CreateCachediSCSIVolumeRequest withVolumeSizeInBytes(Long volumeSizeInBytes)
volumeSizeInBytes
- public void setSnapshotId(String snapshotId)
snapshotId
- public String getSnapshotId()
public CreateCachediSCSIVolumeRequest withSnapshotId(String snapshotId)
snapshotId
- public void setTargetName(String targetName)
targetName
- public String getTargetName()
public CreateCachediSCSIVolumeRequest withTargetName(String targetName)
targetName
- public void setSourceVolumeARN(String sourceVolumeARN)
The ARN for an existing volume. Specifying this ARN makes the new volume into an exact copy of the specified
existing volume's latest recovery point. The VolumeSizeInBytes
value for this new volume must be
equal to or larger than the size of the existing volume, in bytes.
sourceVolumeARN
- The ARN for an existing volume. Specifying this ARN makes the new volume into an exact copy of the
specified existing volume's latest recovery point. The VolumeSizeInBytes
value for this new
volume must be equal to or larger than the size of the existing volume, in bytes.public String getSourceVolumeARN()
The ARN for an existing volume. Specifying this ARN makes the new volume into an exact copy of the specified
existing volume's latest recovery point. The VolumeSizeInBytes
value for this new volume must be
equal to or larger than the size of the existing volume, in bytes.
VolumeSizeInBytes
value for this new
volume must be equal to or larger than the size of the existing volume, in bytes.public CreateCachediSCSIVolumeRequest withSourceVolumeARN(String sourceVolumeARN)
The ARN for an existing volume. Specifying this ARN makes the new volume into an exact copy of the specified
existing volume's latest recovery point. The VolumeSizeInBytes
value for this new volume must be
equal to or larger than the size of the existing volume, in bytes.
sourceVolumeARN
- The ARN for an existing volume. Specifying this ARN makes the new volume into an exact copy of the
specified existing volume's latest recovery point. The VolumeSizeInBytes
value for this new
volume must be equal to or larger than the size of the existing volume, in bytes.public void setNetworkInterfaceId(String networkInterfaceId)
networkInterfaceId
- public String getNetworkInterfaceId()
public CreateCachediSCSIVolumeRequest withNetworkInterfaceId(String networkInterfaceId)
networkInterfaceId
- public void setClientToken(String clientToken)
clientToken
- public String getClientToken()
public CreateCachediSCSIVolumeRequest withClientToken(String clientToken)
clientToken
- public String toString()
toString
in class Object
Object.toString()
public CreateCachediSCSIVolumeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.