@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateCertificateRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateCertificateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getActiveDate()
An optional date that specifies when the certificate becomes active.
|
String |
getCertificateId()
The identifier of the certificate object that you are updating.
|
String |
getDescription()
A short description to help identify the certificate.
|
Date |
getInactiveDate()
An optional date that specifies when the certificate becomes inactive.
|
int |
hashCode() |
void |
setActiveDate(Date activeDate)
An optional date that specifies when the certificate becomes active.
|
void |
setCertificateId(String certificateId)
The identifier of the certificate object that you are updating.
|
void |
setDescription(String description)
A short description to help identify the certificate.
|
void |
setInactiveDate(Date inactiveDate)
An optional date that specifies when the certificate becomes inactive.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCertificateRequest |
withActiveDate(Date activeDate)
An optional date that specifies when the certificate becomes active.
|
UpdateCertificateRequest |
withCertificateId(String certificateId)
The identifier of the certificate object that you are updating.
|
UpdateCertificateRequest |
withDescription(String description)
A short description to help identify the certificate.
|
UpdateCertificateRequest |
withInactiveDate(Date inactiveDate)
An optional date that specifies when the certificate becomes inactive.
|
addHandlerContext, 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 identifier of the certificate object that you are updating.
certificateId - The identifier of the certificate object that you are updating.public String getCertificateId()
The identifier of the certificate object that you are updating.
public UpdateCertificateRequest withCertificateId(String certificateId)
The identifier of the certificate object that you are updating.
certificateId - The identifier of the certificate object that you are updating.public void setActiveDate(Date activeDate)
An optional date that specifies when the certificate becomes active.
activeDate - An optional date that specifies when the certificate becomes active.public Date getActiveDate()
An optional date that specifies when the certificate becomes active.
public UpdateCertificateRequest withActiveDate(Date activeDate)
An optional date that specifies when the certificate becomes active.
activeDate - An optional date that specifies when the certificate becomes active.public void setInactiveDate(Date inactiveDate)
An optional date that specifies when the certificate becomes inactive.
inactiveDate - An optional date that specifies when the certificate becomes inactive.public Date getInactiveDate()
An optional date that specifies when the certificate becomes inactive.
public UpdateCertificateRequest withInactiveDate(Date inactiveDate)
An optional date that specifies when the certificate becomes inactive.
inactiveDate - An optional date that specifies when the certificate becomes inactive.public void setDescription(String description)
A short description to help identify the certificate.
description - A short description to help identify the certificate.public String getDescription()
A short description to help identify the certificate.
public UpdateCertificateRequest withDescription(String description)
A short description to help identify the certificate.
description - A short description to help identify the certificate.public String toString()
toString in class ObjectObject.toString()public UpdateCertificateRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()