@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPublicKeyCertificateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetPublicKeyCertificateResult() |
Modifier and Type | Method and Description |
---|---|
GetPublicKeyCertificateResult |
clone() |
boolean |
equals(Object obj) |
String |
getKeyCertificate()
The public key component of the asymmetric key pair in a certificate (PEM) format.
|
String |
getKeyCertificateChain()
The certificate chain that signed the public key certificate of the asymmetric key pair.
|
int |
hashCode() |
void |
setKeyCertificate(String keyCertificate)
The public key component of the asymmetric key pair in a certificate (PEM) format.
|
void |
setKeyCertificateChain(String keyCertificateChain)
The certificate chain that signed the public key certificate of the asymmetric key pair.
|
String |
toString()
Returns a string representation of this object.
|
GetPublicKeyCertificateResult |
withKeyCertificate(String keyCertificate)
The public key component of the asymmetric key pair in a certificate (PEM) format.
|
GetPublicKeyCertificateResult |
withKeyCertificateChain(String keyCertificateChain)
The certificate chain that signed the public key certificate of the asymmetric key pair.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setKeyCertificate(String keyCertificate)
The public key component of the asymmetric key pair in a certificate (PEM) format. It is signed by the root certificate authority (CA) within your service account. The certificate expires in 90 days.
keyCertificate
- The public key component of the asymmetric key pair in a certificate (PEM) format. It is signed by the
root certificate authority (CA) within your service account. The certificate expires in 90 days.public String getKeyCertificate()
The public key component of the asymmetric key pair in a certificate (PEM) format. It is signed by the root certificate authority (CA) within your service account. The certificate expires in 90 days.
public GetPublicKeyCertificateResult withKeyCertificate(String keyCertificate)
The public key component of the asymmetric key pair in a certificate (PEM) format. It is signed by the root certificate authority (CA) within your service account. The certificate expires in 90 days.
keyCertificate
- The public key component of the asymmetric key pair in a certificate (PEM) format. It is signed by the
root certificate authority (CA) within your service account. The certificate expires in 90 days.public void setKeyCertificateChain(String keyCertificateChain)
The certificate chain that signed the public key certificate of the asymmetric key pair. This is the root certificate authority (CA) within your service account.
keyCertificateChain
- The certificate chain that signed the public key certificate of the asymmetric key pair. This is the root
certificate authority (CA) within your service account.public String getKeyCertificateChain()
The certificate chain that signed the public key certificate of the asymmetric key pair. This is the root certificate authority (CA) within your service account.
public GetPublicKeyCertificateResult withKeyCertificateChain(String keyCertificateChain)
The certificate chain that signed the public key certificate of the asymmetric key pair. This is the root certificate authority (CA) within your service account.
keyCertificateChain
- The certificate chain that signed the public key certificate of the asymmetric key pair. This is the root
certificate authority (CA) within your service account.public String toString()
toString
in class Object
Object.toString()
public GetPublicKeyCertificateResult clone()