@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLFTagsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListLFTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListLFTagsResult |
clone() |
boolean |
equals(Object obj) |
List<LFTagPair> |
getLFTags()
A list of LF-tags that the requested has permission to view.
|
String |
getNextToken()
A continuation token, present if the current list segment is not the last.
|
int |
hashCode() |
void |
setLFTags(Collection<LFTagPair> lFTags)
A list of LF-tags that the requested has permission to view.
|
void |
setNextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
|
String |
toString()
Returns a string representation of this object.
|
ListLFTagsResult |
withLFTags(Collection<LFTagPair> lFTags)
A list of LF-tags that the requested has permission to view.
|
ListLFTagsResult |
withLFTags(LFTagPair... lFTags)
A list of LF-tags that the requested has permission to view.
|
ListLFTagsResult |
withNextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<LFTagPair> getLFTags()
A list of LF-tags that the requested has permission to view.
public void setLFTags(Collection<LFTagPair> lFTags)
A list of LF-tags that the requested has permission to view.
lFTags - A list of LF-tags that the requested has permission to view.public ListLFTagsResult withLFTags(LFTagPair... lFTags)
A list of LF-tags that the requested has permission to view.
NOTE: This method appends the values to the existing list (if any). Use
setLFTags(java.util.Collection) or withLFTags(java.util.Collection) if you want to override the
existing values.
lFTags - A list of LF-tags that the requested has permission to view.public ListLFTagsResult withLFTags(Collection<LFTagPair> lFTags)
A list of LF-tags that the requested has permission to view.
lFTags - A list of LF-tags that the requested has permission to view.public void setNextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
nextToken - A continuation token, present if the current list segment is not the last.public String getNextToken()
A continuation token, present if the current list segment is not the last.
public ListLFTagsResult withNextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
nextToken - A continuation token, present if the current list segment is not the last.public String toString()
toString in class ObjectObject.toString()public ListLFTagsResult clone()
Copyright © 2025. All rights reserved.