public class DeleteServerCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteServerCertificate operation.
Deletes the specified server certificate.
For more information about working with server certificates, including a list of AWS services that can use the server certificates that you manage with IAM, go to Working with Server Certificates in the IAM User Guide .
IMPORTANT: If you are using a server certificate with Elastic Load Balancing, deleting the certificate could have implications for your application. If Elastic Load Balancing doesn't detect the deletion of bound certificates, it may continue to use the certificates. This could cause Elastic Load Balancing to stop accepting traffic. We recommend that you remove the reference to the certificate from Elastic Load Balancing before using this command to delete the certificate. For more information, go to DeleteLoadBalancerListeners in the Elastic Load Balancing API Reference.
NOOP| Constructor and Description |
|---|
DeleteServerCertificateRequest()
Default constructor for a new DeleteServerCertificateRequest object.
|
DeleteServerCertificateRequest(String serverCertificateName)
Constructs a new DeleteServerCertificateRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteServerCertificateRequest |
clone() |
boolean |
equals(Object obj) |
String |
getServerCertificateName()
The name of the server certificate you want to delete.
|
int |
hashCode() |
void |
setServerCertificateName(String serverCertificateName)
The name of the server certificate you want to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteServerCertificateRequest |
withServerCertificateName(String serverCertificateName)
The name of the server certificate you want to delete.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeleteServerCertificateRequest()
public DeleteServerCertificateRequest(String serverCertificateName)
serverCertificateName - The name of the server certificate you
want to delete.public String getServerCertificateName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]+
public void setServerCertificateName(String serverCertificateName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]+
serverCertificateName - The name of the server certificate you want to delete.public DeleteServerCertificateRequest withServerCertificateName(String serverCertificateName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]+
serverCertificateName - The name of the server certificate you want to delete.public String toString()
toString in class ObjectObject.toString()public DeleteServerCertificateRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.