@Generated(value="software.amazon.awssdk:codegen") public final class AssociateEnclaveCertificateIamRoleResponse extends Ec2Response implements ToCopyableBuilder<AssociateEnclaveCertificateIamRoleResponse.Builder,AssociateEnclaveCertificateIamRoleResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateEnclaveCertificateIamRoleResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateEnclaveCertificateIamRoleResponse.Builder |
builder() |
String |
certificateS3BucketName()
The name of the Amazon S3 bucket to which the certificate was uploaded.
|
String |
certificateS3ObjectKey()
The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored.
|
String |
encryptionKmsKeyId()
The ID of the AWS KMS CMK used to encrypt the private key of the certificate.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateEnclaveCertificateIamRoleResponse.Builder> |
serializableBuilderClass() |
AssociateEnclaveCertificateIamRoleResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String certificateS3BucketName()
The name of the Amazon S3 bucket to which the certificate was uploaded.
public 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: certificate_arn/role_arn.
certificate_arn/role_arn.public String encryptionKmsKeyId()
The ID of the AWS KMS CMK used to encrypt the private key of the certificate.
public AssociateEnclaveCertificateIamRoleResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateEnclaveCertificateIamRoleResponse.Builder,AssociateEnclaveCertificateIamRoleResponse>toBuilder in class AwsResponsepublic static AssociateEnclaveCertificateIamRoleResponse.Builder builder()
public static Class<? extends AssociateEnclaveCertificateIamRoleResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.