Class DescribeLoadBalancerPoliciesResult
- java.lang.Object
-
- com.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancerPoliciesResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DescribeLoadBalancerPoliciesResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeLoadBalancerPoliciesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeLoadBalancerPoliciesResultclone()booleanequals(Object obj)List<PolicyDescription>getPolicyDescriptions()Information about the policies.inthashCode()voidsetPolicyDescriptions(Collection<PolicyDescription> policyDescriptions)Information about the policies.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeLoadBalancerPoliciesResultwithPolicyDescriptions(PolicyDescription... policyDescriptions)Information about the policies.DescribeLoadBalancerPoliciesResultwithPolicyDescriptions(Collection<PolicyDescription> policyDescriptions)Information about the policies.
-
-
-
Method Detail
-
getPolicyDescriptions
public List<PolicyDescription> getPolicyDescriptions()
Information about the policies.
- Returns:
- Information about the policies.
-
setPolicyDescriptions
public void setPolicyDescriptions(Collection<PolicyDescription> policyDescriptions)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeLoadBalancerPoliciesResult clone()
-
-