@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 KMS key 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.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String certificateS3BucketName()
The name of the Amazon S3 bucket to which the certificate was uploaded.
public final 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
.
role_arn
/certificate_arn
.public final String encryptionKmsKeyId()
The ID of the KMS key used to encrypt the private key of the certificate.
public AssociateEnclaveCertificateIamRoleResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AssociateEnclaveCertificateIamRoleResponse.Builder,AssociateEnclaveCertificateIamRoleResponse>
toBuilder
in class AwsResponse
public static AssociateEnclaveCertificateIamRoleResponse.Builder builder()
public static Class<? extends AssociateEnclaveCertificateIamRoleResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2022. All rights reserved.