Class AssociateEnclaveCertificateIamRoleResponse
java.lang.Object
software.amazon.awssdk.core.SdkResponse
software.amazon.awssdk.awscore.AwsResponse
software.amazon.awssdk.services.ec2.model.Ec2Response
software.amazon.awssdk.services.ec2.model.AssociateEnclaveCertificateIamRoleResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<AssociateEnclaveCertificateIamRoleResponse.Builder,AssociateEnclaveCertificateIamRoleResponse>
@Generated("software.amazon.awssdk:codegen")
public final class AssociateEnclaveCertificateIamRoleResponse
extends Ec2Response
implements ToCopyableBuilder<AssociateEnclaveCertificateIamRoleResponse.Builder,AssociateEnclaveCertificateIamRoleResponse>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe name of the Amazon S3 bucket to which the certificate was uploaded.final StringThe Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored.final StringThe ID of the KMS key used to encrypt the private key of the certificate.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends AssociateEnclaveCertificateIamRoleResponse.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.ec2.model.Ec2Response
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
certificateS3BucketName
The name of the Amazon S3 bucket to which the certificate was uploaded.
- Returns:
- The name of the Amazon S3 bucket to which the certificate was uploaded.
-
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.- Returns:
- 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.
-
encryptionKmsKeyId
The ID of the KMS key used to encrypt the private key of the certificate.
- Returns:
- The ID of the KMS key used to encrypt the private key of the certificate.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssociateEnclaveCertificateIamRoleResponse.Builder,AssociateEnclaveCertificateIamRoleResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
public static Class<? extends AssociateEnclaveCertificateIamRoleResponse.Builder> serializableBuilderClass() -
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-