public class DescribeScheduledInstanceAvailabilityResult extends Object implements Serializable, Cloneable
Contains the output of DescribeScheduledInstanceAvailability.
| Constructor and Description |
|---|
DescribeScheduledInstanceAvailabilityResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeScheduledInstanceAvailabilityResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token required to retrieve the next set of results.
|
List<ScheduledInstanceAvailability> |
getScheduledInstanceAvailabilitySet()
Information about the available Scheduled Instances.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token required to retrieve the next set of results.
|
void |
setScheduledInstanceAvailabilitySet(Collection<ScheduledInstanceAvailability> scheduledInstanceAvailabilitySet)
Information about the available Scheduled Instances.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeScheduledInstanceAvailabilityResult |
withNextToken(String nextToken)
The token required to retrieve the next set of results.
|
DescribeScheduledInstanceAvailabilityResult |
withScheduledInstanceAvailabilitySet(Collection<ScheduledInstanceAvailability> scheduledInstanceAvailabilitySet)
Information about the available Scheduled Instances.
|
DescribeScheduledInstanceAvailabilityResult |
withScheduledInstanceAvailabilitySet(ScheduledInstanceAvailability... scheduledInstanceAvailabilitySet)
Information about the available Scheduled Instances.
|
public DescribeScheduledInstanceAvailabilityResult()
public String getNextToken()
null when there are no more results to return.null when there are no more results to return.public void setNextToken(String nextToken)
null when there are no more results to return.nextToken - The token required to retrieve the next set of results. This value is
null when there are no more results to return.public DescribeScheduledInstanceAvailabilityResult withNextToken(String nextToken)
null when there are no more results to return.
Returns a reference to this object so that method calls can be chained together.
nextToken - The token required to retrieve the next set of results. This value is
null when there are no more results to return.public List<ScheduledInstanceAvailability> getScheduledInstanceAvailabilitySet()
public void setScheduledInstanceAvailabilitySet(Collection<ScheduledInstanceAvailability> scheduledInstanceAvailabilitySet)
scheduledInstanceAvailabilitySet - Information about the available Scheduled Instances.public DescribeScheduledInstanceAvailabilityResult withScheduledInstanceAvailabilitySet(ScheduledInstanceAvailability... scheduledInstanceAvailabilitySet)
NOTE: This method appends the values to the existing list (if
any). Use setScheduledInstanceAvailabilitySet(java.util.Collection) or withScheduledInstanceAvailabilitySet(java.util.Collection) if you
want to override the existing values.
Returns a reference to this object so that method calls can be chained together.
scheduledInstanceAvailabilitySet - Information about the available Scheduled Instances.public DescribeScheduledInstanceAvailabilityResult withScheduledInstanceAvailabilitySet(Collection<ScheduledInstanceAvailability> scheduledInstanceAvailabilitySet)
Returns a reference to this object so that method calls can be chained together.
scheduledInstanceAvailabilitySet - Information about the available Scheduled Instances.public String toString()
toString in class ObjectObject.toString()public DescribeScheduledInstanceAvailabilityResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.