public class ListTagsOfResourceResult extends Object implements Serializable
| Constructor and Description |
|---|
ListTagsOfResourceResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNextToken()
If this value is returned, there are additional results to be displayed.
|
List<Tag> |
getTags()
The tags currently associated with the Amazon DynamoDB resource.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If this value is returned, there are additional results to be displayed.
|
void |
setTags(Collection<Tag> tags)
The tags currently associated with the Amazon DynamoDB resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsOfResourceResult |
withNextToken(String nextToken)
If this value is returned, there are additional results to be displayed.
|
ListTagsOfResourceResult |
withTags(Collection<Tag> tags)
The tags currently associated with the Amazon DynamoDB resource.
|
ListTagsOfResourceResult |
withTags(Tag... tags)
The tags currently associated with the Amazon DynamoDB resource.
|
public List<Tag> getTags()
The tags currently associated with the Amazon DynamoDB resource.
The tags currently associated with the Amazon DynamoDB resource.
public void setTags(Collection<Tag> tags)
The tags currently associated with the Amazon DynamoDB resource.
tags - The tags currently associated with the Amazon DynamoDB resource.
public ListTagsOfResourceResult withTags(Tag... tags)
The tags currently associated with the Amazon DynamoDB resource.
Returns a reference to this object so that method calls can be chained together.
tags - The tags currently associated with the Amazon DynamoDB resource.
public ListTagsOfResourceResult withTags(Collection<Tag> tags)
The tags currently associated with the Amazon DynamoDB resource.
Returns a reference to this object so that method calls can be chained together.
tags - The tags currently associated with the Amazon DynamoDB resource.
public String getNextToken()
If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.
If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.
public void setNextToken(String nextToken)
If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.
nextToken - If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.
public ListTagsOfResourceResult withNextToken(String nextToken)
If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.
Returns a reference to this object so that method calls can be chained together.
nextToken - If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.
public String toString()
toString in class ObjectObject.toString()Copyright © 2018. All rights reserved.