@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLoadBalancerPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the parameters for DeleteLoadBalancerPolicy.
NOOP| Constructor and Description | 
|---|
| DeleteLoadBalancerPolicyRequest()Default constructor for DeleteLoadBalancerPolicyRequest object. | 
| DeleteLoadBalancerPolicyRequest(String loadBalancerName,
                               String policyName)Constructs a new DeleteLoadBalancerPolicyRequest object. | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteLoadBalancerPolicyRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getLoadBalancerName()
 The name of the load balancer. | 
| String | getPolicyName()
 The name of the policy. | 
| int | hashCode() | 
| void | setLoadBalancerName(String loadBalancerName)
 The name of the load balancer. | 
| void | setPolicyName(String policyName)
 The name of the policy. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| DeleteLoadBalancerPolicyRequest | withLoadBalancerName(String loadBalancerName)
 The name of the load balancer. | 
| DeleteLoadBalancerPolicyRequest | withPolicyName(String policyName)
 The name of the policy. | 
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeleteLoadBalancerPolicyRequest()
public DeleteLoadBalancerPolicyRequest(String loadBalancerName, String policyName)
loadBalancerName - The name of the load balancer.policyName - The name of the policy.public void setLoadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName - The name of the load balancer.public String getLoadBalancerName()
The name of the load balancer.
public DeleteLoadBalancerPolicyRequest withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName - The name of the load balancer.public void setPolicyName(String policyName)
The name of the policy.
policyName - The name of the policy.public String getPolicyName()
The name of the policy.
public DeleteLoadBalancerPolicyRequest withPolicyName(String policyName)
The name of the policy.
policyName - The name of the policy.public String toString()
toString in class ObjectObject.toString()public DeleteLoadBalancerPolicyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.