public class ListTagsResult extends Object implements Serializable, Cloneable
Returns the objects or data listed below if successful. Otherwise, returns an error.
| Constructor and Description |
|---|
ListTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Reserved for future use.
|
List<ResourceTag> |
getResourceTagList() |
int |
hashCode() |
void |
setNextToken(String nextToken)
Reserved for future use.
|
void |
setResourceTagList(Collection<ResourceTag> resourceTagList) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsResult |
withNextToken(String nextToken)
Reserved for future use.
|
ListTagsResult |
withResourceTagList(Collection<ResourceTag> resourceTagList) |
ListTagsResult |
withResourceTagList(ResourceTag... resourceTagList)
NOTE: This method appends the values to the existing list (if
any).
|
public List<ResourceTag> getResourceTagList()
public void setResourceTagList(Collection<ResourceTag> resourceTagList)
resourceTagList - public ListTagsResult withResourceTagList(ResourceTag... resourceTagList)
NOTE: This method appends the values to the existing list (if
any). Use setResourceTagList(java.util.Collection) or
withResourceTagList(java.util.Collection) if you want to
override the existing values.
resourceTagList - public ListTagsResult withResourceTagList(Collection<ResourceTag> resourceTagList)
resourceTagList - public void setNextToken(String nextToken)
Reserved for future use.
nextToken - Reserved for future use.public String getNextToken()
Reserved for future use.
public ListTagsResult withNextToken(String nextToken)
Reserved for future use.
nextToken - Reserved for future use.public String toString()
toString in class ObjectObject.toString()public ListTagsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.