public class ReservedInstancesId extends Object implements Serializable, Cloneable
Describes the ID of a Reserved instance.
| Constructor and Description |
|---|
ReservedInstancesId() |
| Modifier and Type | Method and Description |
|---|---|
ReservedInstancesId |
clone() |
boolean |
equals(Object obj) |
String |
getReservedInstancesId()
The ID of the Reserved instance.
|
int |
hashCode() |
void |
setReservedInstancesId(String reservedInstancesId)
The ID of the Reserved instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReservedInstancesId |
withReservedInstancesId(String reservedInstancesId)
The ID of the Reserved instance.
|
public String getReservedInstancesId()
public void setReservedInstancesId(String reservedInstancesId)
reservedInstancesId - The ID of the Reserved instance.public ReservedInstancesId withReservedInstancesId(String reservedInstancesId)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesId - The ID of the Reserved instance.public String toString()
toString in class ObjectObject.toString()public ReservedInstancesId clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.