public class AcceptCertificateTransferRequest extends AmazonWebServiceRequest implements java.io.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(java.lang.Object obj) |
java.lang.String |
getCertificateId()
The ID of the certificate.
|
java.lang.Boolean |
getSetAsActive()
Specifies whether the certificate is active.
|
int |
hashCode() |
java.lang.Boolean |
isSetAsActive()
Specifies whether the certificate is active.
|
void |
setCertificateId(java.lang.String certificateId)
The ID of the certificate.
|
void |
setSetAsActive(java.lang.Boolean setAsActive)
Specifies whether the certificate is active.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AcceptCertificateTransferRequest |
withCertificateId(java.lang.String certificateId)
The ID of the certificate.
|
AcceptCertificateTransferRequest |
withSetAsActive(java.lang.Boolean setAsActive)
Specifies whether the certificate is active.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getCertificateId()
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
public void setCertificateId(java.lang.String certificateId)
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
Constraints:
Length: 64 - 64
Pattern: (0x)?[a-fA-F0-9]+
certificateId
- The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
public AcceptCertificateTransferRequest withCertificateId(java.lang.String certificateId)
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
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. (The last part of the certificate ARN contains the certificate ID.)
public java.lang.Boolean isSetAsActive()
Specifies whether the certificate is active.
Specifies whether the certificate is active.
public java.lang.Boolean getSetAsActive()
Specifies whether the certificate is active.
Specifies whether the certificate is active.
public void setSetAsActive(java.lang.Boolean setAsActive)
Specifies whether the certificate is active.
setAsActive
- Specifies whether the certificate is active.
public AcceptCertificateTransferRequest withSetAsActive(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.