public class ReservedInstancesId extends Object implements Serializable
Describes the ID of a Reserved Instance.
Constructor and Description |
---|
ReservedInstancesId() |
Modifier and Type | Method and Description |
---|---|
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 Object
Object.toString()
Copyright © 2014. All rights reserved.