public class DetachElasticLoadBalancerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DetachElasticLoadBalancerRequest() |
| Modifier and Type | Method and Description |
|---|---|
DetachElasticLoadBalancerRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setElasticLoadBalancerName(String elasticLoadBalancerName)
The Elastic Load Balancing instance's name.
elasticLoadBalancerName - The Elastic Load Balancing instance's name.public String getElasticLoadBalancerName()
The Elastic Load Balancing instance's name.
public DetachElasticLoadBalancerRequest withElasticLoadBalancerName(String elasticLoadBalancerName)
The Elastic Load Balancing instance's name.
elasticLoadBalancerName - The Elastic Load Balancing instance's name.public void setLayerId(String layerId)
The ID of the layer that the Elastic Load Balancing instance is attached to.
layerId - The ID of the layer that the Elastic Load Balancing instance is
attached to.public String getLayerId()
The ID of the layer that the Elastic Load Balancing instance is attached to.
public DetachElasticLoadBalancerRequest withLayerId(String layerId)
The ID of the layer that the Elastic Load Balancing instance is attached to.
layerId - The ID of the layer that the Elastic Load Balancing instance is
attached to.public String toString()
toString in class ObjectObject.toString()public DetachElasticLoadBalancerRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.