@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLoadBalancerTlsCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteLoadBalancerTlsCertificateRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteLoadBalancerTlsCertificateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCertificateName()
The TLS/SSL certificate name.
|
Boolean |
getForce()
When
true , forces the deletion of a TLS/SSL certificate. |
String |
getLoadBalancerName()
The load balancer name.
|
int |
hashCode() |
Boolean |
isForce()
When
true , forces the deletion of a TLS/SSL certificate. |
void |
setCertificateName(String certificateName)
The TLS/SSL certificate name.
|
void |
setForce(Boolean force)
When
true , forces the deletion of a TLS/SSL certificate. |
void |
setLoadBalancerName(String loadBalancerName)
The load balancer name.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteLoadBalancerTlsCertificateRequest |
withCertificateName(String certificateName)
The TLS/SSL certificate name.
|
DeleteLoadBalancerTlsCertificateRequest |
withForce(Boolean force)
When
true , forces the deletion of a TLS/SSL certificate. |
DeleteLoadBalancerTlsCertificateRequest |
withLoadBalancerName(String loadBalancerName)
The load balancer name.
|
addHandlerContext, 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, withSdkRequestTimeout
public DeleteLoadBalancerTlsCertificateRequest()
public void setLoadBalancerName(String loadBalancerName)
The load balancer name.
loadBalancerName
- The load balancer name.public String getLoadBalancerName()
The load balancer name.
public DeleteLoadBalancerTlsCertificateRequest withLoadBalancerName(String loadBalancerName)
The load balancer name.
loadBalancerName
- The load balancer name.public void setCertificateName(String certificateName)
The TLS/SSL certificate name.
certificateName
- The TLS/SSL certificate name.public String getCertificateName()
The TLS/SSL certificate name.
public DeleteLoadBalancerTlsCertificateRequest withCertificateName(String certificateName)
The TLS/SSL certificate name.
certificateName
- The TLS/SSL certificate name.public void setForce(Boolean force)
When true
, forces the deletion of a TLS/SSL certificate.
force
- When true
, forces the deletion of a TLS/SSL certificate.public Boolean getForce()
When true
, forces the deletion of a TLS/SSL certificate.
true
, forces the deletion of a TLS/SSL certificate.public DeleteLoadBalancerTlsCertificateRequest withForce(Boolean force)
When true
, forces the deletion of a TLS/SSL certificate.
force
- When true
, forces the deletion of a TLS/SSL certificate.public Boolean isForce()
When true
, forces the deletion of a TLS/SSL certificate.
true
, forces the deletion of a TLS/SSL certificate.public String toString()
toString
in class Object
Object.toString()
public DeleteLoadBalancerTlsCertificateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.