public class DescribeScheduledInstanceAvailabilityResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of DescribeScheduledInstanceAvailability.
Constructor and Description |
---|
DescribeScheduledInstanceAvailabilityResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The token required to retrieve the next set of results.
|
java.util.List<ScheduledInstanceAvailability> |
getScheduledInstanceAvailabilitySet()
Information about the available Scheduled Instances.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The token required to retrieve the next set of results.
|
void |
setScheduledInstanceAvailabilitySet(java.util.Collection<ScheduledInstanceAvailability> scheduledInstanceAvailabilitySet)
Information about the available Scheduled Instances.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeScheduledInstanceAvailabilityResult |
withNextToken(java.lang.String nextToken)
The token required to retrieve the next set of results.
|
DescribeScheduledInstanceAvailabilityResult |
withScheduledInstanceAvailabilitySet(java.util.Collection<ScheduledInstanceAvailability> scheduledInstanceAvailabilitySet)
Information about the available Scheduled Instances.
|
DescribeScheduledInstanceAvailabilityResult |
withScheduledInstanceAvailabilitySet(ScheduledInstanceAvailability... scheduledInstanceAvailabilitySet)
Information about the available Scheduled Instances.
|
public DescribeScheduledInstanceAvailabilityResult()
public java.lang.String getNextToken()
null
when there are no more results to return.null
when there are no more results to return.public void setNextToken(java.lang.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(java.lang.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 java.util.List<ScheduledInstanceAvailability> getScheduledInstanceAvailabilitySet()
public void setScheduledInstanceAvailabilitySet(java.util.Collection<ScheduledInstanceAvailability> scheduledInstanceAvailabilitySet)
scheduledInstanceAvailabilitySet
- Information about the available Scheduled Instances.public DescribeScheduledInstanceAvailabilityResult withScheduledInstanceAvailabilitySet(ScheduledInstanceAvailability... scheduledInstanceAvailabilitySet)
Returns a reference to this object so that method calls can be chained together.
scheduledInstanceAvailabilitySet
- Information about the available Scheduled Instances.public DescribeScheduledInstanceAvailabilityResult withScheduledInstanceAvailabilitySet(java.util.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.