public class DeleteServerCertificateRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteServerCertificate operation.
Deletes the specified server certificate.
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.
| コンストラクタと説明 |
|---|
DeleteServerCertificateRequest()
Default constructor for a new DeleteServerCertificateRequest object.
|
DeleteServerCertificateRequest(java.lang.String serverCertificateName)
Constructs a new DeleteServerCertificateRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getServerCertificateName()
The name of the server certificate you want to delete.
|
int |
hashCode() |
void |
setServerCertificateName(java.lang.String serverCertificateName)
The name of the server certificate you want to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteServerCertificateRequest |
withServerCertificateName(java.lang.String serverCertificateName)
The name of the server certificate you want to delete.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DeleteServerCertificateRequest()
public DeleteServerCertificateRequest(java.lang.String serverCertificateName)
serverCertificateName - The name of the server certificate you
want to delete.public java.lang.String getServerCertificateName()
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
public void setServerCertificateName(java.lang.String serverCertificateName)
Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*
serverCertificateName - The name of the server certificate you want to delete.public DeleteServerCertificateRequest withServerCertificateName(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object