|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.InstanceCount
public class InstanceCount
Instance Count
Constructor Summary | |
---|---|
InstanceCount()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Integer |
getInstanceCount()
Returns the value of the InstanceCount property for this object. |
String |
getState()
Returns the value of the State property for this object. |
int |
hashCode()
|
void |
setInstanceCount(Integer instanceCount)
Sets the value of the InstanceCount property for this object. |
void |
setState(String state)
Sets the value of the State property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
InstanceCount |
withInstanceCount(Integer instanceCount)
Sets the value of the InstanceCount property for this object. |
InstanceCount |
withState(String state)
Sets the value of the State property for this object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InstanceCount()
Method Detail |
---|
public String getState()
public void setState(String state)
state
- The new value for the State property for this object.public InstanceCount withState(String state)
Returns a reference to this object so that method calls can be chained together.
state
- The new value for the State property for this object.
public Integer getInstanceCount()
public void setInstanceCount(Integer instanceCount)
instanceCount
- The new value for the InstanceCount property for this object.public InstanceCount withInstanceCount(Integer instanceCount)
Returns a reference to this object so that method calls can be chained together.
instanceCount
- The new value for the InstanceCount property for this object.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |