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