@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TagInfoForResource extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
TagInfoForResource() |
| Modifier and Type | Method and Description |
|---|---|
TagInfoForResource |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARN() |
List<Tag> |
getTagList() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResourceARN(String resourceARN) |
void |
setTagList(Collection<Tag> tagList) |
String |
toString()
Returns a string representation of this object.
|
TagInfoForResource |
withResourceARN(String resourceARN) |
TagInfoForResource |
withTagList(Collection<Tag> tagList) |
TagInfoForResource |
withTagList(Tag... tagList)
NOTE: This method appends the values to the existing list (if any).
|
public void setResourceARN(String resourceARN)
resourceARN - public String getResourceARN()
public TagInfoForResource withResourceARN(String resourceARN)
resourceARN - public void setTagList(Collection<Tag> tagList)
tagList - public TagInfoForResource withTagList(Tag... tagList)
NOTE: This method appends the values to the existing list (if any). Use
setTagList(java.util.Collection) or withTagList(java.util.Collection) if you want to override
the existing values.
tagList - public TagInfoForResource withTagList(Collection<Tag> tagList)
tagList - public String toString()
toString in class ObjectObject.toString()public TagInfoForResource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.