@Generated(value="software.amazon.awssdk:codegen") public final class CreateCertificateAuthorityAuditReportRequest extends AcmPcaRequest implements ToCopyableBuilder<CreateCertificateAuthorityAuditReportRequest.Builder,CreateCertificateAuthorityAuditReportRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateCertificateAuthorityAuditReportRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AuditReportResponseFormat |
auditReportResponseFormat()
The format in which to create the report.
|
String |
auditReportResponseFormatAsString()
The format in which to create the report.
|
static CreateCertificateAuthorityAuditReportRequest.Builder |
builder() |
String |
certificateAuthorityArn()
The Amazon Resource Name (ARN) of the CA to be audited.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3BucketName()
The name of the S3 bucket that will contain the audit report.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateCertificateAuthorityAuditReportRequest.Builder> |
serializableBuilderClass() |
CreateCertificateAuthorityAuditReportRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String certificateAuthorityArn()
The 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 final String s3BucketName()
The name of the S3 bucket that will contain the audit report.
public final AuditReportResponseFormat auditReportResponseFormat()
The format in which to create the report. This can be either JSON or CSV.
If the service returns an enum value that is not available in the current SDK version,
auditReportResponseFormat will return AuditReportResponseFormat.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from auditReportResponseFormatAsString().
AuditReportResponseFormatpublic final String auditReportResponseFormatAsString()
The format in which to create the report. This can be either JSON or CSV.
If the service returns an enum value that is not available in the current SDK version,
auditReportResponseFormat will return AuditReportResponseFormat.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from auditReportResponseFormatAsString().
AuditReportResponseFormatpublic CreateCertificateAuthorityAuditReportRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateCertificateAuthorityAuditReportRequest.Builder,CreateCertificateAuthorityAuditReportRequest>toBuilder in class AcmPcaRequestpublic static CreateCertificateAuthorityAuditReportRequest.Builder builder()
public static Class<? extends CreateCertificateAuthorityAuditReportRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.