@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SelectResourceConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SelectResourceConfigResult() |
Modifier and Type | Method and Description |
---|---|
SelectResourceConfigResult |
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()
Returns the
QueryInfo object. |
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)
Returns the
QueryInfo object. |
void |
setResults(Collection<String> results)
Returns the results for the SQL query.
|
String |
toString()
Returns a string representation of this object.
|
SelectResourceConfigResult |
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. |
SelectResourceConfigResult |
withQueryInfo(QueryInfo queryInfo)
Returns the
QueryInfo object. |
SelectResourceConfigResult |
withResults(Collection<String> results)
Returns the results for the SQL query.
|
SelectResourceConfigResult |
withResults(String... results)
Returns the results for the SQL query.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 SelectResourceConfigResult 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 SelectResourceConfigResult withResults(Collection<String> results)
Returns the results for the SQL query.
results
- Returns the results for the SQL query.public void setQueryInfo(QueryInfo queryInfo)
Returns the QueryInfo
object.
queryInfo
- Returns the QueryInfo
object.public QueryInfo getQueryInfo()
Returns the QueryInfo
object.
QueryInfo
object.public SelectResourceConfigResult withQueryInfo(QueryInfo queryInfo)
Returns the QueryInfo
object.
queryInfo
- Returns the QueryInfo
object.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.
nextToken
string returned in a previous request that you use to request the next page of
results in a paginated response.public SelectResourceConfigResult 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 Object
Object.toString()
public SelectResourceConfigResult clone()