public class DetachElasticLoadBalancerRequest extends AmazonWebServiceRequest implements Serializable
DetachElasticLoadBalancer operation.
Detaches a specified Elastic Load Balancing instance from its layer.
Required Permissions : To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions .
NOOP| Constructor and Description |
|---|
DetachElasticLoadBalancerRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic 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 ObjectObject.toString()Copyright © 2014. All rights reserved.