|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.ModifyLoadBalancerAttributesResult
public class ModifyLoadBalancerAttributesResult
The output for the ModifyLoadBalancerAttributes action.
Constructor Summary | |
---|---|
ModifyLoadBalancerAttributesResult()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
LoadBalancerAttributes |
getLoadBalancerAttributes()
The LoadBalancerAttributes data type. |
java.lang.String |
getLoadBalancerName()
The name of the load balancer. |
int |
hashCode()
|
void |
setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
The LoadBalancerAttributes data type. |
void |
setLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ModifyLoadBalancerAttributesResult |
withLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
The LoadBalancerAttributes data type. |
ModifyLoadBalancerAttributesResult |
withLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModifyLoadBalancerAttributesResult()
Method Detail |
---|
public java.lang.String getLoadBalancerName()
public void setLoadBalancerName(java.lang.String loadBalancerName)
loadBalancerName
- The name of the load balancer.public ModifyLoadBalancerAttributesResult withLoadBalancerName(java.lang.String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName
- The name of the load balancer.
public LoadBalancerAttributes getLoadBalancerAttributes()
LoadBalancerAttributes
data type.
LoadBalancerAttributes
data type.public void setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
LoadBalancerAttributes
data type.
loadBalancerAttributes
- The LoadBalancerAttributes
data type.public ModifyLoadBalancerAttributesResult withLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
LoadBalancerAttributes
data type.
Returns a reference to this object so that method calls can be chained together.
loadBalancerAttributes
- The LoadBalancerAttributes
data type.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public 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 |