public class AcceptCertificateTransferRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the AcceptCertificateTransfer operation.
NOOP| Constructor and Description |
|---|
AcceptCertificateTransferRequest() |
| Modifier and Type | Method and Description |
|---|---|
AcceptCertificateTransferRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getCertificateId()
The ID of the certificate.
|
Boolean |
getSetAsActive()
Specifies whether the certificate is active.
|
int |
hashCode() |
Boolean |
isSetAsActive()
Specifies whether the certificate is active.
|
void |
setCertificateId(String certificateId)
The ID of the certificate.
|
void |
setSetAsActive(Boolean setAsActive)
Specifies whether the certificate is active.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AcceptCertificateTransferRequest |
withCertificateId(String certificateId)
The ID of the certificate.
|
AcceptCertificateTransferRequest |
withSetAsActive(Boolean setAsActive)
Specifies whether the certificate is active.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCertificateId(String certificateId)
The ID of the certificate.
certificateId - The ID of the certificate.public String getCertificateId()
The ID of the certificate.
public AcceptCertificateTransferRequest withCertificateId(String certificateId)
The ID of the certificate.
certificateId - The ID of the certificate.public void setSetAsActive(Boolean setAsActive)
Specifies whether the certificate is active.
setAsActive - Specifies whether the certificate is active.public Boolean getSetAsActive()
Specifies whether the certificate is active.
public AcceptCertificateTransferRequest withSetAsActive(Boolean setAsActive)
Specifies whether the certificate is active.
setAsActive - Specifies whether the certificate is active.public Boolean isSetAsActive()
Specifies whether the certificate is active.
public String toString()
toString in class ObjectObject.toString()public AcceptCertificateTransferRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.