com.amazonaws.services.elasticloadbalancing.model
Class Instance

java.lang.Object
  extended by com.amazonaws.services.elasticloadbalancing.model.Instance

public class Instance
extends Object

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()
           
 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

Instance

public Instance()
Method Detail

getInstanceId

public String getInstanceId()
Returns the value of the InstanceId property for this object.

Returns:
The value of the InstanceId property for this object.

setInstanceId

public void setInstanceId(String instanceId)
Sets the value of the InstanceId property for this object.

Parameters:
instanceId - The new value for the InstanceId property for this object.

withInstanceId

public Instance withInstanceId(String instanceId)
Sets the value of the InstanceId property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
instanceId - The new value for the InstanceId property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.