@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
When the list is truncated, this value is present and should be used for the NextToken parameter in a
subsequent pagination request.
|
List<Tag> |
getTags()
The tags associated with your private CA.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
When the list is truncated, this value is present and should be used for the NextToken parameter in a
subsequent pagination request.
|
void |
setTags(Collection<Tag> tags)
The tags associated with your private CA.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsResult |
withNextToken(String nextToken)
When the list is truncated, this value is present and should be used for the NextToken parameter in a
subsequent pagination request.
|
ListTagsResult |
withTags(Collection<Tag> tags)
The tags associated with your private CA.
|
ListTagsResult |
withTags(Tag... tags)
The tags associated with your private CA.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Tag> getTags()
The tags associated with your private CA.
public void setTags(Collection<Tag> tags)
The tags associated with your private CA.
tags - The tags associated with your private CA.public ListTagsResult withTags(Tag... tags)
The tags associated with your private CA.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - The tags associated with your private CA.public ListTagsResult withTags(Collection<Tag> tags)
The tags associated with your private CA.
tags - The tags associated with your private CA.public void setNextToken(String nextToken)
When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.
nextToken - When the list is truncated, this value is present and should be used for the NextToken parameter in
a subsequent pagination request.public String getNextToken()
When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.
public ListTagsResult withNextToken(String nextToken)
When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.
nextToken - When the list is truncated, this value is present and should be used for the NextToken parameter in
a subsequent pagination request.public String toString()
toString in class ObjectObject.toString()public ListTagsResult clone()
Copyright © 2020. All rights reserved.