Class CreateLoadBalancerResult
- java.lang.Object
-
- com.amazonaws.services.elasticloadbalancing.model.CreateLoadBalancerResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class CreateLoadBalancerResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateLoadBalancerResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateLoadBalancerResultclone()booleanequals(Object obj)StringgetDNSName()The DNS name of the load balancer.inthashCode()voidsetDNSName(String dNSName)The DNS name of the load balancer.StringtoString()Returns a string representation of this object; useful for testing and debugging.CreateLoadBalancerResultwithDNSName(String dNSName)The DNS name of the load balancer.
-
-
-
Method Detail
-
setDNSName
public void setDNSName(String dNSName)
The DNS name of the load balancer.
- Parameters:
dNSName- The DNS name of the load balancer.
-
getDNSName
public String getDNSName()
The DNS name of the load balancer.
- Returns:
- The DNS name of the load balancer.
-
withDNSName
public CreateLoadBalancerResult withDNSName(String dNSName)
The DNS name of the load balancer.
- Parameters:
dNSName- The DNS name of the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateLoadBalancerResult clone()
-
-