|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancerPolicyTypesResult
public class DescribeLoadBalancerPolicyTypesResult
The output for the DescribeLoadBalancerPolicyTypes action.
Constructor Summary | |
---|---|
DescribeLoadBalancerPolicyTypesResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<PolicyTypeDescription> |
getPolicyTypeDescriptions()
List of policy type description structures of the specified policy type. |
int |
hashCode()
|
void |
setPolicyTypeDescriptions(Collection<PolicyTypeDescription> policyTypeDescriptions)
List of policy type description structures of the specified policy type. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeLoadBalancerPolicyTypesResult |
withPolicyTypeDescriptions(Collection<PolicyTypeDescription> policyTypeDescriptions)
List of policy type description structures of the specified policy type. |
DescribeLoadBalancerPolicyTypesResult |
withPolicyTypeDescriptions(PolicyTypeDescription... policyTypeDescriptions)
List of policy type description structures of the specified policy type. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeLoadBalancerPolicyTypesResult()
Method Detail |
---|
public List<PolicyTypeDescription> getPolicyTypeDescriptions()
public void setPolicyTypeDescriptions(Collection<PolicyTypeDescription> policyTypeDescriptions)
policyTypeDescriptions
- List of policy type description structures of the specified policy
type. If no policy type names are specified, returns the description
of all the policy types defined by Elastic Load Balancing service.public DescribeLoadBalancerPolicyTypesResult withPolicyTypeDescriptions(PolicyTypeDescription... policyTypeDescriptions)
Returns a reference to this object so that method calls can be chained together.
policyTypeDescriptions
- List of policy type description structures of the specified policy
type. If no policy type names are specified, returns the description
of all the policy types defined by Elastic Load Balancing service.
public DescribeLoadBalancerPolicyTypesResult withPolicyTypeDescriptions(Collection<PolicyTypeDescription> policyTypeDescriptions)
Returns a reference to this object so that method calls can be chained together.
policyTypeDescriptions
- List of policy type description structures of the specified policy
type. If no policy type names are specified, returns the description
of all the policy types defined by Elastic Load Balancing service.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |