@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnnotationStoresResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAnnotationStoresResult() |
Modifier and Type | Method and Description |
---|---|
ListAnnotationStoresResult |
clone() |
boolean |
equals(Object obj) |
List<AnnotationStoreItem> |
getAnnotationStores()
A list of stores.
|
String |
getNextToken()
A pagination token that's included if more results are available.
|
int |
hashCode() |
void |
setAnnotationStores(Collection<AnnotationStoreItem> annotationStores)
A list of stores.
|
void |
setNextToken(String nextToken)
A pagination token that's included if more results are available.
|
String |
toString()
Returns a string representation of this object.
|
ListAnnotationStoresResult |
withAnnotationStores(AnnotationStoreItem... annotationStores)
A list of stores.
|
ListAnnotationStoresResult |
withAnnotationStores(Collection<AnnotationStoreItem> annotationStores)
A list of stores.
|
ListAnnotationStoresResult |
withNextToken(String nextToken)
A pagination token that's included if more results are available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AnnotationStoreItem> getAnnotationStores()
A list of stores.
public void setAnnotationStores(Collection<AnnotationStoreItem> annotationStores)
A list of stores.
annotationStores
- A list of stores.public ListAnnotationStoresResult withAnnotationStores(AnnotationStoreItem... annotationStores)
A list of stores.
NOTE: This method appends the values to the existing list (if any). Use
setAnnotationStores(java.util.Collection)
or withAnnotationStores(java.util.Collection)
if you
want to override the existing values.
annotationStores
- A list of stores.public ListAnnotationStoresResult withAnnotationStores(Collection<AnnotationStoreItem> annotationStores)
A list of stores.
annotationStores
- A list of stores.public void setNextToken(String nextToken)
A pagination token that's included if more results are available.
nextToken
- A pagination token that's included if more results are available.public String getNextToken()
A pagination token that's included if more results are available.
public ListAnnotationStoresResult withNextToken(String nextToken)
A pagination token that's included if more results are available.
nextToken
- A pagination token that's included if more results are available.public String toString()
toString
in class Object
Object.toString()
public ListAnnotationStoresResult clone()