public class AcceptCertificateTransferRequest extends AmazonWebServiceRequest implements Serializable
Accepts a pending certificate transfer. The default state of the certificate is INACTIVE.
To check for pending certificate transfers, call ListCertificates to enumerate your certificates.
| Constructor and Description |
|---|
AcceptCertificateTransferRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getCertificateId()
The ID of the certificate.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
The ID of the certificate.
public void setCertificateId(String certificateId)
The ID of the certificate.
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
certificateId - The ID of the certificate.
public AcceptCertificateTransferRequest withCertificateId(String certificateId)
The ID of the certificate.
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.
public Boolean isSetAsActive()
Specifies whether the certificate is active.
Specifies whether the certificate is active.
public Boolean getSetAsActive()
Specifies whether the certificate is active.
Specifies whether the certificate is active.
public void setSetAsActive(Boolean setAsActive)
Specifies whether the certificate is active.
setAsActive - Specifies whether the certificate is active.
public AcceptCertificateTransferRequest withSetAsActive(Boolean setAsActive)
Specifies whether the certificate is active.
Returns a reference to this object so that method calls can be chained together.
setAsActive - Specifies whether the certificate is active.
public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.