@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 there is more data available than this response contains.
|
List<String> |
getTagValues()
A list of all tag values for the specified key currently used in the specified AWS Region for the calling AWS
account.
|
int |
hashCode() |
void |
setPaginationToken(String paginationToken)
A string that indicates that there is more data available than this response contains.
|
void |
setTagValues(Collection<String> tagValues)
A list of all tag values for the specified key currently used in the specified AWS Region for the calling AWS
account.
|
String |
toString()
Returns a string representation of this object.
|
GetTagValuesResult |
withPaginationToken(String paginationToken)
A string that indicates that there is more data available than this response contains.
|
GetTagValuesResult |
withTagValues(Collection<String> tagValues)
A list of all tag values for the specified key currently used in the specified AWS Region for the calling AWS
account.
|
GetTagValuesResult |
withTagValues(String... tagValues)
A list of all tag values for the specified key currently used in the specified AWS Region for the calling AWS
account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPaginationToken(String paginationToken)
A string that indicates that there is more data available than this response contains. To receive the next part
of the response, specify this response value as the PaginationToken value in the request for the
next page.
paginationToken - A string that indicates that there is more data available than this response contains. To receive the next
part of the response, specify this response value as the PaginationToken value in the request
for the next page.public String getPaginationToken()
A string that indicates that there is more data available than this response contains. To receive the next part
of the response, specify this response value as the PaginationToken value in the request for the
next page.
PaginationToken value in the
request for the next page.public GetTagValuesResult withPaginationToken(String paginationToken)
A string that indicates that there is more data available than this response contains. To receive the next part
of the response, specify this response value as the PaginationToken value in the request for the
next page.
paginationToken - A string that indicates that there is more data available than this response contains. To receive the next
part of the response, specify this response value as the PaginationToken value in the request
for the next page.public List<String> getTagValues()
A list of all tag values for the specified key currently used in the specified AWS Region for the calling AWS account.
public void setTagValues(Collection<String> tagValues)
A list of all tag values for the specified key currently used in the specified AWS Region for the calling AWS account.
tagValues - A list of all tag values for the specified key currently used in the specified AWS Region for the calling
AWS account.public GetTagValuesResult withTagValues(String... tagValues)
A list of all tag values for the specified key currently used in the specified AWS Region for the calling 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 currently used in the specified AWS Region for the calling
AWS account.public GetTagValuesResult withTagValues(Collection<String> tagValues)
A list of all tag values for the specified key currently used in the specified AWS Region for the calling AWS account.
tagValues - A list of all tag values for the specified key currently used in the specified AWS Region for the calling
AWS account.public String toString()
toString in class ObjectObject.toString()public GetTagValuesResult clone()
Copyright © 2021. All rights reserved.