@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnnotationStoreVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAnnotationStoreVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAnnotationStoreVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ListAnnotationStoreVersionsFilter |
getFilter()
A filter to apply to the list of annotation store versions.
|
Integer |
getMaxResults()
The maximum number of annotation store versions to return in one page of results.
|
String |
getName()
The name of an annotation store.
|
String |
getNextToken()
Specifies the pagination token from a previous request to retrieve the next page of results.
|
int |
hashCode() |
void |
setFilter(ListAnnotationStoreVersionsFilter filter)
A filter to apply to the list of annotation store versions.
|
void |
setMaxResults(Integer maxResults)
The maximum number of annotation store versions to return in one page of results.
|
void |
setName(String name)
The name of an annotation store.
|
void |
setNextToken(String nextToken)
Specifies the pagination token from a previous request to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAnnotationStoreVersionsRequest |
withFilter(ListAnnotationStoreVersionsFilter filter)
A filter to apply to the list of annotation store versions.
|
ListAnnotationStoreVersionsRequest |
withMaxResults(Integer maxResults)
The maximum number of annotation store versions to return in one page of results.
|
ListAnnotationStoreVersionsRequest |
withName(String name)
The name of an annotation store.
|
ListAnnotationStoreVersionsRequest |
withNextToken(String nextToken)
Specifies the pagination token from a previous request to retrieve the next page of results.
|
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 setName(String name)
The name of an annotation store.
name
- The name of an annotation store.public String getName()
The name of an annotation store.
public ListAnnotationStoreVersionsRequest withName(String name)
The name of an annotation store.
name
- The name of an annotation store.public void setMaxResults(Integer maxResults)
The maximum number of annotation store versions to return in one page of results.
maxResults
- The maximum number of annotation store versions to return in one page of results.public Integer getMaxResults()
The maximum number of annotation store versions to return in one page of results.
public ListAnnotationStoreVersionsRequest withMaxResults(Integer maxResults)
The maximum number of annotation store versions to return in one page of results.
maxResults
- The maximum number of annotation store versions to return in one page of results.public void setNextToken(String nextToken)
Specifies the pagination token from a previous request to retrieve the next page of results.
nextToken
- Specifies the pagination token from a previous request to retrieve the next page of results.public String getNextToken()
Specifies the pagination token from a previous request to retrieve the next page of results.
public ListAnnotationStoreVersionsRequest withNextToken(String nextToken)
Specifies the pagination token from a previous request to retrieve the next page of results.
nextToken
- Specifies the pagination token from a previous request to retrieve the next page of results.public void setFilter(ListAnnotationStoreVersionsFilter filter)
A filter to apply to the list of annotation store versions.
filter
- A filter to apply to the list of annotation store versions.public ListAnnotationStoreVersionsFilter getFilter()
A filter to apply to the list of annotation store versions.
public ListAnnotationStoreVersionsRequest withFilter(ListAnnotationStoreVersionsFilter filter)
A filter to apply to the list of annotation store versions.
filter
- A filter to apply to the list of annotation store versions.public String toString()
toString
in class Object
Object.toString()
public ListAnnotationStoreVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()