@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSchedulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSchedulesResult() |
Modifier and Type | Method and Description |
---|---|
ListSchedulesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated.
|
List<Schedule> |
getSchedules()
A list of schedules in the current AWS account.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated.
|
void |
setSchedules(Collection<Schedule> schedules)
A list of schedules in the current AWS account.
|
String |
toString()
Returns a string representation of this object.
|
ListSchedulesResult |
withNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated.
|
ListSchedulesResult |
withSchedules(Collection<Schedule> schedules)
A list of schedules in the current AWS account.
|
ListSchedulesResult |
withSchedules(Schedule... schedules)
A list of schedules in the current AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Schedule> getSchedules()
A list of schedules in the current AWS account.
public void setSchedules(Collection<Schedule> schedules)
A list of schedules in the current AWS account.
schedules
- A list of schedules in the current AWS account.public ListSchedulesResult withSchedules(Schedule... schedules)
A list of schedules in the current AWS account.
NOTE: This method appends the values to the existing list (if any). Use
setSchedules(java.util.Collection)
or withSchedules(java.util.Collection)
if you want to
override the existing values.
schedules
- A list of schedules in the current AWS account.public ListSchedulesResult withSchedules(Collection<Schedule> schedules)
A list of schedules in the current AWS account.
schedules
- A list of schedules in the current AWS account.public void setNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.
nextToken
- A token generated by DataBrew that specifies where to continue pagination if a previous request was
truncated. To get the next set of pages, pass in the NextToken value from the response object of the
previous page call.public String getNextToken()
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.
public ListSchedulesResult withNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.
nextToken
- A token generated by DataBrew that specifies where to continue pagination if a previous request was
truncated. To get the next set of pages, pass in the NextToken value from the response object of the
previous page call.public String toString()
toString
in class Object
Object.toString()
public ListSchedulesResult clone()