@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListScheduledQueriesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListScheduledQueriesResult() |
Modifier and Type | Method and Description |
---|---|
ListScheduledQueriesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token to specify where to start paginating.
|
List<ScheduledQuery> |
getScheduledQueries()
A list of scheduled queries.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token to specify where to start paginating.
|
void |
setScheduledQueries(Collection<ScheduledQuery> scheduledQueries)
A list of scheduled queries.
|
String |
toString()
Returns a string representation of this object.
|
ListScheduledQueriesResult |
withNextToken(String nextToken)
A token to specify where to start paginating.
|
ListScheduledQueriesResult |
withScheduledQueries(Collection<ScheduledQuery> scheduledQueries)
A list of scheduled queries.
|
ListScheduledQueriesResult |
withScheduledQueries(ScheduledQuery... scheduledQueries)
A list of scheduled queries.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ScheduledQuery> getScheduledQueries()
A list of scheduled queries.
public void setScheduledQueries(Collection<ScheduledQuery> scheduledQueries)
A list of scheduled queries.
scheduledQueries
- A list of scheduled queries.public ListScheduledQueriesResult withScheduledQueries(ScheduledQuery... scheduledQueries)
A list of scheduled queries.
NOTE: This method appends the values to the existing list (if any). Use
setScheduledQueries(java.util.Collection)
or withScheduledQueries(java.util.Collection)
if you
want to override the existing values.
scheduledQueries
- A list of scheduled queries.public ListScheduledQueriesResult withScheduledQueries(Collection<ScheduledQuery> scheduledQueries)
A list of scheduled queries.
scheduledQueries
- A list of scheduled queries.public void setNextToken(String nextToken)
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
nextToken
- A token to specify where to start paginating. This is the NextToken from a previously truncated response.public String getNextToken()
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
public ListScheduledQueriesResult withNextToken(String nextToken)
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
nextToken
- A token to specify where to start paginating. This is the NextToken from a previously truncated response.public String toString()
toString
in class Object
Object.toString()
public ListScheduledQueriesResult clone()