@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagOptionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTagOptionsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagOptionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getPageToken()
The page token of the first page retrieved.
|
List<TagOptionDetail> |
getTagOptionDetails()
The resulting detailed TagOption information.
|
int |
hashCode() |
void |
setPageToken(String pageToken)
The page token of the first page retrieved.
|
void |
setTagOptionDetails(Collection<TagOptionDetail> tagOptionDetails)
The resulting detailed TagOption information.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListTagOptionsResult |
withPageToken(String pageToken)
The page token of the first page retrieved.
|
ListTagOptionsResult |
withTagOptionDetails(Collection<TagOptionDetail> tagOptionDetails)
The resulting detailed TagOption information.
|
ListTagOptionsResult |
withTagOptionDetails(TagOptionDetail... tagOptionDetails)
The resulting detailed TagOption information.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<TagOptionDetail> getTagOptionDetails()
The resulting detailed TagOption information.
public void setTagOptionDetails(Collection<TagOptionDetail> tagOptionDetails)
The resulting detailed TagOption information.
tagOptionDetails - The resulting detailed TagOption information.public ListTagOptionsResult withTagOptionDetails(TagOptionDetail... tagOptionDetails)
The resulting detailed TagOption information.
NOTE: This method appends the values to the existing list (if any). Use
setTagOptionDetails(java.util.Collection) or withTagOptionDetails(java.util.Collection) if you
want to override the existing values.
tagOptionDetails - The resulting detailed TagOption information.public ListTagOptionsResult withTagOptionDetails(Collection<TagOptionDetail> tagOptionDetails)
The resulting detailed TagOption information.
tagOptionDetails - The resulting detailed TagOption information.public void setPageToken(String pageToken)
The page token of the first page retrieved. If null, this retrieves the first page of size PageSize.
pageToken - The page token of the first page retrieved. If null, this retrieves the first page of size
PageSize.public String getPageToken()
The page token of the first page retrieved. If null, this retrieves the first page of size PageSize.
PageSize.public ListTagOptionsResult withPageToken(String pageToken)
The page token of the first page retrieved. If null, this retrieves the first page of size PageSize.
pageToken - The page token of the first page retrieved. If null, this retrieves the first page of size
PageSize.public String toString()
toString in class ObjectObject.toString()public ListTagOptionsResult clone()
Copyright © 2017. All rights reserved.