Class CreateLoadBalancerResult
java.lang.Object
com.amazonaws.services.elasticloadbalancing.model.CreateLoadBalancerResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The DNS name of the load balancer.int
hashCode()
void
setDNSName
(String dNSName) The DNS name of the load balancer.toString()
Returns a string representation of this object; useful for testing and debugging.withDNSName
(String dNSName) The DNS name of the load balancer.
-
Constructor Details
-
CreateLoadBalancerResult
public CreateLoadBalancerResult()
-
-
Method Details
-
setDNSName
The DNS name of the load balancer.
- Parameters:
dNSName
- The DNS name of the load balancer.
-
getDNSName
The DNS name of the load balancer.
- Returns:
- The DNS name of the load balancer.
-
withDNSName
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-