@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFleetAdvisorDatabasesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeFleetAdvisorDatabasesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetAdvisorDatabasesResult |
clone() |
boolean |
equals(Object obj) |
List<DatabaseResponse> |
getDatabases()
Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.
|
String |
getNextToken()
If
NextToken is returned, there are more results available. |
int |
hashCode() |
void |
setDatabases(Collection<DatabaseResponse> databases)
Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.
|
void |
setNextToken(String nextToken)
If
NextToken is returned, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
DescribeFleetAdvisorDatabasesResult |
withDatabases(Collection<DatabaseResponse> databases)
Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.
|
DescribeFleetAdvisorDatabasesResult |
withDatabases(DatabaseResponse... databases)
Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.
|
DescribeFleetAdvisorDatabasesResult |
withNextToken(String nextToken)
If
NextToken is returned, there are more results available. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<DatabaseResponse> getDatabases()
Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.
public void setDatabases(Collection<DatabaseResponse> databases)
Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.
databases - Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID,
and name.public DescribeFleetAdvisorDatabasesResult withDatabases(DatabaseResponse... databases)
Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.
NOTE: This method appends the values to the existing list (if any). Use
setDatabases(java.util.Collection) or withDatabases(java.util.Collection) if you want to
override the existing values.
databases - Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID,
and name.public DescribeFleetAdvisorDatabasesResult withDatabases(Collection<DatabaseResponse> databases)
Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID, and name.
databases - Provides descriptions of the Fleet Advisor collector databases, including the database's collector, ID,
and name.public void setNextToken(String nextToken)
If NextToken is returned, there are more results available. The value of NextToken is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged.
nextToken - If NextToken is returned, there are more results available. The value of
NextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged.public String getNextToken()
If NextToken is returned, there are more results available. The value of NextToken is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged.
NextToken is returned, there are more results available. The value of
NextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged.public DescribeFleetAdvisorDatabasesResult withNextToken(String nextToken)
If NextToken is returned, there are more results available. The value of NextToken is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged.
nextToken - If NextToken is returned, there are more results available. The value of
NextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged.public String toString()
toString in class ObjectObject.toString()public DescribeFleetAdvisorDatabasesResult clone()