Class DescribeTagsResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanIf 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 ofTagobjects.inthashCode()voidIf the request included aMarker, the response returns that value in this field.voidsetNextMarker(String nextMarker) If a value is present, there are more tags to return.voidsetTags(Collection<Tag> tags) Returns tags associated with the file system as an array ofTagobjects.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 ofTagobjects.withTags(Collection<Tag> tags) Returns tags associated with the file system as an array ofTagobjects.
-
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
-
setTags
Returns tags associated with the file system as an array of
Tagobjects.- Parameters:
tags- Returns tags associated with the file system as an array ofTagobjects.
-
withTags
Returns tags associated with the file system as an array of
Tagobjects.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 ofTagobjects.- 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
Tagobjects.- Parameters:
tags- Returns tags associated with the file system as an array ofTagobjects.- 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
NextMarkeras the value of theMarkerparameter 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 ofNextMarkeras the value of theMarkerparameter 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
NextMarkeras the value of theMarkerparameter 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
NextMarkeras the value of theMarkerparameter 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
NextMarkeras the value of theMarkerparameter 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 ofNextMarkeras the value of theMarkerparameter 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
-
equals
-
hashCode
-
clone
-