Class ModifyLoadBalancerAttributesResult
java.lang.Object
com.amazonaws.services.elasticloadbalancing.model.ModifyLoadBalancerAttributesResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe name of the load balancer.inthashCode()voidsetLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes) voidsetLoadBalancerName(String loadBalancerName) The name of the load balancer.toString()Returns a string representation of this object; useful for testing and debugging.withLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes) withLoadBalancerName(String loadBalancerName) The name of the load balancer.
-
Constructor Details
-
ModifyLoadBalancerAttributesResult
public ModifyLoadBalancerAttributesResult()
-
-
Method Details
-
setLoadBalancerName
The name of the load balancer.
- Parameters:
loadBalancerName- The name of the load balancer.
-
getLoadBalancerName
The name of the load balancer.
- Returns:
- The name of the load balancer.
-
withLoadBalancerName
The name of the load balancer.
- Parameters:
loadBalancerName- The name of the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLoadBalancerAttributes
- Parameters:
loadBalancerAttributes-
-
getLoadBalancerAttributes
- Returns:
-
withLoadBalancerAttributes
public ModifyLoadBalancerAttributesResult withLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes) - Parameters:
loadBalancerAttributes-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-