@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnnotationStoreVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAnnotationStoreVersionsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAnnotationStoreVersionsResult |
clone() |
boolean |
equals(Object obj) |
List<AnnotationStoreVersionItem> |
getAnnotationStoreVersions()
Lists all versions of an annotation store.
|
String |
getNextToken()
Specifies the pagination token from a previous request to retrieve the next page of results.
|
int |
hashCode() |
void |
setAnnotationStoreVersions(Collection<AnnotationStoreVersionItem> annotationStoreVersions)
Lists all versions 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.
|
ListAnnotationStoreVersionsResult |
withAnnotationStoreVersions(AnnotationStoreVersionItem... annotationStoreVersions)
Lists all versions of an annotation store.
|
ListAnnotationStoreVersionsResult |
withAnnotationStoreVersions(Collection<AnnotationStoreVersionItem> annotationStoreVersions)
Lists all versions of an annotation store.
|
ListAnnotationStoreVersionsResult |
withNextToken(String nextToken)
Specifies the pagination token from a previous request to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AnnotationStoreVersionItem> getAnnotationStoreVersions()
Lists all versions of an annotation store.
public void setAnnotationStoreVersions(Collection<AnnotationStoreVersionItem> annotationStoreVersions)
Lists all versions of an annotation store.
annotationStoreVersions - Lists all versions of an annotation store.public ListAnnotationStoreVersionsResult withAnnotationStoreVersions(AnnotationStoreVersionItem... annotationStoreVersions)
Lists all versions of an annotation store.
NOTE: This method appends the values to the existing list (if any). Use
setAnnotationStoreVersions(java.util.Collection) or
withAnnotationStoreVersions(java.util.Collection) if you want to override the existing values.
annotationStoreVersions - Lists all versions of an annotation store.public ListAnnotationStoreVersionsResult withAnnotationStoreVersions(Collection<AnnotationStoreVersionItem> annotationStoreVersions)
Lists all versions of an annotation store.
annotationStoreVersions - Lists all versions of an annotation store.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 ListAnnotationStoreVersionsResult 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 String toString()
toString in class ObjectObject.toString()public ListAnnotationStoreVersionsResult clone()
Copyright © 2023. All rights reserved.