@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuditReportId()
The report ID returned by calling the CreateCertificateAuthorityAuditReport action.
|
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 action.
|
void |
setCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the private CA.
|
String |
toString()
Returns a string representation of this object.
|
DescribeCertificateAuthorityAuditReportRequest |
withAuditReportId(String auditReportId)
The report ID returned by calling the CreateCertificateAuthorityAuditReport action.
|
DescribeCertificateAuthorityAuditReportRequest |
withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the private CA.
|
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 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 action.
auditReportId
- The report ID returned by calling the CreateCertificateAuthorityAuditReport action.public String getAuditReportId()
The report ID returned by calling the CreateCertificateAuthorityAuditReport action.
public DescribeCertificateAuthorityAuditReportRequest withAuditReportId(String auditReportId)
The report ID returned by calling the CreateCertificateAuthorityAuditReport action.
auditReportId
- The report ID returned by calling the CreateCertificateAuthorityAuditReport action.public String toString()
toString
in class Object
Object.toString()
public DescribeCertificateAuthorityAuditReportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()