public class CreateLoadBalancerResult extends Object implements Serializable
The output for the CreateLoadBalancer action.
| Constructor and Description | 
|---|
| CreateLoadBalancerResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| String | getDNSName()The DNS name for the load balancer. | 
| int | hashCode() | 
| void | setDNSName(String dNSName)The DNS name for the load balancer. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| CreateLoadBalancerResult | withDNSName(String dNSName)The DNS name for the load balancer. | 
public String getDNSName()
public void setDNSName(String dNSName)
dNSName - The DNS name for the load balancer.public CreateLoadBalancerResult withDNSName(String dNSName)
Returns a reference to this object so that method calls can be chained together.
dNSName - The DNS name for the load balancer.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.