@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateEnclaveCertificateIamRoleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DisassociateEnclaveCertificateIamRoleRequest>
NOOP
Constructor and Description |
---|
DisassociateEnclaveCertificateIamRoleRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateEnclaveCertificateIamRoleRequest |
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 from which to disassociate the IAM role.
|
Request<DisassociateEnclaveCertificateIamRoleRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getRoleArn()
The ARN of the IAM role to disassociate.
|
int |
hashCode() |
void |
setCertificateArn(String certificateArn)
The ARN of the ACM certificate from which to disassociate the IAM role.
|
void |
setRoleArn(String roleArn)
The ARN of the IAM role to disassociate.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateEnclaveCertificateIamRoleRequest |
withCertificateArn(String certificateArn)
The ARN of the ACM certificate from which to disassociate the IAM role.
|
DisassociateEnclaveCertificateIamRoleRequest |
withRoleArn(String roleArn)
The ARN of the IAM role to disassociate.
|
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 DisassociateEnclaveCertificateIamRoleRequest()
public void setCertificateArn(String certificateArn)
The ARN of the ACM certificate from which to disassociate the IAM role.
certificateArn
- The ARN of the ACM certificate from which to disassociate the IAM role.public String getCertificateArn()
The ARN of the ACM certificate from which to disassociate the IAM role.
public DisassociateEnclaveCertificateIamRoleRequest withCertificateArn(String certificateArn)
The ARN of the ACM certificate from which to disassociate the IAM role.
certificateArn
- The ARN of the ACM certificate from which to disassociate the IAM role.public void setRoleArn(String roleArn)
The ARN of the IAM role to disassociate.
roleArn
- The ARN of the IAM role to disassociate.public String getRoleArn()
The ARN of the IAM role to disassociate.
public DisassociateEnclaveCertificateIamRoleRequest withRoleArn(String roleArn)
The ARN of the IAM role to disassociate.
roleArn
- The ARN of the IAM role to disassociate.public Request<DisassociateEnclaveCertificateIamRoleRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DisassociateEnclaveCertificateIamRoleRequest>
public String toString()
toString
in class Object
Object.toString()
public DisassociateEnclaveCertificateIamRoleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()