@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLoadBalancerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output for CreateLoadBalancer.
| 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.
|
CreateLoadBalancerResult |
withDNSName (String dNSName)
The DNS name of the load balancer.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public CreateLoadBalancerResult()
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()