@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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services account.
|
GetTagKeysResult |
withTagKeys(String... tagKeys)
A list of all tag keys in the Amazon Web Services 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 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 Amazon Web Services account.
public void setTagKeys(Collection<String> tagKeys)
A list of all tag keys in the Amazon Web Services account.
tagKeys
- A list of all tag keys in the Amazon Web Services account.public GetTagKeysResult withTagKeys(String... tagKeys)
A list of all tag keys in the Amazon Web Services 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 Amazon Web Services account.public GetTagKeysResult withTagKeys(Collection<String> tagKeys)
A list of all tag keys in the Amazon Web Services account.
tagKeys
- A list of all tag keys in the Amazon Web Services account.public String toString()
toString
in class Object
Object.toString()
public GetTagKeysResult clone()