@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateEnclaveCertificateIamRoleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<AssociateEnclaveCertificateIamRoleRequest>
NOOP
Constructor and Description |
---|
AssociateEnclaveCertificateIamRoleRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateEnclaveCertificateIamRoleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCertificateArn()
The ARN of the ACM certificate with which to associate the IAM role.
|
Request<AssociateEnclaveCertificateIamRoleRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getRoleArn()
The ARN of the IAM role to associate with the ACM certificate.
|
int |
hashCode() |
void |
setCertificateArn(String certificateArn)
The ARN of the ACM certificate with which to associate the IAM role.
|
void |
setRoleArn(String roleArn)
The ARN of the IAM role to associate with the ACM certificate.
|
String |
toString()
Returns a string representation of this object.
|
AssociateEnclaveCertificateIamRoleRequest |
withCertificateArn(String certificateArn)
The ARN of the ACM certificate with which to associate the IAM role.
|
AssociateEnclaveCertificateIamRoleRequest |
withRoleArn(String roleArn)
The ARN of the IAM role to associate with the ACM certificate.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public AssociateEnclaveCertificateIamRoleRequest()
public void setCertificateArn(String certificateArn)
The ARN of the ACM certificate with which to associate the IAM role.
certificateArn
- The ARN of the ACM certificate with which to associate the IAM role.public String getCertificateArn()
The ARN of the ACM certificate with which to associate the IAM role.
public AssociateEnclaveCertificateIamRoleRequest withCertificateArn(String certificateArn)
The ARN of the ACM certificate with which to associate the IAM role.
certificateArn
- The ARN of the ACM certificate with which to associate the IAM role.public void setRoleArn(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.
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 String getRoleArn()
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 withRoleArn(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.
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 Request<AssociateEnclaveCertificateIamRoleRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<AssociateEnclaveCertificateIamRoleRequest>
public String toString()
toString
in class Object
Object.toString()
public AssociateEnclaveCertificateIamRoleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()