Class ListTagsForResourceResult
- All Implemented Interfaces:
Serializable
,Cloneable
ListTagsForResourceOutput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
An opaque string that indicates the position at which to stop returning the list of tags.he Amazon Resource Name (ARN) of the resource for which you want to list tags.getTags()
An array that contains the tags for the specified resource.int
hashCode()
void
An opaque string that indicates the position at which to stop returning the list of tags.void
setResourceARN
(String resourceARN) he Amazon Resource Name (ARN) of the resource for which you want to list tags.void
setTags
(Collection<Tag> tags) An array that contains the tags for the specified resource.toString()
Returns a string representation of this object; useful for testing and debugging.withMarker
(String marker) An opaque string that indicates the position at which to stop returning the list of tags.withResourceARN
(String resourceARN) he Amazon Resource Name (ARN) of the resource for which you want to list tags.An array that contains the tags for the specified resource.withTags
(Collection<Tag> tags) An array that contains the tags for the specified resource.
-
Constructor Details
-
ListTagsForResourceResult
public ListTagsForResourceResult()
-
-
Method Details
-
setResourceARN
he Amazon Resource Name (ARN) of the resource for which you want to list tags.
- Parameters:
resourceARN
- he Amazon Resource Name (ARN) of the resource for which you want to list tags.
-
getResourceARN
he Amazon Resource Name (ARN) of the resource for which you want to list tags.
- Returns:
- he Amazon Resource Name (ARN) of the resource for which you want to list tags.
-
withResourceARN
he Amazon Resource Name (ARN) of the resource for which you want to list tags.
- Parameters:
resourceARN
- he Amazon Resource Name (ARN) of the resource for which you want to list tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
An opaque string that indicates the position at which to stop returning the list of tags.
- Parameters:
marker
- An opaque string that indicates the position at which to stop returning the list of tags.
-
getMarker
An opaque string that indicates the position at which to stop returning the list of tags.
- Returns:
- An opaque string that indicates the position at which to stop returning the list of tags.
-
withMarker
An opaque string that indicates the position at which to stop returning the list of tags.
- Parameters:
marker
- An opaque string that indicates the position at which to stop returning the list of tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getTags
An array that contains the tags for the specified resource.
- Returns:
- An array that contains the tags for the specified resource.
-
setTags
An array that contains the tags for the specified resource.
- Parameters:
tags
- An array that contains the tags for the specified resource.
-
withTags
An array that contains the tags for the specified resource.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
orwithTags(java.util.Collection)
if you want to override the existing values.- Parameters:
tags
- An array that contains the tags for the specified resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTags
An array that contains the tags for the specified resource.
- Parameters:
tags
- An array that contains the tags for the specified resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-