@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchTablesByLFTagsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
SearchTablesByLFTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
SearchTablesByLFTagsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A continuation token, present if the current list segment is not the last.
|
List<TaggedTable> |
getTableList()
A list of tables that meet the LF-tag conditions.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
|
void |
setTableList(Collection<TaggedTable> tableList)
A list of tables that meet the LF-tag conditions.
|
String |
toString()
Returns a string representation of this object.
|
SearchTablesByLFTagsResult |
withNextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
|
SearchTablesByLFTagsResult |
withTableList(Collection<TaggedTable> tableList)
A list of tables that meet the LF-tag conditions.
|
SearchTablesByLFTagsResult |
withTableList(TaggedTable... tableList)
A list of tables that meet the LF-tag conditions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 SearchTablesByLFTagsResult 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 List<TaggedTable> getTableList()
A list of tables that meet the LF-tag conditions.
public void setTableList(Collection<TaggedTable> tableList)
A list of tables that meet the LF-tag conditions.
tableList - A list of tables that meet the LF-tag conditions.public SearchTablesByLFTagsResult withTableList(TaggedTable... tableList)
A list of tables that meet the LF-tag conditions.
NOTE: This method appends the values to the existing list (if any). Use
setTableList(java.util.Collection) or withTableList(java.util.Collection) if you want to
override the existing values.
tableList - A list of tables that meet the LF-tag conditions.public SearchTablesByLFTagsResult withTableList(Collection<TaggedTable> tableList)
A list of tables that meet the LF-tag conditions.
tableList - A list of tables that meet the LF-tag conditions.public String toString()
toString in class ObjectObject.toString()public SearchTablesByLFTagsResult clone()
Copyright © 2023. All rights reserved.