|
|||||||
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 load balancer. The specified policy must not be enabled for any listeners.
AmazonElasticLoadBalancing.deleteLoadBalancerPolicy(DeleteLoadBalancerPolicyRequest)
,
Serialized FormConstructor Summary | |
---|---|
DeleteLoadBalancerPolicyRequest()
Default constructor for a new DeleteLoadBalancerPolicyRequest object. |
|
DeleteLoadBalancerPolicyRequest(java.lang.String loadBalancerName,
java.lang.String policyName)
Constructs a new DeleteLoadBalancerPolicyRequest object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getLoadBalancerName()
The mnemonic name associated with the load balancer. |
java.lang.String |
getPolicyName()
The mnemonic name for the policy being deleted. |
int |
hashCode()
|
void |
setLoadBalancerName(java.lang.String loadBalancerName)
The mnemonic name associated with the load balancer. |
void |
setPolicyName(java.lang.String policyName)
The mnemonic name for the policy being deleted. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteLoadBalancerPolicyRequest |
withLoadBalancerName(java.lang.String loadBalancerName)
The mnemonic name associated with the load balancer. |
DeleteLoadBalancerPolicyRequest |
withPolicyName(java.lang.String policyName)
The mnemonic name for the policy being deleted. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteLoadBalancerPolicyRequest()
public DeleteLoadBalancerPolicyRequest(java.lang.String loadBalancerName, java.lang.String policyName)
loadBalancerName
- The mnemonic name associated with the load
balancer.policyName
- The mnemonic name for the policy being deleted.Method Detail |
---|
public java.lang.String getLoadBalancerName()
public void setLoadBalancerName(java.lang.String loadBalancerName)
loadBalancerName
- The mnemonic name associated with the load balancer.public DeleteLoadBalancerPolicyRequest withLoadBalancerName(java.lang.String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName
- The mnemonic name associated with the load balancer.
public java.lang.String getPolicyName()
public void setPolicyName(java.lang.String policyName)
policyName
- The mnemonic name for the policy being deleted.public DeleteLoadBalancerPolicyRequest withPolicyName(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |