@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTagsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
If the request included a
Marker, the response returns that value in this field. |
String |
getNextMarker()
If a value is present, there are more tags to return.
|
List<Tag> |
getTags()
Returns tags associated with the file system as an array of
Tag objects. |
int |
hashCode() |
void |
setMarker(String marker)
If the request included a
Marker, 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 of
Tag objects. |
String |
toString()
Returns a string representation of this object.
|
DescribeTagsResult |
withMarker(String marker)
If the request included a
Marker, the response returns that value in this field. |
DescribeTagsResult |
withNextMarker(String nextMarker)
If a value is present, there are more tags to return.
|
DescribeTagsResult |
withTags(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. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMarker(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 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(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 List<Tag> getTags()
Returns tags associated with the file system as an array of Tag objects.
Tag objects.public void setTags(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(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(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 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(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 String toString()
toString in class ObjectObject.toString()public DescribeTagsResult clone()
Copyright © 2020. All rights reserved.