@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListChangedBlocksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListChangedBlocksRequest() |
Modifier and Type | Method and Description |
---|---|
ListChangedBlocksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFirstSnapshotId()
The ID of the first snapshot to use for the comparison.
|
Integer |
getMaxResults()
The maximum number of blocks to be returned by the request.
|
String |
getNextToken()
The token to request the next page of results.
|
String |
getSecondSnapshotId()
The ID of the second snapshot to use for the comparison.
|
Integer |
getStartingBlockIndex()
The block index from which the comparison should start.
|
int |
hashCode() |
void |
setFirstSnapshotId(String firstSnapshotId)
The ID of the first snapshot to use for the comparison.
|
void |
setMaxResults(Integer maxResults)
The maximum number of blocks to be returned by the request.
|
void |
setNextToken(String nextToken)
The token to request the next page of results.
|
void |
setSecondSnapshotId(String secondSnapshotId)
The ID of the second snapshot to use for the comparison.
|
void |
setStartingBlockIndex(Integer startingBlockIndex)
The block index from which the comparison should start.
|
String |
toString()
Returns a string representation of this object.
|
ListChangedBlocksRequest |
withFirstSnapshotId(String firstSnapshotId)
The ID of the first snapshot to use for the comparison.
|
ListChangedBlocksRequest |
withMaxResults(Integer maxResults)
The maximum number of blocks to be returned by the request.
|
ListChangedBlocksRequest |
withNextToken(String nextToken)
The token to request the next page of results.
|
ListChangedBlocksRequest |
withSecondSnapshotId(String secondSnapshotId)
The ID of the second snapshot to use for the comparison.
|
ListChangedBlocksRequest |
withStartingBlockIndex(Integer startingBlockIndex)
The block index from which the comparison should start.
|
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 setFirstSnapshotId(String firstSnapshotId)
The ID of the first snapshot to use for the comparison.
The FirstSnapshotID
parameter must be specified with a SecondSnapshotId
parameter;
otherwise, an error occurs.
firstSnapshotId
- The ID of the first snapshot to use for the comparison.
The FirstSnapshotID
parameter must be specified with a SecondSnapshotId
parameter; otherwise, an error occurs.
public String getFirstSnapshotId()
The ID of the first snapshot to use for the comparison.
The FirstSnapshotID
parameter must be specified with a SecondSnapshotId
parameter;
otherwise, an error occurs.
The FirstSnapshotID
parameter must be specified with a SecondSnapshotId
parameter; otherwise, an error occurs.
public ListChangedBlocksRequest withFirstSnapshotId(String firstSnapshotId)
The ID of the first snapshot to use for the comparison.
The FirstSnapshotID
parameter must be specified with a SecondSnapshotId
parameter;
otherwise, an error occurs.
firstSnapshotId
- The ID of the first snapshot to use for the comparison.
The FirstSnapshotID
parameter must be specified with a SecondSnapshotId
parameter; otherwise, an error occurs.
public void setSecondSnapshotId(String secondSnapshotId)
The ID of the second snapshot to use for the comparison.
The SecondSnapshotId
parameter must be specified with a FirstSnapshotID
parameter;
otherwise, an error occurs.
secondSnapshotId
- The ID of the second snapshot to use for the comparison.
The SecondSnapshotId
parameter must be specified with a FirstSnapshotID
parameter; otherwise, an error occurs.
public String getSecondSnapshotId()
The ID of the second snapshot to use for the comparison.
The SecondSnapshotId
parameter must be specified with a FirstSnapshotID
parameter;
otherwise, an error occurs.
The SecondSnapshotId
parameter must be specified with a FirstSnapshotID
parameter; otherwise, an error occurs.
public ListChangedBlocksRequest withSecondSnapshotId(String secondSnapshotId)
The ID of the second snapshot to use for the comparison.
The SecondSnapshotId
parameter must be specified with a FirstSnapshotID
parameter;
otherwise, an error occurs.
secondSnapshotId
- The ID of the second snapshot to use for the comparison.
The SecondSnapshotId
parameter must be specified with a FirstSnapshotID
parameter; otherwise, an error occurs.
public void setNextToken(String nextToken)
The token to request the next page of results.
If you specify NextToken, then StartingBlockIndex is ignored.
nextToken
- The token to request the next page of results.
If you specify NextToken, then StartingBlockIndex is ignored.
public String getNextToken()
The token to request the next page of results.
If you specify NextToken, then StartingBlockIndex is ignored.
If you specify NextToken, then StartingBlockIndex is ignored.
public ListChangedBlocksRequest withNextToken(String nextToken)
The token to request the next page of results.
If you specify NextToken, then StartingBlockIndex is ignored.
nextToken
- The token to request the next page of results.
If you specify NextToken, then StartingBlockIndex is ignored.
public void setMaxResults(Integer maxResults)
The maximum number of blocks to be returned by the request.
Even if additional blocks can be retrieved from the snapshot, the request can return less blocks than MaxResults or an empty array of blocks.
To retrieve the next set of blocks from the snapshot, make another request with the returned NextToken
value. The value of NextToken is null
when there are no more blocks to return.
maxResults
- The maximum number of blocks to be returned by the request.
Even if additional blocks can be retrieved from the snapshot, the request can return less blocks than MaxResults or an empty array of blocks.
To retrieve the next set of blocks from the snapshot, make another request with the returned
NextToken value. The value of NextToken is null
when there are no more blocks
to return.
public Integer getMaxResults()
The maximum number of blocks to be returned by the request.
Even if additional blocks can be retrieved from the snapshot, the request can return less blocks than MaxResults or an empty array of blocks.
To retrieve the next set of blocks from the snapshot, make another request with the returned NextToken
value. The value of NextToken is null
when there are no more blocks to return.
Even if additional blocks can be retrieved from the snapshot, the request can return less blocks than MaxResults or an empty array of blocks.
To retrieve the next set of blocks from the snapshot, make another request with the returned
NextToken value. The value of NextToken is null
when there are no more blocks
to return.
public ListChangedBlocksRequest withMaxResults(Integer maxResults)
The maximum number of blocks to be returned by the request.
Even if additional blocks can be retrieved from the snapshot, the request can return less blocks than MaxResults or an empty array of blocks.
To retrieve the next set of blocks from the snapshot, make another request with the returned NextToken
value. The value of NextToken is null
when there are no more blocks to return.
maxResults
- The maximum number of blocks to be returned by the request.
Even if additional blocks can be retrieved from the snapshot, the request can return less blocks than MaxResults or an empty array of blocks.
To retrieve the next set of blocks from the snapshot, make another request with the returned
NextToken value. The value of NextToken is null
when there are no more blocks
to return.
public void setStartingBlockIndex(Integer startingBlockIndex)
The block index from which the comparison should start.
The list in the response will start from this block index or the next valid block index in the snapshots.
If you specify NextToken, then StartingBlockIndex is ignored.
startingBlockIndex
- The block index from which the comparison should start.
The list in the response will start from this block index or the next valid block index in the snapshots.
If you specify NextToken, then StartingBlockIndex is ignored.
public Integer getStartingBlockIndex()
The block index from which the comparison should start.
The list in the response will start from this block index or the next valid block index in the snapshots.
If you specify NextToken, then StartingBlockIndex is ignored.
The list in the response will start from this block index or the next valid block index in the snapshots.
If you specify NextToken, then StartingBlockIndex is ignored.
public ListChangedBlocksRequest withStartingBlockIndex(Integer startingBlockIndex)
The block index from which the comparison should start.
The list in the response will start from this block index or the next valid block index in the snapshots.
If you specify NextToken, then StartingBlockIndex is ignored.
startingBlockIndex
- The block index from which the comparison should start.
The list in the response will start from this block index or the next valid block index in the snapshots.
If you specify NextToken, then StartingBlockIndex is ignored.
public String toString()
toString
in class Object
Object.toString()
public ListChangedBlocksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()