@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateEnclaveCertificateIamRoleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateEnclaveCertificateIamRoleResult() |
Modifier and Type | Method and Description |
---|---|
AssociateEnclaveCertificateIamRoleResult |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateS3BucketName()
The name of the Amazon S3 bucket to which the certificate was uploaded.
|
String |
getCertificateS3ObjectKey()
The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored.
|
String |
getEncryptionKmsKeyId()
The ID of the KMS key used to encrypt the private key of the certificate.
|
int |
hashCode() |
void |
setCertificateS3BucketName(String certificateS3BucketName)
The name of the Amazon S3 bucket to which the certificate was uploaded.
|
void |
setCertificateS3ObjectKey(String certificateS3ObjectKey)
The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored.
|
void |
setEncryptionKmsKeyId(String encryptionKmsKeyId)
The ID of the KMS key used to encrypt the private key of the certificate.
|
String |
toString()
Returns a string representation of this object.
|
AssociateEnclaveCertificateIamRoleResult |
withCertificateS3BucketName(String certificateS3BucketName)
The name of the Amazon S3 bucket to which the certificate was uploaded.
|
AssociateEnclaveCertificateIamRoleResult |
withCertificateS3ObjectKey(String certificateS3ObjectKey)
The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored.
|
AssociateEnclaveCertificateIamRoleResult |
withEncryptionKmsKeyId(String encryptionKmsKeyId)
The ID of the KMS key used to encrypt the private key of the certificate.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public AssociateEnclaveCertificateIamRoleResult()
public void setCertificateS3BucketName(String certificateS3BucketName)
The name of the Amazon S3 bucket to which the certificate was uploaded.
certificateS3BucketName
- The name of the Amazon S3 bucket to which the certificate was uploaded.public String getCertificateS3BucketName()
The name of the Amazon S3 bucket to which the certificate was uploaded.
public AssociateEnclaveCertificateIamRoleResult withCertificateS3BucketName(String certificateS3BucketName)
The name of the Amazon S3 bucket to which the certificate was uploaded.
certificateS3BucketName
- The name of the Amazon S3 bucket to which the certificate was uploaded.public void setCertificateS3ObjectKey(String certificateS3ObjectKey)
The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored.
The object key is formatted as follows: role_arn
/certificate_arn
.
certificateS3ObjectKey
- The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are
stored. The object key is formatted as follows: role_arn
/certificate_arn
.public String getCertificateS3ObjectKey()
The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored.
The object key is formatted as follows: role_arn
/certificate_arn
.
role_arn
/certificate_arn
.public AssociateEnclaveCertificateIamRoleResult withCertificateS3ObjectKey(String certificateS3ObjectKey)
The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored.
The object key is formatted as follows: role_arn
/certificate_arn
.
certificateS3ObjectKey
- The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are
stored. The object key is formatted as follows: role_arn
/certificate_arn
.public void setEncryptionKmsKeyId(String encryptionKmsKeyId)
The ID of the KMS key used to encrypt the private key of the certificate.
encryptionKmsKeyId
- The ID of the KMS key used to encrypt the private key of the certificate.public String getEncryptionKmsKeyId()
The ID of the KMS key used to encrypt the private key of the certificate.
public AssociateEnclaveCertificateIamRoleResult withEncryptionKmsKeyId(String encryptionKmsKeyId)
The ID of the KMS key used to encrypt the private key of the certificate.
encryptionKmsKeyId
- The ID of the KMS key used to encrypt the private key of the certificate.public String toString()
toString
in class Object
Object.toString()
public AssociateEnclaveCertificateIamRoleResult clone()
Copyright © 2022. All rights reserved.