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 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.
-
-
-
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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateLoadBalancerResult clone()
-
-