@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListImageSetVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListImageSetVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListImageSetVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatastoreId()
The data store identifier.
|
String |
getImageSetId()
The image set identifier.
|
Integer |
getMaxResults()
The max results count.
|
String |
getNextToken()
The pagination token used to request the list of image set versions on the next page.
|
int |
hashCode() |
void |
setDatastoreId(String datastoreId)
The data store identifier.
|
void |
setImageSetId(String imageSetId)
The image set identifier.
|
void |
setMaxResults(Integer maxResults)
The max results count.
|
void |
setNextToken(String nextToken)
The pagination token used to request the list of image set versions on the next page.
|
String |
toString()
Returns a string representation of this object.
|
ListImageSetVersionsRequest |
withDatastoreId(String datastoreId)
The data store identifier.
|
ListImageSetVersionsRequest |
withImageSetId(String imageSetId)
The image set identifier.
|
ListImageSetVersionsRequest |
withMaxResults(Integer maxResults)
The max results count.
|
ListImageSetVersionsRequest |
withNextToken(String nextToken)
The pagination token used to request the list of image set versions on the next page.
|
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 setDatastoreId(String datastoreId)
The data store identifier.
datastoreId
- The data store identifier.public String getDatastoreId()
The data store identifier.
public ListImageSetVersionsRequest withDatastoreId(String datastoreId)
The data store identifier.
datastoreId
- The data store identifier.public void setImageSetId(String imageSetId)
The image set identifier.
imageSetId
- The image set identifier.public String getImageSetId()
The image set identifier.
public ListImageSetVersionsRequest withImageSetId(String imageSetId)
The image set identifier.
imageSetId
- The image set identifier.public void setNextToken(String nextToken)
The pagination token used to request the list of image set versions on the next page.
nextToken
- The pagination token used to request the list of image set versions on the next page.public String getNextToken()
The pagination token used to request the list of image set versions on the next page.
public ListImageSetVersionsRequest withNextToken(String nextToken)
The pagination token used to request the list of image set versions on the next page.
nextToken
- The pagination token used to request the list of image set versions on the next page.public void setMaxResults(Integer maxResults)
The max results count.
maxResults
- The max results count.public Integer getMaxResults()
The max results count.
public ListImageSetVersionsRequest withMaxResults(Integer maxResults)
The max results count.
maxResults
- The max results count.public String toString()
toString
in class Object
Object.toString()
public ListImageSetVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()