@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCertificateAuthorityAuditReportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateCertificateAuthorityAuditReportRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateCertificateAuthorityAuditReportRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAuditReportResponseFormat()
Format in which to create the report.
|
String |
getCertificateAuthorityArn()
Amazon Resource Name (ARN) of the CA to be audited.
|
String |
getS3BucketName()
Name of the S3 bucket that will contain the audit report.
|
int |
hashCode() |
void |
setAuditReportResponseFormat(String auditReportResponseFormat)
Format in which to create the report.
|
void |
setCertificateAuthorityArn(String certificateAuthorityArn)
Amazon Resource Name (ARN) of the CA to be audited.
|
void |
setS3BucketName(String s3BucketName)
Name of the S3 bucket that will contain the audit report.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateCertificateAuthorityAuditReportRequest |
withAuditReportResponseFormat(AuditReportResponseFormat auditReportResponseFormat)
Format in which to create the report.
|
CreateCertificateAuthorityAuditReportRequest |
withAuditReportResponseFormat(String auditReportResponseFormat)
Format in which to create the report.
|
CreateCertificateAuthorityAuditReportRequest |
withCertificateAuthorityArn(String certificateAuthorityArn)
Amazon Resource Name (ARN) of the CA to be audited.
|
CreateCertificateAuthorityAuditReportRequest |
withS3BucketName(String s3BucketName)
Name of the S3 bucket that will contain the audit report.
|
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 CreateCertificateAuthorityAuditReportRequest()
public void setCertificateAuthorityArn(String certificateAuthorityArn)
Amazon Resource Name (ARN) of the CA to be audited. This is of the form:
arn:aws:acm:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
certificateAuthorityArn - Amazon Resource Name (ARN) of the CA to be audited. This is of the form:
arn:aws:acm:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .
public String getCertificateAuthorityArn()
Amazon Resource Name (ARN) of the CA to be audited. This is of the form:
arn:aws:acm:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
arn:aws:acm:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .
public CreateCertificateAuthorityAuditReportRequest withCertificateAuthorityArn(String certificateAuthorityArn)
Amazon Resource Name (ARN) of the CA to be audited. This is of the form:
arn:aws:acm:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
certificateAuthorityArn - Amazon Resource Name (ARN) of the CA to be audited. This is of the form:
arn:aws:acm:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .
public void setS3BucketName(String s3BucketName)
Name of the S3 bucket that will contain the audit report.
s3BucketName - Name of the S3 bucket that will contain the audit report.public String getS3BucketName()
Name of the S3 bucket that will contain the audit report.
public CreateCertificateAuthorityAuditReportRequest withS3BucketName(String s3BucketName)
Name of the S3 bucket that will contain the audit report.
s3BucketName - Name of the S3 bucket that will contain the audit report.public void setAuditReportResponseFormat(String auditReportResponseFormat)
Format in which to create the report. This can be either JSON or CSV.
auditReportResponseFormat - Format in which to create the report. This can be either JSON or CSV.AuditReportResponseFormatpublic String getAuditReportResponseFormat()
Format in which to create the report. This can be either JSON or CSV.
AuditReportResponseFormatpublic CreateCertificateAuthorityAuditReportRequest withAuditReportResponseFormat(String auditReportResponseFormat)
Format in which to create the report. This can be either JSON or CSV.
auditReportResponseFormat - Format in which to create the report. This can be either JSON or CSV.AuditReportResponseFormatpublic CreateCertificateAuthorityAuditReportRequest withAuditReportResponseFormat(AuditReportResponseFormat auditReportResponseFormat)
Format in which to create the report. This can be either JSON or CSV.
auditReportResponseFormat - Format in which to create the report. This can be either JSON or CSV.AuditReportResponseFormatpublic String toString()
toString in class ObjectObject.toString()public CreateCertificateAuthorityAuditReportRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.