Class DescribeLoadBalancerAttributesResult
java.lang.Object
com.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancerAttributesResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the load balancer attributes.int
hashCode()
void
setLoadBalancerAttributes
(LoadBalancerAttributes loadBalancerAttributes) Information about the load balancer attributes.toString()
Returns a string representation of this object; useful for testing and debugging.withLoadBalancerAttributes
(LoadBalancerAttributes loadBalancerAttributes) Information about the load balancer attributes.
-
Constructor Details
-
DescribeLoadBalancerAttributesResult
public DescribeLoadBalancerAttributesResult()
-
-
Method Details
-
setLoadBalancerAttributes
Information about the load balancer attributes.
- Parameters:
loadBalancerAttributes
- Information about the load balancer attributes.
-
getLoadBalancerAttributes
Information about the load balancer attributes.
- Returns:
- Information about the load balancer attributes.
-
withLoadBalancerAttributes
public DescribeLoadBalancerAttributesResult withLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes) Information about the load balancer attributes.
- Parameters:
loadBalancerAttributes
- Information about the load balancer attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-