@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; useful for testing and debugging.
|
CreateLoadBalancerResult |
withDNSName(String dNSName)
The DNS name of the load balancer.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.