|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancerPolicyTypesRequest
public class DescribeLoadBalancerPolicyTypesRequest
Container for the parameters to the DescribeLoadBalancerPolicyTypes operation
.
Returns meta-information on the specified LoadBalancer policies defined by the Elastic Load Balancing service. The policy types that are returned from this action can be used in a CreateLoadBalancerPolicy action to instantiate specific policy configurations that will be applied to an Elastic LoadBalancer.
AmazonElasticLoadBalancing.describeLoadBalancerPolicyTypes(DescribeLoadBalancerPolicyTypesRequest)
Constructor Summary | |
---|---|
DescribeLoadBalancerPolicyTypesRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getPolicyTypeNames()
Specifies the name of the policy types. |
int |
hashCode()
|
void |
setPolicyTypeNames(Collection<String> policyTypeNames)
Specifies the name of the policy types. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeLoadBalancerPolicyTypesRequest |
withPolicyTypeNames(Collection<String> policyTypeNames)
Specifies the name of the policy types. |
DescribeLoadBalancerPolicyTypesRequest |
withPolicyTypeNames(String... policyTypeNames)
Specifies the name of the policy types. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeLoadBalancerPolicyTypesRequest()
Method Detail |
---|
public List<String> getPolicyTypeNames()
public void setPolicyTypeNames(Collection<String> policyTypeNames)
policyTypeNames
- Specifies the name of the policy types. If no names are specified,
returns the description of all the policy types defined by Elastic
Load Balancing service.public DescribeLoadBalancerPolicyTypesRequest withPolicyTypeNames(String... policyTypeNames)
Returns a reference to this object so that method calls can be chained together.
policyTypeNames
- Specifies the name of the policy types. If no names are specified,
returns the description of all the policy types defined by Elastic
Load Balancing service.
public DescribeLoadBalancerPolicyTypesRequest withPolicyTypeNames(Collection<String> policyTypeNames)
Returns a reference to this object so that method calls can be chained together.
policyTypeNames
- Specifies the name of the policy types. If no 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 |