public class DescribeTagsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
marker
If the request included a
Marker , the response returns that
value in this field. |
private java.lang.String |
nextMarker
If a value is present, there are more tags to return.
|
private SdkInternalList<Tag> |
tags
Returns tags associated with the file system as an array of
Tag objects. |
Constructor and Description |
---|
DescribeTagsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTagsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
If the request included a
Marker , the response returns that
value in this field. |
java.lang.String |
getNextMarker()
If a value is present, there are more tags to return.
|
java.util.List<Tag> |
getTags()
Returns tags associated with the file system as an array of
Tag objects. |
int |
hashCode() |
void |
setMarker(java.lang.String marker)
If the request included a
Marker , the response returns that
value in this field. |
void |
setNextMarker(java.lang.String nextMarker)
If a value is present, there are more tags to return.
|
void |
setTags(java.util.Collection<Tag> tags)
Returns tags associated with the file system as an array of
Tag objects. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTagsResult |
withMarker(java.lang.String marker)
If the request included a
Marker , the response returns that
value in this field. |
DescribeTagsResult |
withNextMarker(java.lang.String nextMarker)
If a value is present, there are more tags to return.
|
DescribeTagsResult |
withTags(java.util.Collection<Tag> tags)
Returns tags associated with the file system as an array of
Tag objects. |
DescribeTagsResult |
withTags(Tag... tags)
Returns tags associated with the file system as an array of
Tag objects. |
private java.lang.String marker
If the request included a Marker
, the response returns that
value in this field.
private SdkInternalList<Tag> tags
Returns tags associated with the file system as an array of
Tag
objects.
private java.lang.String nextMarker
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 the Marker
parameter in your next request to
retrieve the next set of tags.
public void setMarker(java.lang.String marker)
If the request included a Marker
, the response returns that
value in this field.
marker
- If the request included a Marker
, the response
returns that value in this field.public java.lang.String getMarker()
If the request included a Marker
, the response returns that
value in this field.
Marker
, the response
returns that value in this field.public DescribeTagsResult withMarker(java.lang.String marker)
If the request included a Marker
, the response returns that
value in this field.
marker
- If the request included a Marker
, the response
returns that value in this field.public java.util.List<Tag> getTags()
Returns tags associated with the file system as an array of
Tag
objects.
Tag
objects.public void setTags(java.util.Collection<Tag> tags)
Returns tags associated with the file system as an array of
Tag
objects.
tags
- Returns tags associated with the file system as an array of
Tag
objects.public DescribeTagsResult withTags(Tag... tags)
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)
or
withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Returns tags associated with the file system as an array of
Tag
objects.public DescribeTagsResult withTags(java.util.Collection<Tag> tags)
Returns tags associated with the file system as an array of
Tag
objects.
tags
- Returns tags associated with the file system as an array of
Tag
objects.public void setNextMarker(java.lang.String nextMarker)
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 the Marker
parameter in your next request to
retrieve the next set of tags.
nextMarker
- 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 the Marker
parameter in your next request to retrieve the next set of tags.public java.lang.String 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 the Marker
parameter in your next request to
retrieve the next set of tags.
NextMarker
as the value of the Marker
parameter in your next request to retrieve the next set of tags.public DescribeTagsResult withNextMarker(java.lang.String nextMarker)
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 the Marker
parameter in your next request to
retrieve the next set of tags.
nextMarker
- 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 the Marker
parameter in your next request to retrieve the next set of tags.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeTagsResult clone()
clone
in class java.lang.Object