|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.Instance
public class Instance
Instance
| Constructor Summary | |
|---|---|
Instance()
|
|
| Method Summary | |
|---|---|
String |
getInstanceId()
Returns the value of the InstanceId property for this object. |
void |
setInstanceId(String instanceId)
Sets the value of the InstanceId property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Instance |
withInstanceId(String instanceId)
Sets the value of the InstanceId property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Instance()
| Method Detail |
|---|
public String getInstanceId()
public void setInstanceId(String instanceId)
instanceId - The new value for the InstanceId property for this object.public Instance 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 toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||