|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.InstanceState
public class InstanceState
Instance State
Constructor Summary | |
---|---|
InstanceState()
|
Method Summary | |
---|---|
String |
getDescription()
Returns the value of the Description property for this object. |
String |
getInstanceId()
Returns the value of the InstanceId property for this object. |
String |
getReasonCode()
Returns the value of the ReasonCode property for this object. |
String |
getState()
Returns the value of the State property for this object. |
void |
setDescription(String description)
Sets the value of the Description property for this object. |
void |
setInstanceId(String instanceId)
Sets the value of the InstanceId property for this object. |
void |
setReasonCode(String reasonCode)
Sets the value of the ReasonCode property for this object. |
void |
setState(String state)
Sets the value of the State property for this object. |
String |
toString()
|
InstanceState |
withDescription(String description)
Sets the value of the Description property for this object. |
InstanceState |
withInstanceId(String instanceId)
Sets the value of the InstanceId property for this object. |
InstanceState |
withReasonCode(String reasonCode)
Sets the value of the ReasonCode property for this object. |
InstanceState |
withState(String state)
Sets the value of the State property for this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InstanceState()
Method Detail |
---|
public String getInstanceId()
public void setInstanceId(String instanceId)
instanceId
- The new value for the InstanceId property for this object.public InstanceState withInstanceId(String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId
- The new value for the InstanceId property for this object.
public String getState()
public void setState(String state)
state
- The new value for the State property for this object.public InstanceState 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 String getReasonCode()
public void setReasonCode(String reasonCode)
reasonCode
- The new value for the ReasonCode property for this object.public InstanceState withReasonCode(String reasonCode)
Returns a reference to this object so that method calls can be chained together.
reasonCode
- The new value for the ReasonCode property for this object.
public String getDescription()
public void setDescription(String description)
description
- The new value for the Description property for this object.public InstanceState withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- The new value for the Description property for this object.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |