| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.CreateLoadBalancerResult
public class CreateLoadBalancerResult
The output for the CreateLoadBalancer action.
| Constructor Summary | |
|---|---|
| CreateLoadBalancerResult() | |
| Method Summary | |
|---|---|
|  boolean | equals(java.lang.Object obj) | 
|  java.lang.String | getDNSName()The DNS name for the load balancer. | 
|  int | hashCode() | 
|  void | setDNSName(java.lang.String dNSName)The DNS name for the load balancer. | 
|  java.lang.String | toString()Returns a string representation of this object; useful for testing and debugging. | 
|  CreateLoadBalancerResult | withDNSName(java.lang.String dNSName)The DNS name for the load balancer. | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public CreateLoadBalancerResult()
| Method Detail | 
|---|
public java.lang.String getDNSName()
public void setDNSName(java.lang.String dNSName)
dNSName - The DNS name for the load balancer.public CreateLoadBalancerResult withDNSName(java.lang.String dNSName)
Returns a reference to this object so that method calls can be chained together.
dNSName - The DNS name for the load balancer.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||