@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUserTagsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListUserTagsResult() |
Modifier and Type | Method and Description |
---|---|
ListUserTagsResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsTruncated()
A flag that indicates whether there are more items to return.
|
String |
getMarker()
When
IsTruncated is true , this element is present and contains the value to use for the
Marker parameter in a subsequent pagination request. |
List<Tag> |
getTags()
The list of tags that are currently attached to the user.
|
int |
hashCode() |
Boolean |
isTruncated()
A flag that indicates whether there are more items to return.
|
void |
setIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
void |
setMarker(String marker)
When
IsTruncated is true , this element is present and contains the value to use for the
Marker parameter in a subsequent pagination request. |
void |
setTags(Collection<Tag> tags)
The list of tags that are currently attached to the user.
|
String |
toString()
Returns a string representation of this object.
|
ListUserTagsResult |
withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListUserTagsResult |
withMarker(String marker)
When
IsTruncated is true , this element is present and contains the value to use for the
Marker parameter in a subsequent pagination request. |
ListUserTagsResult |
withTags(Collection<Tag> tags)
The list of tags that are currently attached to the user.
|
ListUserTagsResult |
withTags(Tag... tags)
The list of tags that are currently attached to the user.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Tag> getTags()
The list of tags that are currently attached to the user. Each tag consists of a key name and an associated value. If no tags are attached to the specified user, the response contains an empty list.
public void setTags(Collection<Tag> tags)
The list of tags that are currently attached to the user. Each tag consists of a key name and an associated value. If no tags are attached to the specified user, the response contains an empty list.
tags
- The list of tags that are currently attached to the user. Each tag consists of a key name and an
associated value. If no tags are attached to the specified user, the response contains an empty list.public ListUserTagsResult withTags(Tag... tags)
The list of tags that are currently attached to the user. Each tag consists of a key name and an associated value. If no tags are attached to the specified user, the response contains an empty list.
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
- The list of tags that are currently attached to the user. Each tag consists of a key name and an
associated value. If no tags are attached to the specified user, the response contains an empty list.public ListUserTagsResult withTags(Collection<Tag> tags)
The list of tags that are currently attached to the user. Each tag consists of a key name and an associated value. If no tags are attached to the specified user, the response contains an empty list.
tags
- The list of tags that are currently attached to the user. Each tag consists of a key name and an
associated value. If no tags are attached to the specified user, the response contains an empty list.public void setIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return. If your results were truncated, you can use the
Marker
request parameter to make a subsequent pagination request that retrieves more items. Note
that IAM might return fewer than the MaxItems
number of results even when more results are
available. Check IsTruncated
after every call to ensure that you receive all of your results.
isTruncated
- A flag that indicates whether there are more items to return. If your results were truncated, you can use
the Marker
request parameter to make a subsequent pagination request that retrieves more
items. Note that IAM might return fewer than the MaxItems
number of results even when more
results are available. Check IsTruncated
after every call to ensure that you receive all of
your results.public Boolean getIsTruncated()
A flag that indicates whether there are more items to return. If your results were truncated, you can use the
Marker
request parameter to make a subsequent pagination request that retrieves more items. Note
that IAM might return fewer than the MaxItems
number of results even when more results are
available. Check IsTruncated
after every call to ensure that you receive all of your results.
Marker
request parameter to make a subsequent pagination request that retrieves more
items. Note that IAM might return fewer than the MaxItems
number of results even when more
results are available. Check IsTruncated
after every call to ensure that you receive all of
your results.public ListUserTagsResult withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return. If your results were truncated, you can use the
Marker
request parameter to make a subsequent pagination request that retrieves more items. Note
that IAM might return fewer than the MaxItems
number of results even when more results are
available. Check IsTruncated
after every call to ensure that you receive all of your results.
isTruncated
- A flag that indicates whether there are more items to return. If your results were truncated, you can use
the Marker
request parameter to make a subsequent pagination request that retrieves more
items. Note that IAM might return fewer than the MaxItems
number of results even when more
results are available. Check IsTruncated
after every call to ensure that you receive all of
your results.public Boolean isTruncated()
A flag that indicates whether there are more items to return. If your results were truncated, you can use the
Marker
request parameter to make a subsequent pagination request that retrieves more items. Note
that IAM might return fewer than the MaxItems
number of results even when more results are
available. Check IsTruncated
after every call to ensure that you receive all of your results.
Marker
request parameter to make a subsequent pagination request that retrieves more
items. Note that IAM might return fewer than the MaxItems
number of results even when more
results are available. Check IsTruncated
after every call to ensure that you receive all of
your results.public void setMarker(String marker)
When IsTruncated
is true
, this element is present and contains the value to use for the
Marker
parameter in a subsequent pagination request.
marker
- When IsTruncated
is true
, this element is present and contains the value to use
for the Marker
parameter in a subsequent pagination request.public String getMarker()
When IsTruncated
is true
, this element is present and contains the value to use for the
Marker
parameter in a subsequent pagination request.
IsTruncated
is true
, this element is present and contains the value to use
for the Marker
parameter in a subsequent pagination request.public ListUserTagsResult withMarker(String marker)
When IsTruncated
is true
, this element is present and contains the value to use for the
Marker
parameter in a subsequent pagination request.
marker
- When IsTruncated
is true
, this element is present and contains the value to use
for the Marker
parameter in a subsequent pagination request.public String toString()
toString
in class Object
Object.toString()
public ListUserTagsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.