@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 CreateCertificateAuthorityAuditReportRequest()
public void setCertificateAuthorityArn(String certificateAuthorityArn)
Amazon Resource Name (ARN) of the CA to be audited. This is of the form:
arn:aws:acm-pca: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-pca: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-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
arn:aws:acm-pca: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-pca: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-pca: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.AuditReportResponseFormat
public String getAuditReportResponseFormat()
Format in which to create the report. This can be either JSON or CSV.
AuditReportResponseFormat
public 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.AuditReportResponseFormat
public 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.AuditReportResponseFormat
public String toString()
toString
in class Object
Object.toString()
public CreateCertificateAuthorityAuditReportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.