@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTagValuesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetTagValuesResult() |
| Modifier and Type | Method and Description |
|---|---|
GetTagValuesResult |
clone() |
boolean |
equals(Object obj) |
String |
getPaginationToken()
A string that indicates that the response contains more data than can be returned in a single response.
|
List<String> |
getTagValues()
A list of all tag values for the specified key in the AWS account.
|
int |
hashCode() |
void |
setPaginationToken(String paginationToken)
A string that indicates that the response contains more data than can be returned in a single response.
|
void |
setTagValues(Collection<String> tagValues)
A list of all tag values for the specified key in the AWS account.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetTagValuesResult |
withPaginationToken(String paginationToken)
A string that indicates that the response contains more data than can be returned in a single response.
|
GetTagValuesResult |
withTagValues(Collection<String> tagValues)
A list of all tag values for the specified key in the AWS account.
|
GetTagValuesResult |
withTagValues(String... tagValues)
A list of all tag values for the specified key in the AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPaginationToken(String paginationToken)
A string that indicates that the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken value in a subsequent request.
paginationToken - A string that indicates that the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken value in a subsequent
request.public String getPaginationToken()
A string that indicates that the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken value in a subsequent request.
PaginationToken value in a
subsequent request.public GetTagValuesResult withPaginationToken(String paginationToken)
A string that indicates that the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken value in a subsequent request.
paginationToken - A string that indicates that the response contains more data than can be returned in a single response. To
receive additional data, specify this string for the PaginationToken value in a subsequent
request.public List<String> getTagValues()
A list of all tag values for the specified key in the AWS account.
public void setTagValues(Collection<String> tagValues)
A list of all tag values for the specified key in the AWS account.
tagValues - A list of all tag values for the specified key in the AWS account.public GetTagValuesResult withTagValues(String... tagValues)
A list of all tag values for the specified key in the AWS account.
NOTE: This method appends the values to the existing list (if any). Use
setTagValues(java.util.Collection) or withTagValues(java.util.Collection) if you want to
override the existing values.
tagValues - A list of all tag values for the specified key in the AWS account.public GetTagValuesResult withTagValues(Collection<String> tagValues)
A list of all tag values for the specified key in the AWS account.
tagValues - A list of all tag values for the specified key in the AWS account.public String toString()
toString in class ObjectObject.toString()public GetTagValuesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.