@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SelectAggregateResourceConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
SelectAggregateResourceConfigResult() |
| Modifier and Type | Method and Description |
|---|---|
SelectAggregateResourceConfigResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The nextToken string returned in a previous request that you use to request the next page of results in a
paginated response.
|
QueryInfo |
getQueryInfo() |
List<String> |
getResults()
Returns the results for the SQL query.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The nextToken string returned in a previous request that you use to request the next page of results in a
paginated response.
|
void |
setQueryInfo(QueryInfo queryInfo) |
void |
setResults(Collection<String> results)
Returns the results for the SQL query.
|
String |
toString()
Returns a string representation of this object.
|
SelectAggregateResourceConfigResult |
withNextToken(String nextToken)
The nextToken string returned in a previous request that you use to request the next page of results in a
paginated response.
|
SelectAggregateResourceConfigResult |
withQueryInfo(QueryInfo queryInfo) |
SelectAggregateResourceConfigResult |
withResults(Collection<String> results)
Returns the results for the SQL query.
|
SelectAggregateResourceConfigResult |
withResults(String... results)
Returns the results for the SQL query.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getResults()
Returns the results for the SQL query.
public void setResults(Collection<String> results)
Returns the results for the SQL query.
results - Returns the results for the SQL query.public SelectAggregateResourceConfigResult withResults(String... results)
Returns the results for the SQL query.
NOTE: This method appends the values to the existing list (if any). Use
setResults(java.util.Collection) or withResults(java.util.Collection) if you want to override
the existing values.
results - Returns the results for the SQL query.public SelectAggregateResourceConfigResult withResults(Collection<String> results)
Returns the results for the SQL query.
results - Returns the results for the SQL query.public void setQueryInfo(QueryInfo queryInfo)
queryInfo - public QueryInfo getQueryInfo()
public SelectAggregateResourceConfigResult withQueryInfo(QueryInfo queryInfo)
queryInfo - public void setNextToken(String nextToken)
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a
paginated response.public String getNextToken()
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
public SelectAggregateResourceConfigResult withNextToken(String nextToken)
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a
paginated response.public String toString()
toString in class ObjectObject.toString()public SelectAggregateResourceConfigResult clone()
Copyright © 2021. All rights reserved.