@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 number of results to return.
|
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 number of results to return.
|
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 number of results to return.
|
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.
nextToken
- The token to request the next page of results.public String getNextToken()
The token to request the next page of results.
public ListChangedBlocksRequest withNextToken(String nextToken)
The token to request the next page of results.
nextToken
- The token to request the next page of results.public void setMaxResults(Integer maxResults)
The number of results to return.
maxResults
- The number of results to return.public Integer getMaxResults()
The number of results to return.
public ListChangedBlocksRequest withMaxResults(Integer maxResults)
The number of results to return.
maxResults
- The number of results 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.
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.
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.
The list in the response will start from this block index or the next valid block index in the snapshots.
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.
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.
public String toString()
toString
in class Object
Object.toString()
public ListChangedBlocksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()