@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) |
List<Tag> |
getTags()
An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake resource.
|
int |
hashCode() |
void |
setTags(Collection<Tag> tags)
An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake resource.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsForResourceResult |
withTags(Collection<Tag> tags)
An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake resource.
|
ListTagsForResourceResult |
withTags(Tag... tags)
An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Tag> getTags()
An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake resource.
public void setTags(Collection<Tag> tags)
An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake resource.
tags
- An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake
resource.public ListTagsForResourceResult withTags(Tag... tags)
An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake resource.
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
- An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake
resource.public ListTagsForResourceResult withTags(Collection<Tag> tags)
An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake resource.
tags
- An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake
resource.public String toString()
toString
in class Object
Object.toString()
public ListTagsForResourceResult clone()