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