@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMFADeviceTagsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListMFADeviceTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListMFADeviceTagsResult |
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 virtual MFA device.
|
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 virtual MFA device.
|
String |
toString()
Returns a string representation of this object.
|
ListMFADeviceTagsResult |
withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListMFADeviceTagsResult |
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. |
ListMFADeviceTagsResult |
withTags(Collection<Tag> tags)
The list of tags that are currently attached to the virtual MFA device.
|
ListMFADeviceTagsResult |
withTags(Tag... tags)
The list of tags that are currently attached to the virtual MFA device.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Tag> getTags()
The list of tags that are currently attached to the virtual MFA device. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.
public void setTags(Collection<Tag> tags)
The list of tags that are currently attached to the virtual MFA device. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.
tags - The list of tags that are currently attached to the virtual MFA device. Each tag consists of a key name
and an associated value. If no tags are attached to the specified resource, the response contains an empty
list.public ListMFADeviceTagsResult withTags(Tag... tags)
The list of tags that are currently attached to the virtual MFA device. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, 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 virtual MFA device. Each tag consists of a key name
and an associated value. If no tags are attached to the specified resource, the response contains an empty
list.public ListMFADeviceTagsResult withTags(Collection<Tag> tags)
The list of tags that are currently attached to the virtual MFA device. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.
tags - The list of tags that are currently attached to the virtual MFA device. Each tag consists of a key name
and an associated value. If no tags are attached to the specified resource, 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 ListMFADeviceTagsResult 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 ListMFADeviceTagsResult 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 ObjectObject.toString()public ListMFADeviceTagsResult clone()
Copyright © 2021. All rights reserved.