|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticloadbalancing.model.RegisterInstancesWithLoadBalancerRequest
public class RegisterInstancesWithLoadBalancerRequest
Register Instances With Load Balancer Request
Constructor Summary | |
---|---|
RegisterInstancesWithLoadBalancerRequest()
|
Method Summary | |
---|---|
List<Instance> |
getInstances()
Returns the value of the Instances property for this object. |
String |
getLoadBalancerName()
Returns the value of the LoadBalancerName property for this object. |
void |
setInstances(Collection<Instance> instances)
Sets the value of the Instances property for this object. |
void |
setLoadBalancerName(String loadBalancerName)
Sets the value of the LoadBalancerName property for this object. |
String |
toString()
|
RegisterInstancesWithLoadBalancerRequest |
withInstances(Collection<Instance> instances)
Sets the value of the Instances property for this object. |
RegisterInstancesWithLoadBalancerRequest |
withInstances(Instance... instances)
Sets the value of the Instances property for this object. |
RegisterInstancesWithLoadBalancerRequest |
withLoadBalancerName(String loadBalancerName)
Sets the value of the LoadBalancerName property for this object. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RegisterInstancesWithLoadBalancerRequest()
Method Detail |
---|
public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName
- The new value for the LoadBalancerName property for this object.public RegisterInstancesWithLoadBalancerRequest withLoadBalancerName(String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName
- The new value for the LoadBalancerName property for this object.
public List<Instance> getInstances()
public void setInstances(Collection<Instance> instances)
instances
- The new value for the Instances property for this object.public RegisterInstancesWithLoadBalancerRequest withInstances(Instance... instances)
Returns a reference to this object so that method calls can be chained together.
instances
- The new value for the Instances property for this object.
public RegisterInstancesWithLoadBalancerRequest withInstances(Collection<Instance> instances)
Returns a reference to this object so that method calls can be chained together.
instances
- The new value for the Instances 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 |