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