@Generated(value="software.amazon.awssdk:codegen") public final class AssociateEnclaveCertificateIamRoleRequest extends Ec2Request implements ToCopyableBuilder<AssociateEnclaveCertificateIamRoleRequest.Builder,AssociateEnclaveCertificateIamRoleRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
AssociateEnclaveCertificateIamRoleRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static AssociateEnclaveCertificateIamRoleRequest.Builder |
builder() |
String |
certificateArn()
The ARN of the ACM certificate with which to associate the IAM role.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
roleArn()
The ARN of the IAM role to associate with the ACM certificate.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateEnclaveCertificateIamRoleRequest.Builder> |
serializableBuilderClass() |
AssociateEnclaveCertificateIamRoleRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String certificateArn()
The ARN of the ACM certificate with which to associate the IAM role.
public final String roleArn()
The ARN of the IAM role to associate with the ACM certificate. You can associate up to 16 IAM roles with an ACM certificate.
public AssociateEnclaveCertificateIamRoleRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AssociateEnclaveCertificateIamRoleRequest.Builder,AssociateEnclaveCertificateIamRoleRequest>
toBuilder
in class Ec2Request
public static AssociateEnclaveCertificateIamRoleRequest.Builder builder()
public static Class<? extends AssociateEnclaveCertificateIamRoleRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
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 SdkRequest
Copyright © 2023. All rights reserved.