@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 the response contains more data than can be returned in a single response.
|
List<String> |
getTagKeys()
A list of all tag keys 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 |
setTagKeys(Collection<String> tagKeys)
A list of all tag keys in the AWS account.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetTagKeysResult |
withPaginationToken(String paginationToken)
A string that indicates that the response contains more data than can be returned in a single response.
|
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 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 GetTagKeysResult 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> 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.