Class DescribeTagsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
If the request included aMarker
, the response returns that value in this field.If a value is present, there are more tags to return.getTags()
Returns tags associated with the file system as an array ofTag
objects.int
hashCode()
void
If the request included aMarker
, the response returns that value in this field.void
setNextMarker
(String nextMarker) If a value is present, there are more tags to return.void
setTags
(Collection<Tag> tags) Returns tags associated with the file system as an array ofTag
objects.toString()
Returns a string representation of this object; useful for testing and debugging.withMarker
(String marker) If the request included aMarker
, the response returns that value in this field.withNextMarker
(String nextMarker) If a value is present, there are more tags to return.Returns tags associated with the file system as an array ofTag
objects.withTags
(Collection<Tag> tags) Returns tags associated with the file system as an array ofTag
objects.
-
Constructor Details
-
DescribeTagsResult
public DescribeTagsResult()
-
-
Method Details
-
setMarker
If the request included a
Marker
, the response returns that value in this field.- Parameters:
marker
- If the request included aMarker
, the response returns that value in this field.
-
getMarker
If the request included a
Marker
, the response returns that value in this field.- Returns:
- If the request included a
Marker
, the response returns that value in this field.
-
withMarker
If the request included a
Marker
, the response returns that value in this field.- Parameters:
marker
- If the request included aMarker
, the response returns that value in this field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getTags
Returns tags associated with the file system as an array of
Tag
objects.- Returns:
- Returns tags associated with the file system as an array of
Tag
objects.
-
setTags
Returns tags associated with the file system as an array of
Tag
objects.- Parameters:
tags
- Returns tags associated with the file system as an array ofTag
objects.
-
withTags
Returns tags associated with the file system as an array of
Tag
objects.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
- Returns tags associated with the file system as an array ofTag
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTags
Returns tags associated with the file system as an array of
Tag
objects.- Parameters:
tags
- Returns tags associated with the file system as an array ofTag
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextMarker
If a value is present, there are more tags to return. In a subsequent request, you can provide the value of
NextMarker
as the value of theMarker
parameter in your next request to retrieve the next set of tags.- Parameters:
nextMarker
- If a value is present, there are more tags to return. In a subsequent request, you can provide the value ofNextMarker
as the value of theMarker
parameter in your next request to retrieve the next set of tags.
-
getNextMarker
If a value is present, there are more tags to return. In a subsequent request, you can provide the value of
NextMarker
as the value of theMarker
parameter in your next request to retrieve the next set of tags.- Returns:
- If a value is present, there are more tags to return. In a
subsequent request, you can provide the value of
NextMarker
as the value of theMarker
parameter in your next request to retrieve the next set of tags.
-
withNextMarker
If a value is present, there are more tags to return. In a subsequent request, you can provide the value of
NextMarker
as the value of theMarker
parameter in your next request to retrieve the next set of tags.- Parameters:
nextMarker
- If a value is present, there are more tags to return. In a subsequent request, you can provide the value ofNextMarker
as the value of theMarker
parameter in your next request to retrieve the next set of tags.- 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
-