public class CreateLoadBalancerResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
CreateLoadBalancerResult() |
Modifier and Type | Method and Description |
---|---|
CreateLoadBalancerResult |
clone() |
boolean |
equals(Object obj) |
String |
getDNSName()
The DNS name of the load balancer.
|
int |
hashCode() |
void |
setDNSName(String dNSName)
The DNS name of the load balancer.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateLoadBalancerResult |
withDNSName(String dNSName)
The DNS name of the load balancer.
|
public void setDNSName(String dNSName)
The DNS name of the load balancer.
dNSName
- The DNS name of the load balancer.public String getDNSName()
The DNS name of the load balancer.
public CreateLoadBalancerResult withDNSName(String dNSName)
The DNS name of the load balancer.
dNSName
- The DNS name of the load balancer.public String toString()
toString
in class Object
Object.toString()
public CreateLoadBalancerResult clone()
Copyright © 2016. All rights reserved.