@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.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 Ec2Requestpublic static AssociateEnclaveCertificateIamRoleRequest.Builder builder()
public static Class<? extends AssociateEnclaveCertificateIamRoleRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.