|
Did this page help you?Yes No Tell us about it... |
||||||
| 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.DeleteLoadBalancerPolicyRequest
public class DeleteLoadBalancerPolicyRequest
Container for the parameters to the DeleteLoadBalancerPolicy operation.
Deletes a policy from the LoadBalancer. The specified policy must not be enabled for any listeners.
AmazonElasticLoadBalancing.deleteLoadBalancerPolicy(DeleteLoadBalancerPolicyRequest),
Serialized Form| Constructor Summary | |
|---|---|
DeleteLoadBalancerPolicyRequest()
Default constructor for a new DeleteLoadBalancerPolicyRequest object. |
|
DeleteLoadBalancerPolicyRequest(String loadBalancerName,
String policyName)
Constructs a new DeleteLoadBalancerPolicyRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getLoadBalancerName()
The mnemonic name associated with the LoadBalancer. |
String |
getPolicyName()
The mnemonic name for the policy being deleted. |
int |
hashCode()
|
void |
setLoadBalancerName(String loadBalancerName)
The mnemonic name associated with the LoadBalancer. |
void |
setPolicyName(String policyName)
The mnemonic name for the policy being deleted. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteLoadBalancerPolicyRequest |
withLoadBalancerName(String loadBalancerName)
The mnemonic name associated with the LoadBalancer. |
DeleteLoadBalancerPolicyRequest |
withPolicyName(String policyName)
The mnemonic name for the policy being deleted. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteLoadBalancerPolicyRequest()
public DeleteLoadBalancerPolicyRequest(String loadBalancerName,
String policyName)
loadBalancerName - The mnemonic name associated with the
LoadBalancer. The name must be unique within your AWS account.policyName - The mnemonic name for the policy being deleted.| Method Detail |
|---|
public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName - The mnemonic name associated with the LoadBalancer. The name must be
unique within your AWS account.public DeleteLoadBalancerPolicyRequest withLoadBalancerName(String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName - The mnemonic name associated with the LoadBalancer. The name must be
unique within your AWS account.
public String getPolicyName()
public void setPolicyName(String policyName)
policyName - The mnemonic name for the policy being deleted.public DeleteLoadBalancerPolicyRequest withPolicyName(String policyName)
Returns a reference to this object so that method calls can be chained together.
policyName - The mnemonic name for the policy being deleted.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||