@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchDatabasesByLFTagsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
SearchDatabasesByLFTagsResult() |
| Modifier and Type | Method and Description |
|---|---|
SearchDatabasesByLFTagsResult |
clone() |
boolean |
equals(Object obj) |
List<TaggedDatabase> |
getDatabaseList()
A list of databases that meet the LF-tag conditions.
|
String |
getNextToken()
A continuation token, present if the current list segment is not the last.
|
int |
hashCode() |
void |
setDatabaseList(Collection<TaggedDatabase> databaseList)
A list of databases that meet the LF-tag conditions.
|
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.
|
SearchDatabasesByLFTagsResult |
withDatabaseList(Collection<TaggedDatabase> databaseList)
A list of databases that meet the LF-tag conditions.
|
SearchDatabasesByLFTagsResult |
withDatabaseList(TaggedDatabase... databaseList)
A list of databases that meet the LF-tag conditions.
|
SearchDatabasesByLFTagsResult |
withNextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
|
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 SearchDatabasesByLFTagsResult 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<TaggedDatabase> getDatabaseList()
A list of databases that meet the LF-tag conditions.
public void setDatabaseList(Collection<TaggedDatabase> databaseList)
A list of databases that meet the LF-tag conditions.
databaseList - A list of databases that meet the LF-tag conditions.public SearchDatabasesByLFTagsResult withDatabaseList(TaggedDatabase... databaseList)
A list of databases that meet the LF-tag conditions.
NOTE: This method appends the values to the existing list (if any). Use
setDatabaseList(java.util.Collection) or withDatabaseList(java.util.Collection) if you want to
override the existing values.
databaseList - A list of databases that meet the LF-tag conditions.public SearchDatabasesByLFTagsResult withDatabaseList(Collection<TaggedDatabase> databaseList)
A list of databases that meet the LF-tag conditions.
databaseList - A list of databases that meet the LF-tag conditions.public String toString()
toString in class ObjectObject.toString()public SearchDatabasesByLFTagsResult clone()
Copyright © 2022. All rights reserved.