com.amazonaws.services.identitymanagement.model
Class DeleteServerCertificateRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.identitymanagement.model.DeleteServerCertificateRequest

public class DeleteServerCertificateRequest
extends AmazonWebServiceRequest

Container for the parameters to the DeleteServerCertificate operation.

Deletes the specified server certificate.

IMPORTANT:If your Elastic Load Balancing instances are using a server certificate, deleting the certificate could have implications for your application. If your Elastic Load Balancing instances do not detect the deletion of bound certificates, they may continue to use the certificates. This could cause them to stop accepting traffic. We recommend that you remove the reference to the certificate from your Elastic Load Balancing instances before using this command to delete the certificate.

See Also:
AmazonIdentityManagement.deleteServerCertificate(DeleteServerCertificateRequest)

Constructor Summary
DeleteServerCertificateRequest()
           
 
Method Summary
 java.lang.String getServerCertificateName()
          The name of the server certificate you want to delete.
 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.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteServerCertificateRequest

public DeleteServerCertificateRequest()
Method Detail

getServerCertificateName

public java.lang.String getServerCertificateName()
The name of the server certificate you want to delete.

Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*

Returns:
The name of the server certificate you want to delete.

setServerCertificateName

public void setServerCertificateName(java.lang.String serverCertificateName)
The name of the server certificate you want to delete.

Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*

Parameters:
serverCertificateName - The name of the server certificate you want to delete.

withServerCertificateName

public DeleteServerCertificateRequest withServerCertificateName(java.lang.String serverCertificateName)
The name of the server certificate you want to delete.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*

Parameters:
serverCertificateName - The name of the server certificate you want to delete.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.