@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 SSL/TLS certificate name.
|
Boolean |
getForce()
When
true , forces the deletion of an SSL/TLS certificate. |
String |
getLoadBalancerName()
The load balancer name.
|
int |
hashCode() |
Boolean |
isForce()
When
true , forces the deletion of an SSL/TLS certificate. |
void |
setCertificateName(String certificateName)
The SSL/TLS certificate name.
|
void |
setForce(Boolean force)
When
true , forces the deletion of an SSL/TLS certificate. |
void |
setLoadBalancerName(String loadBalancerName)
The load balancer name.
|
String |
toString()
Returns a string representation of this object.
|
DeleteLoadBalancerTlsCertificateRequest |
withCertificateName(String certificateName)
The SSL/TLS certificate name.
|
DeleteLoadBalancerTlsCertificateRequest |
withForce(Boolean force)
When
true , forces the deletion of an SSL/TLS 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 SSL/TLS certificate name.
certificateName
- The SSL/TLS certificate name.public String getCertificateName()
The SSL/TLS certificate name.
public DeleteLoadBalancerTlsCertificateRequest withCertificateName(String certificateName)
The SSL/TLS certificate name.
certificateName
- The SSL/TLS certificate name.public void setForce(Boolean force)
When true
, forces the deletion of an SSL/TLS certificate.
There can be two certificates associated with a Lightsail load balancer: the primary and the backup. The
force
parameter is required when the primary SSL/TLS certificate is in use by an instance attached
to the load balancer.
force
- When true
, forces the deletion of an SSL/TLS certificate.
There can be two certificates associated with a Lightsail load balancer: the primary and the backup. The
force
parameter is required when the primary SSL/TLS certificate is in use by an instance
attached to the load balancer.
public Boolean getForce()
When true
, forces the deletion of an SSL/TLS certificate.
There can be two certificates associated with a Lightsail load balancer: the primary and the backup. The
force
parameter is required when the primary SSL/TLS certificate is in use by an instance attached
to the load balancer.
true
, forces the deletion of an SSL/TLS certificate.
There can be two certificates associated with a Lightsail load balancer: the primary and the backup. The
force
parameter is required when the primary SSL/TLS certificate is in use by an instance
attached to the load balancer.
public DeleteLoadBalancerTlsCertificateRequest withForce(Boolean force)
When true
, forces the deletion of an SSL/TLS certificate.
There can be two certificates associated with a Lightsail load balancer: the primary and the backup. The
force
parameter is required when the primary SSL/TLS certificate is in use by an instance attached
to the load balancer.
force
- When true
, forces the deletion of an SSL/TLS certificate.
There can be two certificates associated with a Lightsail load balancer: the primary and the backup. The
force
parameter is required when the primary SSL/TLS certificate is in use by an instance
attached to the load balancer.
public Boolean isForce()
When true
, forces the deletion of an SSL/TLS certificate.
There can be two certificates associated with a Lightsail load balancer: the primary and the backup. The
force
parameter is required when the primary SSL/TLS certificate is in use by an instance attached
to the load balancer.
true
, forces the deletion of an SSL/TLS certificate.
There can be two certificates associated with a Lightsail load balancer: the primary and the backup. The
force
parameter is required when the primary SSL/TLS certificate is in use by an instance
attached to the load balancer.
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.