@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteCertificateRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteCertificateRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateId()
The ID of the certificate object that you are deleting.
|
int |
hashCode() |
void |
setCertificateId(String certificateId)
The ID of the certificate object that you are deleting.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCertificateRequest |
withCertificateId(String certificateId)
The ID of the certificate object that you are deleting.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setCertificateId(String certificateId)
The ID of the certificate object that you are deleting.
certificateId - The ID of the certificate object that you are deleting.public String getCertificateId()
The ID of the certificate object that you are deleting.
public DeleteCertificateRequest withCertificateId(String certificateId)
The ID of the certificate object that you are deleting.
certificateId - The ID of the certificate object that you are deleting.public String toString()
toString in class ObjectObject.toString()public DeleteCertificateRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.