@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCertificateAuthorityAuditReportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeCertificateAuthorityAuditReportRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeCertificateAuthorityAuditReportRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAuditReportId()
The report ID returned by calling the CreateCertificateAuthorityAuditReport operation.
|
String |
getCertificateAuthorityArn()
The Amazon Resource Name (ARN) of the private CA.
|
int |
hashCode() |
void |
setAuditReportId(String auditReportId)
The report ID returned by calling the CreateCertificateAuthorityAuditReport operation.
|
void |
setCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the private CA.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeCertificateAuthorityAuditReportRequest |
withAuditReportId(String auditReportId)
The report ID returned by calling the CreateCertificateAuthorityAuditReport operation.
|
DescribeCertificateAuthorityAuditReportRequest |
withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the private CA.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic DescribeCertificateAuthorityAuditReportRequest()
public void setCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the private CA. This must be of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
certificateAuthorityArn - The Amazon Resource Name (ARN) of the private CA. This must be of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .
public String getCertificateAuthorityArn()
The Amazon Resource Name (ARN) of the private CA. This must be of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .
public DescribeCertificateAuthorityAuditReportRequest withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the private CA. This must be of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
certificateAuthorityArn - The Amazon Resource Name (ARN) of the private CA. This must be of the form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .
public void setAuditReportId(String auditReportId)
The report ID returned by calling the CreateCertificateAuthorityAuditReport operation.
auditReportId - The report ID returned by calling the CreateCertificateAuthorityAuditReport operation.public String getAuditReportId()
The report ID returned by calling the CreateCertificateAuthorityAuditReport operation.
public DescribeCertificateAuthorityAuditReportRequest withAuditReportId(String auditReportId)
The report ID returned by calling the CreateCertificateAuthorityAuditReport operation.
auditReportId - The report ID returned by calling the CreateCertificateAuthorityAuditReport operation.public String toString()
toString in class ObjectObject.toString()public DescribeCertificateAuthorityAuditReportRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.