public class DeleteCACertificateRequest extends AmazonWebServiceRequest implements Serializable
Deletes a registered CA certificate.
| Constructor and Description |
|---|
DeleteCACertificateRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCertificateId()
The ID of the certificate to delete.
|
int |
hashCode() |
void |
setCertificateId(String certificateId)
The ID of the certificate to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteCACertificateRequest |
withCertificateId(String certificateId)
The ID of the certificate to delete.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getCertificateId()
The ID of the certificate to delete.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
The ID of the certificate to delete.
public void setCertificateId(String certificateId)
The ID of the certificate to delete.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
certificateId - The ID of the certificate to delete.
public DeleteCACertificateRequest withCertificateId(String certificateId)
The ID of the certificate to delete.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
certificateId - The ID of the certificate to delete.
public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.