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