@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 void setReservedInstancesId(String reservedInstancesId)
The ID of the Reserved Instance.
reservedInstancesId - The ID of the Reserved Instance.public String getReservedInstancesId()
The ID of the Reserved Instance.
public ReservedInstancesId withReservedInstancesId(String reservedInstancesId)
The ID of the Reserved Instance.
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.