|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.opsworks.model.DetachElasticLoadBalancerRequest
public class DetachElasticLoadBalancerRequest
Container for the parameters to the DetachElasticLoadBalancer operation
.
Detaches a specified Elastic Load Balancing instance from it's layer.
AWSOpsWorks.detachElasticLoadBalancer(DetachElasticLoadBalancerRequest)
,
Serialized FormConstructor Summary | |
---|---|
DetachElasticLoadBalancerRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getElasticLoadBalancerName()
The Elastic Load Balancing instance's name. |
String |
getLayerId()
The ID of the layer that the Elastic Load Balancing instance is attached to. |
int |
hashCode()
|
void |
setElasticLoadBalancerName(String elasticLoadBalancerName)
The Elastic Load Balancing instance's name. |
void |
setLayerId(String layerId)
The ID of the layer that the Elastic Load Balancing instance is attached to. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DetachElasticLoadBalancerRequest |
withElasticLoadBalancerName(String elasticLoadBalancerName)
The Elastic Load Balancing instance's name. |
DetachElasticLoadBalancerRequest |
withLayerId(String layerId)
The ID of the layer that the Elastic Load Balancing instance is attached to. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DetachElasticLoadBalancerRequest()
Method Detail |
---|
public String getElasticLoadBalancerName()
public void setElasticLoadBalancerName(String elasticLoadBalancerName)
elasticLoadBalancerName
- The Elastic Load Balancing instance's name.public DetachElasticLoadBalancerRequest withElasticLoadBalancerName(String elasticLoadBalancerName)
Returns a reference to this object so that method calls can be chained together.
elasticLoadBalancerName
- The Elastic Load Balancing instance's name.
public String getLayerId()
public void setLayerId(String layerId)
layerId
- The ID of the layer that the Elastic Load Balancing instance is
attached to.public DetachElasticLoadBalancerRequest withLayerId(String layerId)
Returns a reference to this object so that method calls can be chained together.
layerId
- The ID of the layer that the Elastic Load Balancing instance is
attached to.
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 |