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