Class DescribeLoadBalancerPoliciesResult
java.lang.Object
com.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancerPoliciesResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the policies.int
hashCode()
void
setPolicyDescriptions
(Collection<PolicyDescription> policyDescriptions) Information about the policies.toString()
Returns a string representation of this object; useful for testing and debugging.withPolicyDescriptions
(PolicyDescription... policyDescriptions) Information about the policies.withPolicyDescriptions
(Collection<PolicyDescription> policyDescriptions) Information about the policies.
-
Constructor Details
-
DescribeLoadBalancerPoliciesResult
public DescribeLoadBalancerPoliciesResult()
-
-
Method Details
-
getPolicyDescriptions
Information about the policies.
- Returns:
- Information about the policies.
-
setPolicyDescriptions
Information about the policies.
- Parameters:
policyDescriptions
- Information about the policies.
-
withPolicyDescriptions
public DescribeLoadBalancerPoliciesResult withPolicyDescriptions(PolicyDescription... policyDescriptions) Information about the policies.
NOTE: This method appends the values to the existing list (if any). Use
setPolicyDescriptions(java.util.Collection)
orwithPolicyDescriptions(java.util.Collection)
if you want to override the existing values.- Parameters:
policyDescriptions
- Information about the policies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withPolicyDescriptions
public DescribeLoadBalancerPoliciesResult withPolicyDescriptions(Collection<PolicyDescription> policyDescriptions) Information about the policies.
- Parameters:
policyDescriptions
- Information about the policies.- 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
-