@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsForResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTagsForResourceResult() |
Modifier and Type | Method and Description |
---|---|
ListTagsForResourceResult |
clone() |
boolean |
equals(Object obj) |
TagsModel |
getTagsModel() |
int |
hashCode() |
void |
setTagsModel(TagsModel tagsModel) |
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceResult |
withTagsModel(TagsModel tagsModel) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTagsModel(TagsModel tagsModel)
tagsModel
- public TagsModel getTagsModel()
public ListTagsForResourceResult withTagsModel(TagsModel tagsModel)
tagsModel
- public String toString()
toString
in class Object
Object.toString()
public ListTagsForResourceResult clone()