@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSnapshotBlockRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetSnapshotBlockRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetSnapshotBlockRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getBlockIndex()
The block index of the block from which to get data.
|
String |
getBlockToken()
The block token of the block from which to get data.
|
String |
getSnapshotId()
The ID of the snapshot containing the block from which to get data.
|
int |
hashCode() |
void |
setBlockIndex(Integer blockIndex)
The block index of the block from which to get data.
|
void |
setBlockToken(String blockToken)
The block token of the block from which to get data.
|
void |
setSnapshotId(String snapshotId)
The ID of the snapshot containing the block from which to get data.
|
String |
toString()
Returns a string representation of this object.
|
GetSnapshotBlockRequest |
withBlockIndex(Integer blockIndex)
The block index of the block from which to get data.
|
GetSnapshotBlockRequest |
withBlockToken(String blockToken)
The block token of the block from which to get data.
|
GetSnapshotBlockRequest |
withSnapshotId(String snapshotId)
The ID of the snapshot containing the block from which to get data.
|
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 setSnapshotId(String snapshotId)
The ID of the snapshot containing the block from which to get data.
snapshotId - The ID of the snapshot containing the block from which to get data.public String getSnapshotId()
The ID of the snapshot containing the block from which to get data.
public GetSnapshotBlockRequest withSnapshotId(String snapshotId)
The ID of the snapshot containing the block from which to get data.
snapshotId - The ID of the snapshot containing the block from which to get data.public void setBlockIndex(Integer blockIndex)
The block index of the block from which to get data.
Obtain the block index by running the list changed blocks or
list snapshot blocks operations.
blockIndex - The block index of the block from which to get data.
Obtain the block index by running the list changed blocks or
list snapshot blocks operations.
public Integer getBlockIndex()
The block index of the block from which to get data.
Obtain the block index by running the list changed blocks or
list snapshot blocks operations.
Obtain the block index by running the list changed blocks or
list snapshot blocks operations.
public GetSnapshotBlockRequest withBlockIndex(Integer blockIndex)
The block index of the block from which to get data.
Obtain the block index by running the list changed blocks or
list snapshot blocks operations.
blockIndex - The block index of the block from which to get data.
Obtain the block index by running the list changed blocks or
list snapshot blocks operations.
public void setBlockToken(String blockToken)
The block token of the block from which to get data.
Obtain the block token by running the list changed blocks or
list snapshot blocks operations.
blockToken - The block token of the block from which to get data.
Obtain the block token by running the list changed blocks or
list snapshot blocks operations.
public String getBlockToken()
The block token of the block from which to get data.
Obtain the block token by running the list changed blocks or
list snapshot blocks operations.
Obtain the block token by running the list changed blocks or
list snapshot blocks operations.
public GetSnapshotBlockRequest withBlockToken(String blockToken)
The block token of the block from which to get data.
Obtain the block token by running the list changed blocks or
list snapshot blocks operations.
blockToken - The block token of the block from which to get data.
Obtain the block token by running the list changed blocks or
list snapshot blocks operations.
public String toString()
toString in class ObjectObject.toString()public GetSnapshotBlockRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.