public class PurchaseScheduledInstancesResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of PurchaseScheduledInstances.
Constructor and Description |
---|
PurchaseScheduledInstancesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<ScheduledInstance> |
getScheduledInstanceSet()
Information about the Scheduled Instances.
|
int |
hashCode() |
void |
setScheduledInstanceSet(java.util.Collection<ScheduledInstance> scheduledInstanceSet)
Information about the Scheduled Instances.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PurchaseScheduledInstancesResult |
withScheduledInstanceSet(java.util.Collection<ScheduledInstance> scheduledInstanceSet)
Information about the Scheduled Instances.
|
PurchaseScheduledInstancesResult |
withScheduledInstanceSet(ScheduledInstance... scheduledInstanceSet)
Information about the Scheduled Instances.
|
public java.util.List<ScheduledInstance> getScheduledInstanceSet()
public void setScheduledInstanceSet(java.util.Collection<ScheduledInstance> scheduledInstanceSet)
scheduledInstanceSet
- Information about the Scheduled Instances.public PurchaseScheduledInstancesResult withScheduledInstanceSet(ScheduledInstance... scheduledInstanceSet)
Returns a reference to this object so that method calls can be chained together.
scheduledInstanceSet
- Information about the Scheduled Instances.public PurchaseScheduledInstancesResult withScheduledInstanceSet(java.util.Collection<ScheduledInstance> scheduledInstanceSet)
Returns a reference to this object so that method calls can be chained together.
scheduledInstanceSet
- Information about the 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.