@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.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 AwsResponsepublic static AssociateEnclaveCertificateIamRoleResponse.Builder builder()
public static Class<? extends AssociateEnclaveCertificateIamRoleResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.