public class DetachLoadBalancersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DetachLoadBalancersRequest() |
| Modifier and Type | Method and Description |
|---|---|
DetachLoadBalancersRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getAutoScalingGroupName()
The name of the group.
|
List<String> |
getLoadBalancerNames()
One or more load balancer names.
|
int |
hashCode() |
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name of the group.
|
void |
setLoadBalancerNames(Collection<String> loadBalancerNames)
One or more load balancer names.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DetachLoadBalancersRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name of the group.
|
DetachLoadBalancersRequest |
withLoadBalancerNames(Collection<String> loadBalancerNames)
One or more load balancer names.
|
DetachLoadBalancersRequest |
withLoadBalancerNames(String... loadBalancerNames)
One or more load balancer names.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAutoScalingGroupName(String autoScalingGroupName)
The name of the group.
autoScalingGroupName - The name of the group.public String getAutoScalingGroupName()
The name of the group.
public DetachLoadBalancersRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the group.
autoScalingGroupName - The name of the group.public List<String> getLoadBalancerNames()
One or more load balancer names.
public void setLoadBalancerNames(Collection<String> loadBalancerNames)
One or more load balancer names.
loadBalancerNames - One or more load balancer names.public DetachLoadBalancersRequest withLoadBalancerNames(String... loadBalancerNames)
One or more load balancer names.
NOTE: This method appends the values to the existing list (if
any). Use setLoadBalancerNames(java.util.Collection) or
withLoadBalancerNames(java.util.Collection) if you want to
override the existing values.
loadBalancerNames - One or more load balancer names.public DetachLoadBalancersRequest withLoadBalancerNames(Collection<String> loadBalancerNames)
One or more load balancer names.
loadBalancerNames - One or more load balancer names.public String toString()
toString in class ObjectObject.toString()public DetachLoadBalancersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.