public class DeleteLoadBalancerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteLoadBalancer operation
.
Deletes the specified load balancer.
If you are attempting to recreate a load balancer, you must reconfigure all settings. The DNS name associated with a deleted load balancer are no longer usable. The name and associated DNS record of the deleted load balancer no longer exist and traffic sent to any of its IP addresses is no longer delivered to back-end instances.
If the load balancer does not exist or has already been deleted, the
call to DeleteLoadBalancer
still succeeds.
NOOP
Constructor and Description |
---|
DeleteLoadBalancerRequest()
Default constructor for a new DeleteLoadBalancerRequest object.
|
DeleteLoadBalancerRequest(String loadBalancerName)
Constructs a new DeleteLoadBalancerRequest object.
|
Modifier and Type | Method and Description |
---|---|
DeleteLoadBalancerRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLoadBalancerName()
The name of the load balancer.
|
int |
hashCode() |
void |
setLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteLoadBalancerRequest |
withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DeleteLoadBalancerRequest()
public DeleteLoadBalancerRequest(String loadBalancerName)
loadBalancerName
- The name of the load balancer.public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName
- The name of the load balancer.public DeleteLoadBalancerRequest withLoadBalancerName(String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName
- The name of the load balancer.public String toString()
toString
in class Object
Object.toString()
public DeleteLoadBalancerRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.