@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTagKeysResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetTagKeysResult() |
| Modifier and Type | Method and Description |
|---|---|
GetTagKeysResult |
clone() |
boolean |
equals(Object obj) |
String |
getPaginationToken()
A string that indicates that there is more data available than this response contains.
|
List<String> |
getTagKeys()
A list of all tag keys in the AWS account.
|
int |
hashCode() |
void |
setPaginationToken(String paginationToken)
A string that indicates that there is more data available than this response contains.
|
void |
setTagKeys(Collection<String> tagKeys)
A list of all tag keys in the AWS account.
|
String |
toString()
Returns a string representation of this object.
|
GetTagKeysResult |
withPaginationToken(String paginationToken)
A string that indicates that there is more data available than this response contains.
|
GetTagKeysResult |
withTagKeys(Collection<String> tagKeys)
A list of all tag keys in the AWS account.
|
GetTagKeysResult |
withTagKeys(String... tagKeys)
A list of all tag keys in the 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 GetTagKeysResult 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> getTagKeys()
A list of all tag keys in the AWS account.
public void setTagKeys(Collection<String> tagKeys)
A list of all tag keys in the AWS account.
tagKeys - A list of all tag keys in the AWS account.public GetTagKeysResult withTagKeys(String... tagKeys)
A list of all tag keys in the AWS account.
NOTE: This method appends the values to the existing list (if any). Use
setTagKeys(java.util.Collection) or withTagKeys(java.util.Collection) if you want to override
the existing values.
tagKeys - A list of all tag keys in the AWS account.public GetTagKeysResult withTagKeys(Collection<String> tagKeys)
A list of all tag keys in the AWS account.
tagKeys - A list of all tag keys in the AWS account.public String toString()
toString in class ObjectObject.toString()public GetTagKeysResult clone()
Copyright © 2021. All rights reserved.