@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLoadBalancerPolicyTypesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of DescribeLoadBalancerPolicyTypes.
Constructor and Description |
---|
DescribeLoadBalancerPolicyTypesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLoadBalancerPolicyTypesResult |
clone() |
boolean |
equals(Object obj) |
List<PolicyTypeDescription> |
getPolicyTypeDescriptions()
Information about the policy types.
|
int |
hashCode() |
void |
setPolicyTypeDescriptions(Collection<PolicyTypeDescription> policyTypeDescriptions)
Information about the policy types.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeLoadBalancerPolicyTypesResult |
withPolicyTypeDescriptions(Collection<PolicyTypeDescription> policyTypeDescriptions)
Information about the policy types.
|
DescribeLoadBalancerPolicyTypesResult |
withPolicyTypeDescriptions(PolicyTypeDescription... policyTypeDescriptions)
Information about the policy types.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeLoadBalancerPolicyTypesResult()
public List<PolicyTypeDescription> getPolicyTypeDescriptions()
Information about the policy types.
public void setPolicyTypeDescriptions(Collection<PolicyTypeDescription> policyTypeDescriptions)
Information about the policy types.
policyTypeDescriptions
- Information about the policy types.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)
or
withPolicyTypeDescriptions(java.util.Collection)
if you want to override the existing values.
policyTypeDescriptions
- Information about the policy types.public DescribeLoadBalancerPolicyTypesResult withPolicyTypeDescriptions(Collection<PolicyTypeDescription> policyTypeDescriptions)
Information about the policy types.
policyTypeDescriptions
- Information about the policy types.public String toString()
toString
in class Object
Object.toString()
public DescribeLoadBalancerPolicyTypesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.