@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 Amazon Web Services Region for the
calling 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 Amazon Web Services Region for the
calling 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 Amazon Web Services Region for the
calling account.
|
GetTagValuesResult |
withTagValues(String... tagValues)
A list of all tag values for the specified key currently used in the specified Amazon Web Services Region for the
calling account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Amazon Web Services Region for the calling account.
public void setTagValues(Collection<String> tagValues)
A list of all tag values for the specified key currently used in the specified Amazon Web Services Region for the calling account.
tagValues
- A list of all tag values for the specified key currently used in the specified Amazon Web Services Region
for the calling account.public GetTagValuesResult withTagValues(String... tagValues)
A list of all tag values for the specified key currently used in the specified Amazon Web Services Region for the calling 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 Amazon Web Services Region
for the calling account.public GetTagValuesResult withTagValues(Collection<String> tagValues)
A list of all tag values for the specified key currently used in the specified Amazon Web Services Region for the calling account.
tagValues
- A list of all tag values for the specified key currently used in the specified Amazon Web Services Region
for the calling account.public String toString()
toString
in class Object
Object.toString()
public GetTagValuesResult clone()