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