public class ListResourceTagsResult extends Object implements Serializable
| Constructor and Description |
|---|
ListResourceTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNextMarker()
When
Truncated is true, this element is present and contains
the value to use for the Marker parameter in a subsequent
request. |
List<Tag> |
getTags()
A list of tags.
|
Boolean |
getTruncated()
A flag that indicates whether there are more items in the list.
|
int |
hashCode() |
Boolean |
isTruncated()
A flag that indicates whether there are more items in the list.
|
void |
setNextMarker(String nextMarker)
When
Truncated is true, this element is present and contains
the value to use for the Marker parameter in a subsequent
request. |
void |
setTags(Collection<Tag> tags)
A list of tags.
|
void |
setTruncated(Boolean truncated)
A flag that indicates whether there are more items in the list.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListResourceTagsResult |
withNextMarker(String nextMarker)
When
Truncated is true, this element is present and contains
the value to use for the Marker parameter in a subsequent
request. |
ListResourceTagsResult |
withTags(Collection<Tag> tags)
A list of tags.
|
ListResourceTagsResult |
withTags(Tag... tags)
A list of tags.
|
ListResourceTagsResult |
withTruncated(Boolean truncated)
A flag that indicates whether there are more items in the list.
|
public List<Tag> getTags()
A list of tags. Each tag consists of a tag key and a tag value.
A list of tags. Each tag consists of a tag key and a tag value.
public void setTags(Collection<Tag> tags)
A list of tags. Each tag consists of a tag key and a tag value.
tags - A list of tags. Each tag consists of a tag key and a tag value.
public ListResourceTagsResult withTags(Tag... tags)
A list of tags. Each tag consists of a tag key and a tag value.
Returns a reference to this object so that method calls can be chained together.
tags - A list of tags. Each tag consists of a tag key and a tag value.
public ListResourceTagsResult withTags(Collection<Tag> tags)
A list of tags. Each tag consists of a tag key and a tag value.
Returns a reference to this object so that method calls can be chained together.
tags - A list of tags. Each tag consists of a tag key and a tag value.
public String getNextMarker()
When Truncated is true, this element is present and contains
the value to use for the Marker parameter in a subsequent
request.
Do not assume or infer any information from this value.
Constraints:
Length: 1 - 1024
Pattern: [ -ÿ]*
When Truncated is true, this element is present and
contains the value to use for the Marker parameter
in a subsequent request.
Do not assume or infer any information from this value.
public void setNextMarker(String nextMarker)
When Truncated is true, this element is present and contains
the value to use for the Marker parameter in a subsequent
request.
Do not assume or infer any information from this value.
Constraints:
Length: 1 - 1024
Pattern: [ -ÿ]*
nextMarker -
When Truncated is true, this element is present
and contains the value to use for the Marker
parameter in a subsequent request.
Do not assume or infer any information from this value.
public ListResourceTagsResult withNextMarker(String nextMarker)
When Truncated is true, this element is present and contains
the value to use for the Marker parameter in a subsequent
request.
Do not assume or infer any information from this value.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [ -ÿ]*
nextMarker -
When Truncated is true, this element is present
and contains the value to use for the Marker
parameter in a subsequent request.
Do not assume or infer any information from this value.
public Boolean isTruncated()
A flag that indicates whether there are more items in the list. When this
value is true, the list in this response is truncated. To get more items,
pass the value of the NextMarker element in this response to
the Marker parameter in a subsequent request.
A flag that indicates whether there are more items in the list.
When this value is true, the list in this response is truncated.
To get more items, pass the value of the NextMarker
element in this response to the Marker parameter in
a subsequent request.
public Boolean getTruncated()
A flag that indicates whether there are more items in the list. When this
value is true, the list in this response is truncated. To get more items,
pass the value of the NextMarker element in this response to
the Marker parameter in a subsequent request.
A flag that indicates whether there are more items in the list.
When this value is true, the list in this response is truncated.
To get more items, pass the value of the NextMarker
element in this response to the Marker parameter in
a subsequent request.
public void setTruncated(Boolean truncated)
A flag that indicates whether there are more items in the list. When this
value is true, the list in this response is truncated. To get more items,
pass the value of the NextMarker element in this response to
the Marker parameter in a subsequent request.
truncated -
A flag that indicates whether there are more items in the
list. When this value is true, the list in this response is
truncated. To get more items, pass the value of the
NextMarker element in this response to the
Marker parameter in a subsequent request.
public ListResourceTagsResult withTruncated(Boolean truncated)
A flag that indicates whether there are more items in the list. When this
value is true, the list in this response is truncated. To get more items,
pass the value of the NextMarker element in this response to
the Marker parameter in a subsequent request.
Returns a reference to this object so that method calls can be chained together.
truncated -
A flag that indicates whether there are more items in the
list. When this value is true, the list in this response is
truncated. To get more items, pass the value of the
NextMarker element in this response to the
Marker parameter in a subsequent request.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.