@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeScheduleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeScheduleResult() |
Modifier and Type | Method and Description |
---|---|
DescribeScheduleResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The next token; for use in pagination.
|
List<ScheduleAction> |
getScheduleActions()
The list of actions in the schedule.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The next token; for use in pagination.
|
void |
setScheduleActions(Collection<ScheduleAction> scheduleActions)
The list of actions in the schedule.
|
String |
toString()
Returns a string representation of this object.
|
DescribeScheduleResult |
withNextToken(String nextToken)
The next token; for use in pagination.
|
DescribeScheduleResult |
withScheduleActions(Collection<ScheduleAction> scheduleActions)
The list of actions in the schedule.
|
DescribeScheduleResult |
withScheduleActions(ScheduleAction... scheduleActions)
The list of actions in the schedule.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
nextToken
- The next token; for use in pagination.public String getNextToken()
public DescribeScheduleResult withNextToken(String nextToken)
nextToken
- The next token; for use in pagination.public List<ScheduleAction> getScheduleActions()
public void setScheduleActions(Collection<ScheduleAction> scheduleActions)
scheduleActions
- The list of actions in the schedule.public DescribeScheduleResult withScheduleActions(ScheduleAction... scheduleActions)
NOTE: This method appends the values to the existing list (if any). Use
setScheduleActions(java.util.Collection)
or withScheduleActions(java.util.Collection)
if you
want to override the existing values.
scheduleActions
- The list of actions in the schedule.public DescribeScheduleResult withScheduleActions(Collection<ScheduleAction> scheduleActions)
scheduleActions
- The list of actions in the schedule.public String toString()
toString
in class Object
Object.toString()
public DescribeScheduleResult clone()