All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.acm-2015-12-08-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Certificate Manager module holds the client classes that are used for communicating with AWS Certificate Manager service.

There is a newer version: 2.28.3
Show newest version
{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customErrorCodeFieldName" : null,
    "customProtocolFactoryFqcn" : null,
    "customResponseMetadata" : null,
    "customRetryPolicy" : null,
    "customServiceMetadata" : null,
    "defaultSimpleMethodTestRegion" : null,
    "deprecatedOperations" : [ ],
    "deprecatedShapes" : [ ],
    "excludeClientCreateMethod" : false,
    "modelMarshallerDefaultValueSupplier" : { },
    "operationModifiers" : null,
    "paginationCustomization" : null,
    "renameShapes" : null,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "verifiedSimpleMethods" : [ "listCertificates" ]
  },
  "metadata" : {
    "apiVersion" : "2015-12-08",
    "asyncBuilder" : "DefaultAcmAsyncClientBuilder",
    "asyncBuilderInterface" : "AcmAsyncClientBuilder",
    "asyncClient" : "DefaultAcmAsyncClient",
    "asyncInterface" : "AcmAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultAcmBaseClientBuilder",
    "baseBuilderInterface" : "AcmBaseClientBuilder",
    "baseExceptionName" : "AcmException",
    "baseRequestName" : "AcmRequest",
    "baseResponseName" : "AcmResponse",
    "cborProtocol" : false,
    "clientPackageName" : "acm",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "ACM",
    "documentation" : "AWS Certificate Manager 

Welcome to the AWS Certificate Manager (ACM) API documentation.

You can use ACM to manage SSL/TLS certificates for your AWS-based websites and applications. For general information about using ACM, see the AWS Certificate Manager User Guide .

", "endpointPrefix" : "acm", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.acm", "fullModelPackageName" : "software.amazon.awssdk.services.acm.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.acm.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.acm.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.acm.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "acm.model", "paginatorsPackageName" : "acm.paginators", "protocol" : "json", "requestTransformPackageName" : "acm.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceName" : "Acm", "signingName" : "acm", "syncBuilder" : "DefaultAcmClientBuilder", "syncBuilderInterface" : "AcmClientBuilder", "syncClient" : "DefaultAcmClient", "syncInterface" : "AcmClient", "transformPackageName" : "acm.transform", "uid" : "acm-2015-12-08", "xmlProtocol" : false }, "operations" : { "AddTagsToCertificate" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Adds one or more tags to an ACM certificate. Tags are labels that you can use to identify and organize your AWS resources. Each tag consists of a key and an optional value. You specify the certificate on input by its Amazon Resource Name (ARN). You specify the tag by using a key-value pair.

You can apply a tag to just one certificate if you want to identify a specific characteristic of that certificate, or you can apply the same tag to multiple certificates if you want to filter for a common relationship among those certificates. Similarly, you can apply the same tag to multiple resources if you want to specify a relationship among those resources. For example, you can add the same tag to an ACM certificate and an Elastic Load Balancing load balancer to indicate that they are both used by the same website. For more information, see Tagging ACM certificates.

To remove one or more tags, use the RemoveTagsFromCertificate action. To view all of the tags that have been applied to the certificate, use the ListTagsForCertificate action.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified certificate cannot be found in the caller's account or the caller's account cannot be found.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArnException", "documentation" : "

The requested Amazon Resource Name (ARN) does not refer to an existing resource.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidTagException", "documentation" : "

One or both of the values that make up the key-value pair is not valid. For example, you cannot specify a tag value that begins with aws:.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyTagsException", "documentation" : "

The request contains too many tags. Try the request again with fewer tags.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AddTagsToCertificateRequest", "variableName" : "addTagsToCertificateRequest", "variableType" : "AddTagsToCertificateRequest", "documentation" : "", "simpleType" : "AddTagsToCertificateRequest", "variableSetterType" : "AddTagsToCertificateRequest" }, "methodName" : "addTagsToCertificate", "operationName" : "AddTagsToCertificate", "paginated" : false, "returnType" : { "returnType" : "AddTagsToCertificateResponse", "documentation" : null }, "syncReturnType" : "AddTagsToCertificateResponse" }, "DeleteCertificate" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a certificate and its associated private key. If this action succeeds, the certificate no longer appears in the list that can be displayed by calling the ListCertificates action or be retrieved by calling the GetCertificate action. The certificate will not be available for use by AWS services integrated with ACM.

You cannot delete an ACM certificate that is being used by another AWS service. To delete a certificate that is in use, the certificate association must first be removed.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified certificate cannot be found in the caller's account or the caller's account cannot be found.

", "httpStatusCode" : null }, { "exceptionName" : "ResourceInUseException", "documentation" : "

The certificate is in use by another AWS service in the caller's account. Remove the association and try again.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArnException", "documentation" : "

The requested Amazon Resource Name (ARN) does not refer to an existing resource.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteCertificateRequest", "variableName" : "deleteCertificateRequest", "variableType" : "DeleteCertificateRequest", "documentation" : "", "simpleType" : "DeleteCertificateRequest", "variableSetterType" : "DeleteCertificateRequest" }, "methodName" : "deleteCertificate", "operationName" : "DeleteCertificate", "paginated" : false, "returnType" : { "returnType" : "DeleteCertificateResponse", "documentation" : null }, "syncReturnType" : "DeleteCertificateResponse" }, "DescribeCertificate" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Returns detailed metadata about the specified ACM certificate.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified certificate cannot be found in the caller's account or the caller's account cannot be found.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArnException", "documentation" : "

The requested Amazon Resource Name (ARN) does not refer to an existing resource.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeCertificateRequest", "variableName" : "describeCertificateRequest", "variableType" : "DescribeCertificateRequest", "documentation" : "", "simpleType" : "DescribeCertificateRequest", "variableSetterType" : "DescribeCertificateRequest" }, "methodName" : "describeCertificate", "operationName" : "DescribeCertificate", "paginated" : false, "returnType" : { "returnType" : "DescribeCertificateResponse", "documentation" : null }, "syncReturnType" : "DescribeCertificateResponse" }, "ExportCertificate" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Exports a private certificate issued by a private certificate authority (CA) for use anywhere. You can export the certificate, the certificate chain, and the encrypted private key associated with the public key embedded in the certificate. You must store the private key securely. The private key is a 2048 bit RSA key. You must provide a passphrase for the private key when exporting it. You can use the following OpenSSL command to decrypt it later. Provide the passphrase when prompted.

openssl rsa -in encrypted_key.pem -out decrypted_key.pem

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified certificate cannot be found in the caller's account or the caller's account cannot be found.

", "httpStatusCode" : null }, { "exceptionName" : "RequestInProgressException", "documentation" : "

The certificate request is in process and the certificate in your account has not yet been issued.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArnException", "documentation" : "

The requested Amazon Resource Name (ARN) does not refer to an existing resource.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ExportCertificateRequest", "variableName" : "exportCertificateRequest", "variableType" : "ExportCertificateRequest", "documentation" : "", "simpleType" : "ExportCertificateRequest", "variableSetterType" : "ExportCertificateRequest" }, "methodName" : "exportCertificate", "operationName" : "ExportCertificate", "paginated" : false, "returnType" : { "returnType" : "ExportCertificateResponse", "documentation" : null }, "syncReturnType" : "ExportCertificateResponse" }, "GetCertificate" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a certificate specified by an ARN and its certificate chain . The chain is an ordered list of certificates that contains the end entity certificate, intermediate certificates of subordinate CAs, and the root certificate in that order. The certificate and certificate chain are base64 encoded. If you want to decode the certificate to see the individual fields, you can use OpenSSL.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified certificate cannot be found in the caller's account or the caller's account cannot be found.

", "httpStatusCode" : null }, { "exceptionName" : "RequestInProgressException", "documentation" : "

The certificate request is in process and the certificate in your account has not yet been issued.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArnException", "documentation" : "

The requested Amazon Resource Name (ARN) does not refer to an existing resource.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetCertificateRequest", "variableName" : "getCertificateRequest", "variableType" : "GetCertificateRequest", "documentation" : "", "simpleType" : "GetCertificateRequest", "variableSetterType" : "GetCertificateRequest" }, "methodName" : "getCertificate", "operationName" : "GetCertificate", "paginated" : false, "returnType" : { "returnType" : "GetCertificateResponse", "documentation" : null }, "syncReturnType" : "GetCertificateResponse" }, "ImportCertificate" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Imports a certificate into AWS Certificate Manager (ACM) to use with services that are integrated with ACM. Note that integrated services allow only certificate types and keys they support to be associated with their resources. Further, their support differs depending on whether the certificate is imported into IAM or into ACM. For more information, see the documentation for each service. For more information about importing certificates into ACM, see Importing Certificates in the AWS Certificate Manager User Guide.

ACM does not provide managed renewal for certificates that you import.

Note the following guidelines when importing third party certificates:

  • You must enter the private key that matches the certificate you are importing.

  • The private key must be unencrypted. You cannot import a private key that is protected by a password or a passphrase.

  • If the certificate you are importing is not self-signed, you must enter its certificate chain.

  • If a certificate chain is included, the issuer must be the subject of one of the certificates in the chain.

  • The certificate, private key, and certificate chain must be PEM-encoded.

  • The current time must be between the Not Before and Not After certificate fields.

  • The Issuer field must not be empty.

  • The OCSP authority URL, if present, must not exceed 1000 characters.

  • To import a new certificate, omit the CertificateArn argument. Include this argument only when you want to replace a previously imported certificate.

  • When you import a certificate by using the CLI, you must specify the certificate, the certificate chain, and the private key by their file names preceded by file://. For example, you can specify a certificate saved in the C:\\temp folder as file://C:\\temp\\certificate_to_import.pem. If you are making an HTTP or HTTPS Query request, include these arguments as BLOBs.

  • When you import a certificate by using an SDK, you must specify the certificate, the certificate chain, and the private key files in the manner required by the programming language you're using.

This operation returns the Amazon Resource Name (ARN) of the imported certificate.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified certificate cannot be found in the caller's account or the caller's account cannot be found.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

An ACM limit has been exceeded.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ImportCertificateRequest", "variableName" : "importCertificateRequest", "variableType" : "ImportCertificateRequest", "documentation" : "", "simpleType" : "ImportCertificateRequest", "variableSetterType" : "ImportCertificateRequest" }, "methodName" : "importCertificate", "operationName" : "ImportCertificate", "paginated" : false, "returnType" : { "returnType" : "ImportCertificateResponse", "documentation" : null }, "syncReturnType" : "ImportCertificateResponse" }, "ListCertificates" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves a list of certificate ARNs and domain names. You can request that only certificates that match a specific status be listed. You can also filter by specific attributes of the certificate.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListCertificatesRequest", "variableName" : "listCertificatesRequest", "variableType" : "ListCertificatesRequest", "documentation" : "", "simpleType" : "ListCertificatesRequest", "variableSetterType" : "ListCertificatesRequest" }, "methodName" : "listCertificates", "operationName" : "ListCertificates", "paginated" : true, "returnType" : { "returnType" : "ListCertificatesResponse", "documentation" : null }, "syncReturnType" : "ListCertificatesResponse" }, "ListTagsForCertificate" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the tags that have been applied to the ACM certificate. Use the certificate's Amazon Resource Name (ARN) to specify the certificate. To add a tag to an ACM certificate, use the AddTagsToCertificate action. To delete a tag, use the RemoveTagsFromCertificate action.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified certificate cannot be found in the caller's account or the caller's account cannot be found.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArnException", "documentation" : "

The requested Amazon Resource Name (ARN) does not refer to an existing resource.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTagsForCertificateRequest", "variableName" : "listTagsForCertificateRequest", "variableType" : "ListTagsForCertificateRequest", "documentation" : "", "simpleType" : "ListTagsForCertificateRequest", "variableSetterType" : "ListTagsForCertificateRequest" }, "methodName" : "listTagsForCertificate", "operationName" : "ListTagsForCertificate", "paginated" : false, "returnType" : { "returnType" : "ListTagsForCertificateResponse", "documentation" : null }, "syncReturnType" : "ListTagsForCertificateResponse" }, "RemoveTagsFromCertificate" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Remove one or more tags from an ACM certificate. A tag consists of a key-value pair. If you do not specify the value portion of the tag when calling this function, the tag will be removed regardless of value. If you specify a value, the tag is removed only if it is associated with the specified value.

To add tags to a certificate, use the AddTagsToCertificate action. To view all of the tags that have been applied to a specific ACM certificate, use the ListTagsForCertificate action.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified certificate cannot be found in the caller's account or the caller's account cannot be found.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArnException", "documentation" : "

The requested Amazon Resource Name (ARN) does not refer to an existing resource.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidTagException", "documentation" : "

One or both of the values that make up the key-value pair is not valid. For example, you cannot specify a tag value that begins with aws:.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RemoveTagsFromCertificateRequest", "variableName" : "removeTagsFromCertificateRequest", "variableType" : "RemoveTagsFromCertificateRequest", "documentation" : "", "simpleType" : "RemoveTagsFromCertificateRequest", "variableSetterType" : "RemoveTagsFromCertificateRequest" }, "methodName" : "removeTagsFromCertificate", "operationName" : "RemoveTagsFromCertificate", "paginated" : false, "returnType" : { "returnType" : "RemoveTagsFromCertificateResponse", "documentation" : null }, "syncReturnType" : "RemoveTagsFromCertificateResponse" }, "RequestCertificate" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Requests an ACM certificate for use with other AWS services. To request an ACM certificate, you must specify a fully qualified domain name (FQDN) in the DomainName parameter. You can also specify additional FQDNs in the SubjectAlternativeNames parameter.

If you are requesting a private certificate, domain validation is not required. If you are requesting a public certificate, each domain name that you specify must be validated to verify that you own or control the domain. You can use DNS validation or email validation. We recommend that you use DNS validation. ACM issues public certificates after receiving approval from the domain owner.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "LimitExceededException", "documentation" : "

An ACM limit has been exceeded.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidDomainValidationOptionsException", "documentation" : "

One or more values in the DomainValidationOption structure is incorrect.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArnException", "documentation" : "

The requested Amazon Resource Name (ARN) does not refer to an existing resource.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RequestCertificateRequest", "variableName" : "requestCertificateRequest", "variableType" : "RequestCertificateRequest", "documentation" : "", "simpleType" : "RequestCertificateRequest", "variableSetterType" : "RequestCertificateRequest" }, "methodName" : "requestCertificate", "operationName" : "RequestCertificate", "paginated" : false, "returnType" : { "returnType" : "RequestCertificateResponse", "documentation" : null }, "syncReturnType" : "RequestCertificateResponse" }, "ResendValidationEmail" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Resends the email that requests domain ownership validation. The domain owner or an authorized representative must approve the ACM certificate before it can be issued. The certificate can be approved by clicking a link in the mail to navigate to the Amazon certificate approval website and then clicking I Approve. However, the validation email can be blocked by spam filters. Therefore, if you do not receive the original mail, you can request that the mail be resent within 72 hours of requesting the ACM certificate. If more than 72 hours have elapsed since your original request or since your last attempt to resend validation mail, you must request a new certificate. For more information about setting up your contact email addresses, see Configure Email for your Domain.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified certificate cannot be found in the caller's account or the caller's account cannot be found.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidStateException", "documentation" : "

Processing has reached an invalid state.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArnException", "documentation" : "

The requested Amazon Resource Name (ARN) does not refer to an existing resource.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidDomainValidationOptionsException", "documentation" : "

One or more values in the DomainValidationOption structure is incorrect.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ResendValidationEmailRequest", "variableName" : "resendValidationEmailRequest", "variableType" : "ResendValidationEmailRequest", "documentation" : "", "simpleType" : "ResendValidationEmailRequest", "variableSetterType" : "ResendValidationEmailRequest" }, "methodName" : "resendValidationEmail", "operationName" : "ResendValidationEmail", "paginated" : false, "returnType" : { "returnType" : "ResendValidationEmailResponse", "documentation" : null }, "syncReturnType" : "ResendValidationEmailResponse" }, "UpdateCertificateOptions" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Updates a certificate. Currently, you can use this function to specify whether to opt in to or out of recording your certificate in a certificate transparency log. For more information, see Opting Out of Certificate Transparency Logging.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

The specified certificate cannot be found in the caller's account or the caller's account cannot be found.

", "httpStatusCode" : null }, { "exceptionName" : "LimitExceededException", "documentation" : "

An ACM limit has been exceeded.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidStateException", "documentation" : "

Processing has reached an invalid state.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidArnException", "documentation" : "

The requested Amazon Resource Name (ARN) does not refer to an existing resource.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateCertificateOptionsRequest", "variableName" : "updateCertificateOptionsRequest", "variableType" : "UpdateCertificateOptionsRequest", "documentation" : "", "simpleType" : "UpdateCertificateOptionsRequest", "variableSetterType" : "UpdateCertificateOptionsRequest" }, "methodName" : "updateCertificateOptions", "operationName" : "UpdateCertificateOptions", "paginated" : false, "returnType" : { "returnType" : "UpdateCertificateOptionsResponse", "documentation" : null }, "syncReturnType" : "UpdateCertificateOptionsResponse" } }, "shapes" : { "AddTagsToCertificateRequest" : { "c2jName" : "AddTagsToCertificateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "AddTagsToCertificate", "locationName" : null, "requestUri" : "/", "target" : "CertificateManager.AddTagsToCertificate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The key-value pair that defines the tag. The tag value is optional.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

The key-value pair that defines the tag. The tag value is optional.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The key-value pair that defines the tag. The tag value is optional.

\n@param tags The key-value pair that defines the tag. The tag value is optional.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The key-value pair that defines the tag. The tag value is optional.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The key-value pair that defines the tag. The tag value is optional.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The key-value pair that defines the tag. The tag value is optional.

\n@param tags The key-value pair that defines the tag. The tag value is optional.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The key-value pair that defines the tag. The tag value is optional.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The key-value pair that defines the tag. The tag value is optional.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

The key-value pair that defines the tag. The tag value is optional.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The key-value pair that defines the tag. The tag value is optional.

\n@param tags The key-value pair that defines the tag. The tag value is optional.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The key-value pair that defines the tag. The tag value is optional.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The key-value pair that defines the tag. The tag value is optional.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The key-value pair that defines the tag. The tag value is optional.

\n@param tags The key-value pair that defines the tag. The tag value is optional.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The key-value pair that defines the tag. The tag value is optional.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

String that contains the ARN of the ACM certificate to which the tag is to be applied. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

The key-value pair that defines the tag. The tag value is optional.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

The key-value pair that defines the tag. The tag value is optional.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

The key-value pair that defines the tag. The tag value is optional.

\n@param tags The key-value pair that defines the tag. The tag value is optional.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

The key-value pair that defines the tag. The tag value is optional.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return The key-value pair that defines the tag. The tag value is optional.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

The key-value pair that defines the tag. The tag value is optional.

\n@param tags The key-value pair that defines the tag. The tag value is optional.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

The key-value pair that defines the tag. The tag value is optional.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CertificateArn", "Tags" ], "shapeName" : "AddTagsToCertificateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddTagsToCertificateRequest", "variableName" : "addTagsToCertificateRequest", "variableType" : "AddTagsToCertificateRequest", "documentation" : null, "simpleType" : "AddTagsToCertificateRequest", "variableSetterType" : "AddTagsToCertificateRequest" }, "wrapper" : false }, "AddTagsToCertificateResponse" : { "c2jName" : "AddTagsToCertificateResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AddTagsToCertificateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddTagsToCertificateResponse", "variableName" : "addTagsToCertificateResponse", "variableType" : "AddTagsToCertificateResponse", "documentation" : null, "simpleType" : "AddTagsToCertificateResponse", "variableSetterType" : "AddTagsToCertificateResponse" }, "wrapper" : false }, "CertificateDetail" : { "c2jName" : "CertificateDetail", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Contains metadata about an ACM certificate. This structure is returned in the response to a DescribeCertificate request.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

\n@return The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

The fully qualified domain name for the certificate, such as www.example.com or example.com.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "documentation" : "

The fully qualified domain name for the certificate, such as www.example.com or example.com.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

The fully qualified domain name for the certificate, such as www.example.com or example.com.

\n@param domainName The fully qualified domain name for the certificate, such as www.example.com or example.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

The fully qualified domain name for the certificate, such as www.example.com or example.com.

\n@return The fully qualified domain name for the certificate, such as www.example.com or example.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

The fully qualified domain name for the certificate, such as www.example.com or example.com.

\n@param domainName The fully qualified domain name for the certificate, such as www.example.com or example.com.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

The fully qualified domain name for the certificate, such as www.example.com or example.com.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubjectAlternativeNames", "beanStyleSetterMethodName" : "setSubjectAlternativeNames", "c2jName" : "SubjectAlternativeNames", "c2jShape" : "DomainList", "defaultConsumerFluentSetterDocumentation" : "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subjectAlternativeNames(List)}.\n@param subjectAlternativeNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subjectAlternativeNames(List)", "deprecated" : false, "documentation" : "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subjectAlternativeNames", "fluentSetterDocumentation" : "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

\n@param subjectAlternativeNames One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subjectAlternativeNames", "getterDocumentation" : "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubjectAlternativeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubjectAlternativeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubjectAlternativeNames", "sensitive" : false, "setterDocumentation" : "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

\n@param subjectAlternativeNames One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.", "setterMethodName" : "setSubjectAlternativeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subjectAlternativeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subjectAlternativeNames", "variableType" : "java.util.List", "documentation" : "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDomainValidationOptions", "beanStyleSetterMethodName" : "setDomainValidationOptions", "c2jName" : "DomainValidationOptions", "c2jShape" : "DomainValidationList", "defaultConsumerFluentSetterDocumentation" : "

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #domainValidationOptions(List)}.\n@param domainValidationOptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainValidationOptions(List)", "deprecated" : false, "documentation" : "

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainValidationOptions", "fluentSetterDocumentation" : "

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

\n@param domainValidationOptions Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainValidationOptions", "getterDocumentation" : "

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainValidationOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainValidationOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DomainValidation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainValidation.Builder} avoiding the need to create one manually via {@link DomainValidation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainValidation.Builder#build()} is called immediately and its result is passed to {@link #member(DomainValidation)}.\n@param member a consumer that will call methods on {@link DomainValidation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DomainValidation)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "DomainValidation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DomainValidation", "variableName" : "member", "variableType" : "DomainValidation", "documentation" : null, "simpleType" : "DomainValidation", "variableSetterType" : "DomainValidation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainValidation", "variableName" : "member", "variableType" : "DomainValidation", "documentation" : "", "simpleType" : "DomainValidation", "variableSetterType" : "DomainValidation" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DomainValidation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DomainValidation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DomainValidationOptions", "sensitive" : false, "setterDocumentation" : "

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

\n@param domainValidationOptions Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.", "setterMethodName" : "setDomainValidationOptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainValidationOptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainValidationOptions", "variableType" : "java.util.List", "documentation" : "

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSerial", "beanStyleSetterMethodName" : "setSerial", "c2jName" : "Serial", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The serial number of the certificate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serial(String)}.\n@param serial a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serial(String)", "deprecated" : false, "documentation" : "

The serial number of the certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serial", "fluentSetterDocumentation" : "

The serial number of the certificate.

\n@param serial The serial number of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serial", "getterDocumentation" : "

The serial number of the certificate.

\n@return The serial number of the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Serial", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Serial", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Serial", "sensitive" : false, "setterDocumentation" : "

The serial number of the certificate.

\n@param serial The serial number of the certificate.", "setterMethodName" : "setSerial", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serial", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serial", "variableType" : "String", "documentation" : "

The serial number of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubject", "beanStyleSetterMethodName" : "setSubject", "c2jName" : "Subject", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the entity that is associated with the public key contained in the certificate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subject(String)}.\n@param subject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subject(String)", "deprecated" : false, "documentation" : "

The name of the entity that is associated with the public key contained in the certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subject", "fluentSetterDocumentation" : "

The name of the entity that is associated with the public key contained in the certificate.

\n@param subject The name of the entity that is associated with the public key contained in the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subject", "getterDocumentation" : "

The name of the entity that is associated with the public key contained in the certificate.

\n@return The name of the entity that is associated with the public key contained in the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Subject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Subject", "sensitive" : false, "setterDocumentation" : "

The name of the entity that is associated with the public key contained in the certificate.

\n@param subject The name of the entity that is associated with the public key contained in the certificate.", "setterMethodName" : "setSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subject", "variableType" : "String", "documentation" : "

The name of the entity that is associated with the public key contained in the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIssuer", "beanStyleSetterMethodName" : "setIssuer", "c2jName" : "Issuer", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the certificate authority that issued and signed the certificate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #issuer(String)}.\n@param issuer a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #issuer(String)", "deprecated" : false, "documentation" : "

The name of the certificate authority that issued and signed the certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "issuer", "fluentSetterDocumentation" : "

The name of the certificate authority that issued and signed the certificate.

\n@param issuer The name of the certificate authority that issued and signed the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "issuer", "getterDocumentation" : "

The name of the certificate authority that issued and signed the certificate.

\n@return The name of the certificate authority that issued and signed the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Issuer", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Issuer", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Issuer", "sensitive" : false, "setterDocumentation" : "

The name of the certificate authority that issued and signed the certificate.

\n@param issuer The name of the certificate authority that issued and signed the certificate.", "setterMethodName" : "setIssuer", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "issuer", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "issuer", "variableType" : "String", "documentation" : "

The name of the certificate authority that issued and signed the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "CreatedAt", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)", "deprecated" : false, "documentation" : "

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdAt", "fluentSetterDocumentation" : "

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.

\n@param createdAt The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.

\n@return The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.

\n@param createdAt The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIssuedAt", "beanStyleSetterMethodName" : "setIssuedAt", "c2jName" : "IssuedAt", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #issuedAt(Instant)}.\n@param issuedAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #issuedAt(Instant)", "deprecated" : false, "documentation" : "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "issuedAt", "fluentSetterDocumentation" : "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

\n@param issuedAt The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "issuedAt", "getterDocumentation" : "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

\n@return The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IssuedAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IssuedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "IssuedAt", "sensitive" : false, "setterDocumentation" : "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

\n@param issuedAt The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.", "setterMethodName" : "setIssuedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "issuedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "issuedAt", "variableType" : "java.time.Instant", "documentation" : "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImportedAt", "beanStyleSetterMethodName" : "setImportedAt", "c2jName" : "ImportedAt", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #importedAt(Instant)}.\n@param importedAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #importedAt(Instant)", "deprecated" : false, "documentation" : "

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "importedAt", "fluentSetterDocumentation" : "

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.

\n@param importedAt The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "importedAt", "getterDocumentation" : "

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.

\n@return The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ImportedAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ImportedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ImportedAt", "sensitive" : false, "setterDocumentation" : "

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.

\n@param importedAt The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.", "setterMethodName" : "setImportedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "importedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "importedAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "CertificateStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the certificate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

The status of the certificate.

", "endpointDiscoveryId" : false, "enumType" : "CertificateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the certificate.

\n@param status The status of the certificate.\n@see CertificateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the certificate.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link CertificateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the certificate.\n@see CertificateStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the certificate.

\n@param status The status of the certificate.\n@see CertificateStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRevokedAt", "beanStyleSetterMethodName" : "setRevokedAt", "c2jName" : "RevokedAt", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #revokedAt(Instant)}.\n@param revokedAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #revokedAt(Instant)", "deprecated" : false, "documentation" : "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "revokedAt", "fluentSetterDocumentation" : "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

\n@param revokedAt The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "revokedAt", "getterDocumentation" : "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

\n@return The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RevokedAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RevokedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "RevokedAt", "sensitive" : false, "setterDocumentation" : "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

\n@param revokedAt The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.", "setterMethodName" : "setRevokedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "revokedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "revokedAt", "variableType" : "java.time.Instant", "documentation" : "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRevocationReasonAsString", "beanStyleSetterMethodName" : "setRevocationReason", "c2jName" : "RevocationReason", "c2jShape" : "RevocationReason", "defaultConsumerFluentSetterDocumentation" : "

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #revocationReasonAsString(String)}.\n@param revocationReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #revocationReason(String)", "deprecated" : false, "documentation" : "

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

", "endpointDiscoveryId" : false, "enumType" : "RevocationReason", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "revocationReason", "fluentEnumSetterMethodName" : "revocationReason", "fluentGetterMethodName" : "revocationReasonAsString", "fluentSetterDocumentation" : "

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

\n@param revocationReason The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.\n@see RevocationReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see RevocationReason", "fluentSetterMethodName" : "revocationReason", "getterDocumentation" : "

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #revocationReason} will return {@link RevocationReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #revocationReasonAsString}.\n

\n@return The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.\n@see RevocationReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RevocationReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RevocationReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RevocationReason", "sensitive" : false, "setterDocumentation" : "

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

\n@param revocationReason The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.\n@see RevocationReason", "setterMethodName" : "setRevocationReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "revocationReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "revocationReason", "variableType" : "String", "documentation" : "

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotBefore", "beanStyleSetterMethodName" : "setNotBefore", "c2jName" : "NotBefore", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The time before which the certificate is not valid.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #notBefore(Instant)}.\n@param notBefore a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notBefore(Instant)", "deprecated" : false, "documentation" : "

The time before which the certificate is not valid.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notBefore", "fluentSetterDocumentation" : "

The time before which the certificate is not valid.

\n@param notBefore The time before which the certificate is not valid.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notBefore", "getterDocumentation" : "

The time before which the certificate is not valid.

\n@return The time before which the certificate is not valid.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotBefore", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotBefore", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NotBefore", "sensitive" : false, "setterDocumentation" : "

The time before which the certificate is not valid.

\n@param notBefore The time before which the certificate is not valid.", "setterMethodName" : "setNotBefore", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "notBefore", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "notBefore", "variableType" : "java.time.Instant", "documentation" : "

The time before which the certificate is not valid.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotAfter", "beanStyleSetterMethodName" : "setNotAfter", "c2jName" : "NotAfter", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The time after which the certificate is not valid.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #notAfter(Instant)}.\n@param notAfter a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notAfter(Instant)", "deprecated" : false, "documentation" : "

The time after which the certificate is not valid.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notAfter", "fluentSetterDocumentation" : "

The time after which the certificate is not valid.

\n@param notAfter The time after which the certificate is not valid.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notAfter", "getterDocumentation" : "

The time after which the certificate is not valid.

\n@return The time after which the certificate is not valid.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotAfter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotAfter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NotAfter", "sensitive" : false, "setterDocumentation" : "

The time after which the certificate is not valid.

\n@param notAfter The time after which the certificate is not valid.", "setterMethodName" : "setNotAfter", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "notAfter", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "notAfter", "variableType" : "java.time.Instant", "documentation" : "

The time after which the certificate is not valid.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyAlgorithmAsString", "beanStyleSetterMethodName" : "setKeyAlgorithm", "c2jName" : "KeyAlgorithm", "c2jShape" : "KeyAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

The algorithm that was used to generate the public-private key pair.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #keyAlgorithmAsString(String)}.\n@param keyAlgorithm a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyAlgorithm(String)", "deprecated" : false, "documentation" : "

The algorithm that was used to generate the public-private key pair.

", "endpointDiscoveryId" : false, "enumType" : "KeyAlgorithm", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "keyAlgorithm", "fluentEnumSetterMethodName" : "keyAlgorithm", "fluentGetterMethodName" : "keyAlgorithmAsString", "fluentSetterDocumentation" : "

The algorithm that was used to generate the public-private key pair.

\n@param keyAlgorithm The algorithm that was used to generate the public-private key pair.\n@see KeyAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyAlgorithm", "fluentSetterMethodName" : "keyAlgorithm", "getterDocumentation" : "

The algorithm that was used to generate the public-private key pair.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #keyAlgorithm} will return {@link KeyAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #keyAlgorithmAsString}.\n

\n@return The algorithm that was used to generate the public-private key pair.\n@see KeyAlgorithm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyAlgorithm", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyAlgorithm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KeyAlgorithm", "sensitive" : false, "setterDocumentation" : "

The algorithm that was used to generate the public-private key pair.

\n@param keyAlgorithm The algorithm that was used to generate the public-private key pair.\n@see KeyAlgorithm", "setterMethodName" : "setKeyAlgorithm", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyAlgorithm", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyAlgorithm", "variableType" : "String", "documentation" : "

The algorithm that was used to generate the public-private key pair.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSignatureAlgorithm", "beanStyleSetterMethodName" : "setSignatureAlgorithm", "c2jName" : "SignatureAlgorithm", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The algorithm that was used to sign the certificate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signatureAlgorithm(String)}.\n@param signatureAlgorithm a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signatureAlgorithm(String)", "deprecated" : false, "documentation" : "

The algorithm that was used to sign the certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signatureAlgorithm", "fluentSetterDocumentation" : "

The algorithm that was used to sign the certificate.

\n@param signatureAlgorithm The algorithm that was used to sign the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signatureAlgorithm", "getterDocumentation" : "

The algorithm that was used to sign the certificate.

\n@return The algorithm that was used to sign the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SignatureAlgorithm", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SignatureAlgorithm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SignatureAlgorithm", "sensitive" : false, "setterDocumentation" : "

The algorithm that was used to sign the certificate.

\n@param signatureAlgorithm The algorithm that was used to sign the certificate.", "setterMethodName" : "setSignatureAlgorithm", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "signatureAlgorithm", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "signatureAlgorithm", "variableType" : "String", "documentation" : "

The algorithm that was used to sign the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInUseBy", "beanStyleSetterMethodName" : "setInUseBy", "c2jName" : "InUseBy", "c2jShape" : "InUseList", "defaultConsumerFluentSetterDocumentation" : "

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inUseBy(List)}.\n@param inUseBy a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inUseBy(List)", "deprecated" : false, "documentation" : "

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inUseBy", "fluentSetterDocumentation" : "

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

\n@param inUseBy A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inUseBy", "getterDocumentation" : "

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InUseBy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InUseBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "InUseBy", "sensitive" : false, "setterDocumentation" : "

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

\n@param inUseBy A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.", "setterMethodName" : "setInUseBy", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "inUseBy", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "inUseBy", "variableType" : "java.util.List", "documentation" : "

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureReasonAsString", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReasonAsString(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)", "deprecated" : false, "documentation" : "

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

", "endpointDiscoveryId" : false, "enumType" : "FailureReason", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "failureReason", "fluentEnumSetterMethodName" : "failureReason", "fluentGetterMethodName" : "failureReasonAsString", "fluentSetterDocumentation" : "

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

\n@param failureReason The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.\n@see FailureReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see FailureReason", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #failureReason} will return {@link FailureReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureReasonAsString}.\n

\n@return The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.\n@see FailureReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailureReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureReason", "sensitive" : false, "setterDocumentation" : "

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

\n@param failureReason The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.\n@see FailureReason", "setterMethodName" : "setFailureReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "CertificateType", "defaultConsumerFluentSetterDocumentation" : "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "documentation" : "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

", "endpointDiscoveryId" : false, "enumType" : "CertificateType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

\n@param type The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.\n@see CertificateType\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link CertificateType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.\n@see CertificateType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

\n@param type The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.\n@see CertificateType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRenewalSummary", "beanStyleSetterMethodName" : "setRenewalSummary", "c2jName" : "RenewalSummary", "c2jShape" : "RenewalSummary", "defaultConsumerFluentSetterDocumentation" : "

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

\nThis is a convenience that creates an instance of the {@link RenewalSummary.Builder} avoiding the need to create one manually via {@link RenewalSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link RenewalSummary.Builder#build()} is called immediately and its result is passed to {@link #renewalSummary(RenewalSummary)}.\n@param renewalSummary a consumer that will call methods on {@link RenewalSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #renewalSummary(RenewalSummary)", "deprecated" : false, "documentation" : "

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "renewalSummary", "fluentSetterDocumentation" : "

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

\n@param renewalSummary Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "renewalSummary", "getterDocumentation" : "

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

\n@return Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.", "getterModel" : { "returnType" : "RenewalSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RenewalSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RenewalSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RenewalSummary", "sensitive" : false, "setterDocumentation" : "

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

\n@param renewalSummary Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.", "setterMethodName" : "setRenewalSummary", "setterModel" : { "variableDeclarationType" : "RenewalSummary", "variableName" : "renewalSummary", "variableType" : "RenewalSummary", "documentation" : null, "simpleType" : "RenewalSummary", "variableSetterType" : "RenewalSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RenewalSummary", "variableName" : "renewalSummary", "variableType" : "RenewalSummary", "documentation" : "

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

", "simpleType" : "RenewalSummary", "variableSetterType" : "RenewalSummary" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyUsages", "beanStyleSetterMethodName" : "setKeyUsages", "c2jName" : "KeyUsages", "c2jShape" : "KeyUsageList", "defaultConsumerFluentSetterDocumentation" : "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #keyUsages(List)}.\n@param keyUsages a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyUsages(List)", "deprecated" : false, "documentation" : "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyUsages", "fluentSetterDocumentation" : "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

\n@param keyUsages A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyUsages", "getterDocumentation" : "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyUsages", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyUsages", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "KeyUsage", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link KeyUsage.Builder} avoiding the need to create one manually via {@link KeyUsage#builder()}.\n\nWhen the {@link Consumer} completes, {@link KeyUsage.Builder#build()} is called immediately and its result is passed to {@link #member(KeyUsage)}.\n@param member a consumer that will call methods on {@link KeyUsage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(KeyUsage)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "KeyUsage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeyUsage", "variableName" : "member", "variableType" : "KeyUsage", "documentation" : null, "simpleType" : "KeyUsage", "variableSetterType" : "KeyUsage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KeyUsage", "variableName" : "member", "variableType" : "KeyUsage", "documentation" : "", "simpleType" : "KeyUsage", "variableSetterType" : "KeyUsage" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeyUsage", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "KeyUsage", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "KeyUsages", "sensitive" : false, "setterDocumentation" : "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

\n@param keyUsages A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.", "setterMethodName" : "setKeyUsages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keyUsages", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keyUsages", "variableType" : "java.util.List", "documentation" : "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExtendedKeyUsages", "beanStyleSetterMethodName" : "setExtendedKeyUsages", "c2jName" : "ExtendedKeyUsages", "c2jShape" : "ExtendedKeyUsageList", "defaultConsumerFluentSetterDocumentation" : "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #extendedKeyUsages(List)}.\n@param extendedKeyUsages a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extendedKeyUsages(List)", "deprecated" : false, "documentation" : "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "extendedKeyUsages", "fluentSetterDocumentation" : "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

\n@param extendedKeyUsages Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extendedKeyUsages", "getterDocumentation" : "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtendedKeyUsages", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExtendedKeyUsages", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ExtendedKeyUsage", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ExtendedKeyUsage.Builder} avoiding the need to create one manually via {@link ExtendedKeyUsage#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExtendedKeyUsage.Builder#build()} is called immediately and its result is passed to {@link #member(ExtendedKeyUsage)}.\n@param member a consumer that will call methods on {@link ExtendedKeyUsage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ExtendedKeyUsage)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ExtendedKeyUsage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExtendedKeyUsage", "variableName" : "member", "variableType" : "ExtendedKeyUsage", "documentation" : null, "simpleType" : "ExtendedKeyUsage", "variableSetterType" : "ExtendedKeyUsage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExtendedKeyUsage", "variableName" : "member", "variableType" : "ExtendedKeyUsage", "documentation" : "", "simpleType" : "ExtendedKeyUsage", "variableSetterType" : "ExtendedKeyUsage" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExtendedKeyUsage", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ExtendedKeyUsage", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ExtendedKeyUsages", "sensitive" : false, "setterDocumentation" : "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

\n@param extendedKeyUsages Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).", "setterMethodName" : "setExtendedKeyUsages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "extendedKeyUsages", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "extendedKeyUsages", "variableType" : "java.util.List", "documentation" : "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateAuthorityArn", "beanStyleSetterMethodName" : "setCertificateAuthorityArn", "c2jName" : "CertificateAuthorityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateAuthorityArn(String)}.\n@param certificateAuthorityArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateAuthorityArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateAuthorityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

\n@param certificateAuthorityArn The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateAuthorityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

\n@return The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateAuthorityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateAuthorityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateAuthorityArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

\n@param certificateAuthorityArn The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012", "setterMethodName" : "setCertificateAuthorityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateAuthorityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateAuthorityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRenewalEligibilityAsString", "beanStyleSetterMethodName" : "setRenewalEligibility", "c2jName" : "RenewalEligibility", "c2jShape" : "RenewalEligibility", "defaultConsumerFluentSetterDocumentation" : "

Specifies whether the certificate is eligible for renewal.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #renewalEligibilityAsString(String)}.\n@param renewalEligibility a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #renewalEligibility(String)", "deprecated" : false, "documentation" : "

Specifies whether the certificate is eligible for renewal.

", "endpointDiscoveryId" : false, "enumType" : "RenewalEligibility", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "renewalEligibility", "fluentEnumSetterMethodName" : "renewalEligibility", "fluentGetterMethodName" : "renewalEligibilityAsString", "fluentSetterDocumentation" : "

Specifies whether the certificate is eligible for renewal.

\n@param renewalEligibility Specifies whether the certificate is eligible for renewal.\n@see RenewalEligibility\n@return Returns a reference to this object so that method calls can be chained together.\n@see RenewalEligibility", "fluentSetterMethodName" : "renewalEligibility", "getterDocumentation" : "

Specifies whether the certificate is eligible for renewal.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #renewalEligibility} will return {@link RenewalEligibility#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #renewalEligibilityAsString}.\n

\n@return Specifies whether the certificate is eligible for renewal.\n@see RenewalEligibility", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RenewalEligibility", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RenewalEligibility", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RenewalEligibility", "sensitive" : false, "setterDocumentation" : "

Specifies whether the certificate is eligible for renewal.

\n@param renewalEligibility Specifies whether the certificate is eligible for renewal.\n@see RenewalEligibility", "setterMethodName" : "setRenewalEligibility", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "renewalEligibility", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "renewalEligibility", "variableType" : "String", "documentation" : "

Specifies whether the certificate is eligible for renewal.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOptions", "beanStyleSetterMethodName" : "setOptions", "c2jName" : "Options", "c2jShape" : "CertificateOptions", "defaultConsumerFluentSetterDocumentation" : "

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

\nThis is a convenience that creates an instance of the {@link CertificateOptions.Builder} avoiding the need to create one manually via {@link CertificateOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link CertificateOptions.Builder#build()} is called immediately and its result is passed to {@link #options(CertificateOptions)}.\n@param options a consumer that will call methods on {@link CertificateOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(CertificateOptions)", "deprecated" : false, "documentation" : "

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "options", "fluentSetterDocumentation" : "

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

\n@param options Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "options", "getterDocumentation" : "

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

\n@return Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.", "getterModel" : { "returnType" : "CertificateOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Options", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Options", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Options", "sensitive" : false, "setterDocumentation" : "

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

\n@param options Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "CertificateOptions", "variableName" : "options", "variableType" : "CertificateOptions", "documentation" : null, "simpleType" : "CertificateOptions", "variableSetterType" : "CertificateOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CertificateOptions", "variableName" : "options", "variableType" : "CertificateOptions", "documentation" : "

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

", "simpleType" : "CertificateOptions", "variableSetterType" : "CertificateOptions" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

\n@return The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CertificateAuthorityArn" : { "beanStyleGetterMethodName" : "getCertificateAuthorityArn", "beanStyleSetterMethodName" : "setCertificateAuthorityArn", "c2jName" : "CertificateAuthorityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateAuthorityArn(String)}.\n@param certificateAuthorityArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateAuthorityArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateAuthorityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

\n@param certificateAuthorityArn The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateAuthorityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

\n@return The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateAuthorityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateAuthorityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateAuthorityArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

\n@param certificateAuthorityArn The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012", "setterMethodName" : "setCertificateAuthorityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateAuthorityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateAuthorityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CreatedAt" : { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "CreatedAt", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)", "deprecated" : false, "documentation" : "

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdAt", "fluentSetterDocumentation" : "

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.

\n@param createdAt The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.

\n@return The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.

\n@param createdAt The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "DomainName" : { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

The fully qualified domain name for the certificate, such as www.example.com or example.com.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "documentation" : "

The fully qualified domain name for the certificate, such as www.example.com or example.com.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

The fully qualified domain name for the certificate, such as www.example.com or example.com.

\n@param domainName The fully qualified domain name for the certificate, such as www.example.com or example.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

The fully qualified domain name for the certificate, such as www.example.com or example.com.

\n@return The fully qualified domain name for the certificate, such as www.example.com or example.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

The fully qualified domain name for the certificate, such as www.example.com or example.com.

\n@param domainName The fully qualified domain name for the certificate, such as www.example.com or example.com.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

The fully qualified domain name for the certificate, such as www.example.com or example.com.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DomainValidationOptions" : { "beanStyleGetterMethodName" : "getDomainValidationOptions", "beanStyleSetterMethodName" : "setDomainValidationOptions", "c2jName" : "DomainValidationOptions", "c2jShape" : "DomainValidationList", "defaultConsumerFluentSetterDocumentation" : "

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #domainValidationOptions(List)}.\n@param domainValidationOptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainValidationOptions(List)", "deprecated" : false, "documentation" : "

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainValidationOptions", "fluentSetterDocumentation" : "

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

\n@param domainValidationOptions Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainValidationOptions", "getterDocumentation" : "

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainValidationOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainValidationOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DomainValidation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainValidation.Builder} avoiding the need to create one manually via {@link DomainValidation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainValidation.Builder#build()} is called immediately and its result is passed to {@link #member(DomainValidation)}.\n@param member a consumer that will call methods on {@link DomainValidation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DomainValidation)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "DomainValidation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DomainValidation", "variableName" : "member", "variableType" : "DomainValidation", "documentation" : null, "simpleType" : "DomainValidation", "variableSetterType" : "DomainValidation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainValidation", "variableName" : "member", "variableType" : "DomainValidation", "documentation" : "", "simpleType" : "DomainValidation", "variableSetterType" : "DomainValidation" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DomainValidation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DomainValidation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DomainValidationOptions", "sensitive" : false, "setterDocumentation" : "

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

\n@param domainValidationOptions Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.", "setterMethodName" : "setDomainValidationOptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainValidationOptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainValidationOptions", "variableType" : "java.util.List", "documentation" : "

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ExtendedKeyUsages" : { "beanStyleGetterMethodName" : "getExtendedKeyUsages", "beanStyleSetterMethodName" : "setExtendedKeyUsages", "c2jName" : "ExtendedKeyUsages", "c2jShape" : "ExtendedKeyUsageList", "defaultConsumerFluentSetterDocumentation" : "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #extendedKeyUsages(List)}.\n@param extendedKeyUsages a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extendedKeyUsages(List)", "deprecated" : false, "documentation" : "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "extendedKeyUsages", "fluentSetterDocumentation" : "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

\n@param extendedKeyUsages Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extendedKeyUsages", "getterDocumentation" : "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtendedKeyUsages", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExtendedKeyUsages", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ExtendedKeyUsage", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ExtendedKeyUsage.Builder} avoiding the need to create one manually via {@link ExtendedKeyUsage#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExtendedKeyUsage.Builder#build()} is called immediately and its result is passed to {@link #member(ExtendedKeyUsage)}.\n@param member a consumer that will call methods on {@link ExtendedKeyUsage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ExtendedKeyUsage)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ExtendedKeyUsage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExtendedKeyUsage", "variableName" : "member", "variableType" : "ExtendedKeyUsage", "documentation" : null, "simpleType" : "ExtendedKeyUsage", "variableSetterType" : "ExtendedKeyUsage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExtendedKeyUsage", "variableName" : "member", "variableType" : "ExtendedKeyUsage", "documentation" : "", "simpleType" : "ExtendedKeyUsage", "variableSetterType" : "ExtendedKeyUsage" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExtendedKeyUsage", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ExtendedKeyUsage", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ExtendedKeyUsages", "sensitive" : false, "setterDocumentation" : "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

\n@param extendedKeyUsages Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).", "setterMethodName" : "setExtendedKeyUsages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "extendedKeyUsages", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "extendedKeyUsages", "variableType" : "java.util.List", "documentation" : "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "FailureReason" : { "beanStyleGetterMethodName" : "getFailureReasonAsString", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReasonAsString(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)", "deprecated" : false, "documentation" : "

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

", "endpointDiscoveryId" : false, "enumType" : "FailureReason", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "failureReason", "fluentEnumSetterMethodName" : "failureReason", "fluentGetterMethodName" : "failureReasonAsString", "fluentSetterDocumentation" : "

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

\n@param failureReason The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.\n@see FailureReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see FailureReason", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #failureReason} will return {@link FailureReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureReasonAsString}.\n

\n@return The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.\n@see FailureReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailureReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureReason", "sensitive" : false, "setterDocumentation" : "

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

\n@param failureReason The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.\n@see FailureReason", "setterMethodName" : "setFailureReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ImportedAt" : { "beanStyleGetterMethodName" : "getImportedAt", "beanStyleSetterMethodName" : "setImportedAt", "c2jName" : "ImportedAt", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #importedAt(Instant)}.\n@param importedAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #importedAt(Instant)", "deprecated" : false, "documentation" : "

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "importedAt", "fluentSetterDocumentation" : "

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.

\n@param importedAt The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "importedAt", "getterDocumentation" : "

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.

\n@return The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ImportedAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ImportedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ImportedAt", "sensitive" : false, "setterDocumentation" : "

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.

\n@param importedAt The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.", "setterMethodName" : "setImportedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "importedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "importedAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "InUseBy" : { "beanStyleGetterMethodName" : "getInUseBy", "beanStyleSetterMethodName" : "setInUseBy", "c2jName" : "InUseBy", "c2jShape" : "InUseList", "defaultConsumerFluentSetterDocumentation" : "

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inUseBy(List)}.\n@param inUseBy a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inUseBy(List)", "deprecated" : false, "documentation" : "

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inUseBy", "fluentSetterDocumentation" : "

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

\n@param inUseBy A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inUseBy", "getterDocumentation" : "

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InUseBy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InUseBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "InUseBy", "sensitive" : false, "setterDocumentation" : "

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

\n@param inUseBy A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.", "setterMethodName" : "setInUseBy", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "inUseBy", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "inUseBy", "variableType" : "java.util.List", "documentation" : "

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "IssuedAt" : { "beanStyleGetterMethodName" : "getIssuedAt", "beanStyleSetterMethodName" : "setIssuedAt", "c2jName" : "IssuedAt", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #issuedAt(Instant)}.\n@param issuedAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #issuedAt(Instant)", "deprecated" : false, "documentation" : "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "issuedAt", "fluentSetterDocumentation" : "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

\n@param issuedAt The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "issuedAt", "getterDocumentation" : "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

\n@return The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IssuedAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IssuedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "IssuedAt", "sensitive" : false, "setterDocumentation" : "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

\n@param issuedAt The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.", "setterMethodName" : "setIssuedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "issuedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "issuedAt", "variableType" : "java.time.Instant", "documentation" : "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "Issuer" : { "beanStyleGetterMethodName" : "getIssuer", "beanStyleSetterMethodName" : "setIssuer", "c2jName" : "Issuer", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the certificate authority that issued and signed the certificate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #issuer(String)}.\n@param issuer a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #issuer(String)", "deprecated" : false, "documentation" : "

The name of the certificate authority that issued and signed the certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "issuer", "fluentSetterDocumentation" : "

The name of the certificate authority that issued and signed the certificate.

\n@param issuer The name of the certificate authority that issued and signed the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "issuer", "getterDocumentation" : "

The name of the certificate authority that issued and signed the certificate.

\n@return The name of the certificate authority that issued and signed the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Issuer", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Issuer", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Issuer", "sensitive" : false, "setterDocumentation" : "

The name of the certificate authority that issued and signed the certificate.

\n@param issuer The name of the certificate authority that issued and signed the certificate.", "setterMethodName" : "setIssuer", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "issuer", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "issuer", "variableType" : "String", "documentation" : "

The name of the certificate authority that issued and signed the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KeyAlgorithm" : { "beanStyleGetterMethodName" : "getKeyAlgorithmAsString", "beanStyleSetterMethodName" : "setKeyAlgorithm", "c2jName" : "KeyAlgorithm", "c2jShape" : "KeyAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

The algorithm that was used to generate the public-private key pair.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #keyAlgorithmAsString(String)}.\n@param keyAlgorithm a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyAlgorithm(String)", "deprecated" : false, "documentation" : "

The algorithm that was used to generate the public-private key pair.

", "endpointDiscoveryId" : false, "enumType" : "KeyAlgorithm", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "keyAlgorithm", "fluentEnumSetterMethodName" : "keyAlgorithm", "fluentGetterMethodName" : "keyAlgorithmAsString", "fluentSetterDocumentation" : "

The algorithm that was used to generate the public-private key pair.

\n@param keyAlgorithm The algorithm that was used to generate the public-private key pair.\n@see KeyAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyAlgorithm", "fluentSetterMethodName" : "keyAlgorithm", "getterDocumentation" : "

The algorithm that was used to generate the public-private key pair.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #keyAlgorithm} will return {@link KeyAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #keyAlgorithmAsString}.\n

\n@return The algorithm that was used to generate the public-private key pair.\n@see KeyAlgorithm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyAlgorithm", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyAlgorithm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KeyAlgorithm", "sensitive" : false, "setterDocumentation" : "

The algorithm that was used to generate the public-private key pair.

\n@param keyAlgorithm The algorithm that was used to generate the public-private key pair.\n@see KeyAlgorithm", "setterMethodName" : "setKeyAlgorithm", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyAlgorithm", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyAlgorithm", "variableType" : "String", "documentation" : "

The algorithm that was used to generate the public-private key pair.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KeyUsages" : { "beanStyleGetterMethodName" : "getKeyUsages", "beanStyleSetterMethodName" : "setKeyUsages", "c2jName" : "KeyUsages", "c2jShape" : "KeyUsageList", "defaultConsumerFluentSetterDocumentation" : "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #keyUsages(List)}.\n@param keyUsages a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyUsages(List)", "deprecated" : false, "documentation" : "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyUsages", "fluentSetterDocumentation" : "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

\n@param keyUsages A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyUsages", "getterDocumentation" : "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyUsages", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyUsages", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "KeyUsage", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link KeyUsage.Builder} avoiding the need to create one manually via {@link KeyUsage#builder()}.\n\nWhen the {@link Consumer} completes, {@link KeyUsage.Builder#build()} is called immediately and its result is passed to {@link #member(KeyUsage)}.\n@param member a consumer that will call methods on {@link KeyUsage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(KeyUsage)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "KeyUsage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeyUsage", "variableName" : "member", "variableType" : "KeyUsage", "documentation" : null, "simpleType" : "KeyUsage", "variableSetterType" : "KeyUsage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KeyUsage", "variableName" : "member", "variableType" : "KeyUsage", "documentation" : "", "simpleType" : "KeyUsage", "variableSetterType" : "KeyUsage" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeyUsage", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "KeyUsage", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "KeyUsages", "sensitive" : false, "setterDocumentation" : "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

\n@param keyUsages A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.", "setterMethodName" : "setKeyUsages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keyUsages", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keyUsages", "variableType" : "java.util.List", "documentation" : "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NotAfter" : { "beanStyleGetterMethodName" : "getNotAfter", "beanStyleSetterMethodName" : "setNotAfter", "c2jName" : "NotAfter", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The time after which the certificate is not valid.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #notAfter(Instant)}.\n@param notAfter a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notAfter(Instant)", "deprecated" : false, "documentation" : "

The time after which the certificate is not valid.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notAfter", "fluentSetterDocumentation" : "

The time after which the certificate is not valid.

\n@param notAfter The time after which the certificate is not valid.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notAfter", "getterDocumentation" : "

The time after which the certificate is not valid.

\n@return The time after which the certificate is not valid.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotAfter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotAfter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NotAfter", "sensitive" : false, "setterDocumentation" : "

The time after which the certificate is not valid.

\n@param notAfter The time after which the certificate is not valid.", "setterMethodName" : "setNotAfter", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "notAfter", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "notAfter", "variableType" : "java.time.Instant", "documentation" : "

The time after which the certificate is not valid.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "NotBefore" : { "beanStyleGetterMethodName" : "getNotBefore", "beanStyleSetterMethodName" : "setNotBefore", "c2jName" : "NotBefore", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The time before which the certificate is not valid.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #notBefore(Instant)}.\n@param notBefore a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notBefore(Instant)", "deprecated" : false, "documentation" : "

The time before which the certificate is not valid.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notBefore", "fluentSetterDocumentation" : "

The time before which the certificate is not valid.

\n@param notBefore The time before which the certificate is not valid.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notBefore", "getterDocumentation" : "

The time before which the certificate is not valid.

\n@return The time before which the certificate is not valid.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotBefore", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotBefore", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NotBefore", "sensitive" : false, "setterDocumentation" : "

The time before which the certificate is not valid.

\n@param notBefore The time before which the certificate is not valid.", "setterMethodName" : "setNotBefore", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "notBefore", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "notBefore", "variableType" : "java.time.Instant", "documentation" : "

The time before which the certificate is not valid.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "Options" : { "beanStyleGetterMethodName" : "getOptions", "beanStyleSetterMethodName" : "setOptions", "c2jName" : "Options", "c2jShape" : "CertificateOptions", "defaultConsumerFluentSetterDocumentation" : "

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

\nThis is a convenience that creates an instance of the {@link CertificateOptions.Builder} avoiding the need to create one manually via {@link CertificateOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link CertificateOptions.Builder#build()} is called immediately and its result is passed to {@link #options(CertificateOptions)}.\n@param options a consumer that will call methods on {@link CertificateOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(CertificateOptions)", "deprecated" : false, "documentation" : "

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "options", "fluentSetterDocumentation" : "

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

\n@param options Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "options", "getterDocumentation" : "

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

\n@return Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.", "getterModel" : { "returnType" : "CertificateOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Options", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Options", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Options", "sensitive" : false, "setterDocumentation" : "

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

\n@param options Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "CertificateOptions", "variableName" : "options", "variableType" : "CertificateOptions", "documentation" : null, "simpleType" : "CertificateOptions", "variableSetterType" : "CertificateOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CertificateOptions", "variableName" : "options", "variableType" : "CertificateOptions", "documentation" : "

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

", "simpleType" : "CertificateOptions", "variableSetterType" : "CertificateOptions" }, "xmlNameSpaceUri" : null }, "RenewalEligibility" : { "beanStyleGetterMethodName" : "getRenewalEligibilityAsString", "beanStyleSetterMethodName" : "setRenewalEligibility", "c2jName" : "RenewalEligibility", "c2jShape" : "RenewalEligibility", "defaultConsumerFluentSetterDocumentation" : "

Specifies whether the certificate is eligible for renewal.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #renewalEligibilityAsString(String)}.\n@param renewalEligibility a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #renewalEligibility(String)", "deprecated" : false, "documentation" : "

Specifies whether the certificate is eligible for renewal.

", "endpointDiscoveryId" : false, "enumType" : "RenewalEligibility", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "renewalEligibility", "fluentEnumSetterMethodName" : "renewalEligibility", "fluentGetterMethodName" : "renewalEligibilityAsString", "fluentSetterDocumentation" : "

Specifies whether the certificate is eligible for renewal.

\n@param renewalEligibility Specifies whether the certificate is eligible for renewal.\n@see RenewalEligibility\n@return Returns a reference to this object so that method calls can be chained together.\n@see RenewalEligibility", "fluentSetterMethodName" : "renewalEligibility", "getterDocumentation" : "

Specifies whether the certificate is eligible for renewal.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #renewalEligibility} will return {@link RenewalEligibility#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #renewalEligibilityAsString}.\n

\n@return Specifies whether the certificate is eligible for renewal.\n@see RenewalEligibility", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RenewalEligibility", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RenewalEligibility", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RenewalEligibility", "sensitive" : false, "setterDocumentation" : "

Specifies whether the certificate is eligible for renewal.

\n@param renewalEligibility Specifies whether the certificate is eligible for renewal.\n@see RenewalEligibility", "setterMethodName" : "setRenewalEligibility", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "renewalEligibility", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "renewalEligibility", "variableType" : "String", "documentation" : "

Specifies whether the certificate is eligible for renewal.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RenewalSummary" : { "beanStyleGetterMethodName" : "getRenewalSummary", "beanStyleSetterMethodName" : "setRenewalSummary", "c2jName" : "RenewalSummary", "c2jShape" : "RenewalSummary", "defaultConsumerFluentSetterDocumentation" : "

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

\nThis is a convenience that creates an instance of the {@link RenewalSummary.Builder} avoiding the need to create one manually via {@link RenewalSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link RenewalSummary.Builder#build()} is called immediately and its result is passed to {@link #renewalSummary(RenewalSummary)}.\n@param renewalSummary a consumer that will call methods on {@link RenewalSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #renewalSummary(RenewalSummary)", "deprecated" : false, "documentation" : "

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "renewalSummary", "fluentSetterDocumentation" : "

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

\n@param renewalSummary Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "renewalSummary", "getterDocumentation" : "

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

\n@return Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.", "getterModel" : { "returnType" : "RenewalSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RenewalSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RenewalSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RenewalSummary", "sensitive" : false, "setterDocumentation" : "

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

\n@param renewalSummary Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.", "setterMethodName" : "setRenewalSummary", "setterModel" : { "variableDeclarationType" : "RenewalSummary", "variableName" : "renewalSummary", "variableType" : "RenewalSummary", "documentation" : null, "simpleType" : "RenewalSummary", "variableSetterType" : "RenewalSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RenewalSummary", "variableName" : "renewalSummary", "variableType" : "RenewalSummary", "documentation" : "

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

", "simpleType" : "RenewalSummary", "variableSetterType" : "RenewalSummary" }, "xmlNameSpaceUri" : null }, "RevocationReason" : { "beanStyleGetterMethodName" : "getRevocationReasonAsString", "beanStyleSetterMethodName" : "setRevocationReason", "c2jName" : "RevocationReason", "c2jShape" : "RevocationReason", "defaultConsumerFluentSetterDocumentation" : "

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #revocationReasonAsString(String)}.\n@param revocationReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #revocationReason(String)", "deprecated" : false, "documentation" : "

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

", "endpointDiscoveryId" : false, "enumType" : "RevocationReason", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "revocationReason", "fluentEnumSetterMethodName" : "revocationReason", "fluentGetterMethodName" : "revocationReasonAsString", "fluentSetterDocumentation" : "

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

\n@param revocationReason The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.\n@see RevocationReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see RevocationReason", "fluentSetterMethodName" : "revocationReason", "getterDocumentation" : "

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #revocationReason} will return {@link RevocationReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #revocationReasonAsString}.\n

\n@return The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.\n@see RevocationReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RevocationReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RevocationReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RevocationReason", "sensitive" : false, "setterDocumentation" : "

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

\n@param revocationReason The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.\n@see RevocationReason", "setterMethodName" : "setRevocationReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "revocationReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "revocationReason", "variableType" : "String", "documentation" : "

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RevokedAt" : { "beanStyleGetterMethodName" : "getRevokedAt", "beanStyleSetterMethodName" : "setRevokedAt", "c2jName" : "RevokedAt", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #revokedAt(Instant)}.\n@param revokedAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #revokedAt(Instant)", "deprecated" : false, "documentation" : "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "revokedAt", "fluentSetterDocumentation" : "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

\n@param revokedAt The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "revokedAt", "getterDocumentation" : "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

\n@return The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RevokedAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RevokedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "RevokedAt", "sensitive" : false, "setterDocumentation" : "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

\n@param revokedAt The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.", "setterMethodName" : "setRevokedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "revokedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "revokedAt", "variableType" : "java.time.Instant", "documentation" : "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "Serial" : { "beanStyleGetterMethodName" : "getSerial", "beanStyleSetterMethodName" : "setSerial", "c2jName" : "Serial", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The serial number of the certificate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serial(String)}.\n@param serial a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serial(String)", "deprecated" : false, "documentation" : "

The serial number of the certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serial", "fluentSetterDocumentation" : "

The serial number of the certificate.

\n@param serial The serial number of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serial", "getterDocumentation" : "

The serial number of the certificate.

\n@return The serial number of the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Serial", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Serial", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Serial", "sensitive" : false, "setterDocumentation" : "

The serial number of the certificate.

\n@param serial The serial number of the certificate.", "setterMethodName" : "setSerial", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serial", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serial", "variableType" : "String", "documentation" : "

The serial number of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SignatureAlgorithm" : { "beanStyleGetterMethodName" : "getSignatureAlgorithm", "beanStyleSetterMethodName" : "setSignatureAlgorithm", "c2jName" : "SignatureAlgorithm", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The algorithm that was used to sign the certificate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signatureAlgorithm(String)}.\n@param signatureAlgorithm a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signatureAlgorithm(String)", "deprecated" : false, "documentation" : "

The algorithm that was used to sign the certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signatureAlgorithm", "fluentSetterDocumentation" : "

The algorithm that was used to sign the certificate.

\n@param signatureAlgorithm The algorithm that was used to sign the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signatureAlgorithm", "getterDocumentation" : "

The algorithm that was used to sign the certificate.

\n@return The algorithm that was used to sign the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SignatureAlgorithm", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SignatureAlgorithm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SignatureAlgorithm", "sensitive" : false, "setterDocumentation" : "

The algorithm that was used to sign the certificate.

\n@param signatureAlgorithm The algorithm that was used to sign the certificate.", "setterMethodName" : "setSignatureAlgorithm", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "signatureAlgorithm", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "signatureAlgorithm", "variableType" : "String", "documentation" : "

The algorithm that was used to sign the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "CertificateStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the certificate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

The status of the certificate.

", "endpointDiscoveryId" : false, "enumType" : "CertificateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the certificate.

\n@param status The status of the certificate.\n@see CertificateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the certificate.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link CertificateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the certificate.\n@see CertificateStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the certificate.

\n@param status The status of the certificate.\n@see CertificateStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Subject" : { "beanStyleGetterMethodName" : "getSubject", "beanStyleSetterMethodName" : "setSubject", "c2jName" : "Subject", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the entity that is associated with the public key contained in the certificate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subject(String)}.\n@param subject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subject(String)", "deprecated" : false, "documentation" : "

The name of the entity that is associated with the public key contained in the certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subject", "fluentSetterDocumentation" : "

The name of the entity that is associated with the public key contained in the certificate.

\n@param subject The name of the entity that is associated with the public key contained in the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subject", "getterDocumentation" : "

The name of the entity that is associated with the public key contained in the certificate.

\n@return The name of the entity that is associated with the public key contained in the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Subject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Subject", "sensitive" : false, "setterDocumentation" : "

The name of the entity that is associated with the public key contained in the certificate.

\n@param subject The name of the entity that is associated with the public key contained in the certificate.", "setterMethodName" : "setSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subject", "variableType" : "String", "documentation" : "

The name of the entity that is associated with the public key contained in the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SubjectAlternativeNames" : { "beanStyleGetterMethodName" : "getSubjectAlternativeNames", "beanStyleSetterMethodName" : "setSubjectAlternativeNames", "c2jName" : "SubjectAlternativeNames", "c2jShape" : "DomainList", "defaultConsumerFluentSetterDocumentation" : "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subjectAlternativeNames(List)}.\n@param subjectAlternativeNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subjectAlternativeNames(List)", "deprecated" : false, "documentation" : "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subjectAlternativeNames", "fluentSetterDocumentation" : "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

\n@param subjectAlternativeNames One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subjectAlternativeNames", "getterDocumentation" : "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubjectAlternativeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubjectAlternativeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubjectAlternativeNames", "sensitive" : false, "setterDocumentation" : "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

\n@param subjectAlternativeNames One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.", "setterMethodName" : "setSubjectAlternativeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subjectAlternativeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subjectAlternativeNames", "variableType" : "java.util.List", "documentation" : "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "CertificateType", "defaultConsumerFluentSetterDocumentation" : "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "documentation" : "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

", "endpointDiscoveryId" : false, "enumType" : "CertificateType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

\n@param type The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.\n@see CertificateType\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link CertificateType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.\n@see CertificateType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

\n@param type The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.\n@see CertificateType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

\n@return The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

\n@param certificateArn The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

The fully qualified domain name for the certificate, such as www.example.com or example.com.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "documentation" : "

The fully qualified domain name for the certificate, such as www.example.com or example.com.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

The fully qualified domain name for the certificate, such as www.example.com or example.com.

\n@param domainName The fully qualified domain name for the certificate, such as www.example.com or example.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

The fully qualified domain name for the certificate, such as www.example.com or example.com.

\n@return The fully qualified domain name for the certificate, such as www.example.com or example.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

The fully qualified domain name for the certificate, such as www.example.com or example.com.

\n@param domainName The fully qualified domain name for the certificate, such as www.example.com or example.com.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

The fully qualified domain name for the certificate, such as www.example.com or example.com.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubjectAlternativeNames", "beanStyleSetterMethodName" : "setSubjectAlternativeNames", "c2jName" : "SubjectAlternativeNames", "c2jShape" : "DomainList", "defaultConsumerFluentSetterDocumentation" : "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subjectAlternativeNames(List)}.\n@param subjectAlternativeNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subjectAlternativeNames(List)", "deprecated" : false, "documentation" : "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subjectAlternativeNames", "fluentSetterDocumentation" : "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

\n@param subjectAlternativeNames One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subjectAlternativeNames", "getterDocumentation" : "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubjectAlternativeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubjectAlternativeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubjectAlternativeNames", "sensitive" : false, "setterDocumentation" : "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

\n@param subjectAlternativeNames One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.", "setterMethodName" : "setSubjectAlternativeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subjectAlternativeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subjectAlternativeNames", "variableType" : "java.util.List", "documentation" : "

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDomainValidationOptions", "beanStyleSetterMethodName" : "setDomainValidationOptions", "c2jName" : "DomainValidationOptions", "c2jShape" : "DomainValidationList", "defaultConsumerFluentSetterDocumentation" : "

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #domainValidationOptions(List)}.\n@param domainValidationOptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainValidationOptions(List)", "deprecated" : false, "documentation" : "

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainValidationOptions", "fluentSetterDocumentation" : "

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

\n@param domainValidationOptions Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainValidationOptions", "getterDocumentation" : "

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainValidationOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainValidationOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DomainValidation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainValidation.Builder} avoiding the need to create one manually via {@link DomainValidation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainValidation.Builder#build()} is called immediately and its result is passed to {@link #member(DomainValidation)}.\n@param member a consumer that will call methods on {@link DomainValidation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DomainValidation)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "DomainValidation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DomainValidation", "variableName" : "member", "variableType" : "DomainValidation", "documentation" : null, "simpleType" : "DomainValidation", "variableSetterType" : "DomainValidation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainValidation", "variableName" : "member", "variableType" : "DomainValidation", "documentation" : "", "simpleType" : "DomainValidation", "variableSetterType" : "DomainValidation" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DomainValidation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DomainValidation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DomainValidationOptions", "sensitive" : false, "setterDocumentation" : "

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

\n@param domainValidationOptions Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.", "setterMethodName" : "setDomainValidationOptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainValidationOptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainValidationOptions", "variableType" : "java.util.List", "documentation" : "

Contains information about the initial validation of each domain name that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSerial", "beanStyleSetterMethodName" : "setSerial", "c2jName" : "Serial", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The serial number of the certificate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #serial(String)}.\n@param serial a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #serial(String)", "deprecated" : false, "documentation" : "

The serial number of the certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "serial", "fluentSetterDocumentation" : "

The serial number of the certificate.

\n@param serial The serial number of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "serial", "getterDocumentation" : "

The serial number of the certificate.

\n@return The serial number of the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Serial", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Serial", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Serial", "sensitive" : false, "setterDocumentation" : "

The serial number of the certificate.

\n@param serial The serial number of the certificate.", "setterMethodName" : "setSerial", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "serial", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "serial", "variableType" : "String", "documentation" : "

The serial number of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubject", "beanStyleSetterMethodName" : "setSubject", "c2jName" : "Subject", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the entity that is associated with the public key contained in the certificate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #subject(String)}.\n@param subject a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subject(String)", "deprecated" : false, "documentation" : "

The name of the entity that is associated with the public key contained in the certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subject", "fluentSetterDocumentation" : "

The name of the entity that is associated with the public key contained in the certificate.

\n@param subject The name of the entity that is associated with the public key contained in the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subject", "getterDocumentation" : "

The name of the entity that is associated with the public key contained in the certificate.

\n@return The name of the entity that is associated with the public key contained in the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Subject", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Subject", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Subject", "sensitive" : false, "setterDocumentation" : "

The name of the entity that is associated with the public key contained in the certificate.

\n@param subject The name of the entity that is associated with the public key contained in the certificate.", "setterMethodName" : "setSubject", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "subject", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "subject", "variableType" : "String", "documentation" : "

The name of the entity that is associated with the public key contained in the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIssuer", "beanStyleSetterMethodName" : "setIssuer", "c2jName" : "Issuer", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The name of the certificate authority that issued and signed the certificate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #issuer(String)}.\n@param issuer a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #issuer(String)", "deprecated" : false, "documentation" : "

The name of the certificate authority that issued and signed the certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "issuer", "fluentSetterDocumentation" : "

The name of the certificate authority that issued and signed the certificate.

\n@param issuer The name of the certificate authority that issued and signed the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "issuer", "getterDocumentation" : "

The name of the certificate authority that issued and signed the certificate.

\n@return The name of the certificate authority that issued and signed the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Issuer", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Issuer", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Issuer", "sensitive" : false, "setterDocumentation" : "

The name of the certificate authority that issued and signed the certificate.

\n@param issuer The name of the certificate authority that issued and signed the certificate.", "setterMethodName" : "setIssuer", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "issuer", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "issuer", "variableType" : "String", "documentation" : "

The name of the certificate authority that issued and signed the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCreatedAt", "beanStyleSetterMethodName" : "setCreatedAt", "c2jName" : "CreatedAt", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdAt(Instant)}.\n@param createdAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdAt(Instant)", "deprecated" : false, "documentation" : "

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "createdAt", "fluentSetterDocumentation" : "

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.

\n@param createdAt The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createdAt", "getterDocumentation" : "

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.

\n@return The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreatedAt", "sensitive" : false, "setterDocumentation" : "

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.

\n@param createdAt The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.", "setterMethodName" : "setCreatedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "createdAt", "variableType" : "java.time.Instant", "documentation" : "

The time at which the certificate was requested. This value exists only when the certificate type is AMAZON_ISSUED.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIssuedAt", "beanStyleSetterMethodName" : "setIssuedAt", "c2jName" : "IssuedAt", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #issuedAt(Instant)}.\n@param issuedAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #issuedAt(Instant)", "deprecated" : false, "documentation" : "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "issuedAt", "fluentSetterDocumentation" : "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

\n@param issuedAt The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "issuedAt", "getterDocumentation" : "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

\n@return The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IssuedAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IssuedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "IssuedAt", "sensitive" : false, "setterDocumentation" : "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

\n@param issuedAt The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.", "setterMethodName" : "setIssuedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "issuedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "issuedAt", "variableType" : "java.time.Instant", "documentation" : "

The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getImportedAt", "beanStyleSetterMethodName" : "setImportedAt", "c2jName" : "ImportedAt", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #importedAt(Instant)}.\n@param importedAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #importedAt(Instant)", "deprecated" : false, "documentation" : "

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "importedAt", "fluentSetterDocumentation" : "

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.

\n@param importedAt The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "importedAt", "getterDocumentation" : "

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.

\n@return The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ImportedAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ImportedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "ImportedAt", "sensitive" : false, "setterDocumentation" : "

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.

\n@param importedAt The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.", "setterMethodName" : "setImportedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "importedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "importedAt", "variableType" : "java.time.Instant", "documentation" : "

The date and time at which the certificate was imported. This value exists only when the certificate type is IMPORTED.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "CertificateStatus", "defaultConsumerFluentSetterDocumentation" : "

The status of the certificate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)", "deprecated" : false, "documentation" : "

The status of the certificate.

", "endpointDiscoveryId" : false, "enumType" : "CertificateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The status of the certificate.

\n@param status The status of the certificate.\n@see CertificateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the certificate.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link CertificateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n

\n@return The status of the certificate.\n@see CertificateStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Status", "sensitive" : false, "setterDocumentation" : "

The status of the certificate.

\n@param status The status of the certificate.\n@see CertificateStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRevokedAt", "beanStyleSetterMethodName" : "setRevokedAt", "c2jName" : "RevokedAt", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #revokedAt(Instant)}.\n@param revokedAt a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #revokedAt(Instant)", "deprecated" : false, "documentation" : "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "revokedAt", "fluentSetterDocumentation" : "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

\n@param revokedAt The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "revokedAt", "getterDocumentation" : "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

\n@return The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RevokedAt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RevokedAt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "RevokedAt", "sensitive" : false, "setterDocumentation" : "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

\n@param revokedAt The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.", "setterMethodName" : "setRevokedAt", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "revokedAt", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "revokedAt", "variableType" : "java.time.Instant", "documentation" : "

The time at which the certificate was revoked. This value exists only when the certificate status is REVOKED.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRevocationReasonAsString", "beanStyleSetterMethodName" : "setRevocationReason", "c2jName" : "RevocationReason", "c2jShape" : "RevocationReason", "defaultConsumerFluentSetterDocumentation" : "

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #revocationReasonAsString(String)}.\n@param revocationReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #revocationReason(String)", "deprecated" : false, "documentation" : "

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

", "endpointDiscoveryId" : false, "enumType" : "RevocationReason", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "revocationReason", "fluentEnumSetterMethodName" : "revocationReason", "fluentGetterMethodName" : "revocationReasonAsString", "fluentSetterDocumentation" : "

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

\n@param revocationReason The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.\n@see RevocationReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see RevocationReason", "fluentSetterMethodName" : "revocationReason", "getterDocumentation" : "

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #revocationReason} will return {@link RevocationReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #revocationReasonAsString}.\n

\n@return The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.\n@see RevocationReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RevocationReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RevocationReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RevocationReason", "sensitive" : false, "setterDocumentation" : "

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

\n@param revocationReason The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.\n@see RevocationReason", "setterMethodName" : "setRevocationReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "revocationReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "revocationReason", "variableType" : "String", "documentation" : "

The reason the certificate was revoked. This value exists only when the certificate status is REVOKED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotBefore", "beanStyleSetterMethodName" : "setNotBefore", "c2jName" : "NotBefore", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The time before which the certificate is not valid.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #notBefore(Instant)}.\n@param notBefore a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notBefore(Instant)", "deprecated" : false, "documentation" : "

The time before which the certificate is not valid.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notBefore", "fluentSetterDocumentation" : "

The time before which the certificate is not valid.

\n@param notBefore The time before which the certificate is not valid.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notBefore", "getterDocumentation" : "

The time before which the certificate is not valid.

\n@return The time before which the certificate is not valid.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotBefore", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotBefore", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NotBefore", "sensitive" : false, "setterDocumentation" : "

The time before which the certificate is not valid.

\n@param notBefore The time before which the certificate is not valid.", "setterMethodName" : "setNotBefore", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "notBefore", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "notBefore", "variableType" : "java.time.Instant", "documentation" : "

The time before which the certificate is not valid.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotAfter", "beanStyleSetterMethodName" : "setNotAfter", "c2jName" : "NotAfter", "c2jShape" : "TStamp", "defaultConsumerFluentSetterDocumentation" : "

The time after which the certificate is not valid.

\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #notAfter(Instant)}.\n@param notAfter a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notAfter(Instant)", "deprecated" : false, "documentation" : "

The time after which the certificate is not valid.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notAfter", "fluentSetterDocumentation" : "

The time after which the certificate is not valid.

\n@param notAfter The time after which the certificate is not valid.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notAfter", "getterDocumentation" : "

The time after which the certificate is not valid.

\n@return The time after which the certificate is not valid.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotAfter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotAfter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "NotAfter", "sensitive" : false, "setterDocumentation" : "

The time after which the certificate is not valid.

\n@param notAfter The time after which the certificate is not valid.", "setterMethodName" : "setNotAfter", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "notAfter", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "notAfter", "variableType" : "java.time.Instant", "documentation" : "

The time after which the certificate is not valid.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyAlgorithmAsString", "beanStyleSetterMethodName" : "setKeyAlgorithm", "c2jName" : "KeyAlgorithm", "c2jShape" : "KeyAlgorithm", "defaultConsumerFluentSetterDocumentation" : "

The algorithm that was used to generate the public-private key pair.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #keyAlgorithmAsString(String)}.\n@param keyAlgorithm a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyAlgorithm(String)", "deprecated" : false, "documentation" : "

The algorithm that was used to generate the public-private key pair.

", "endpointDiscoveryId" : false, "enumType" : "KeyAlgorithm", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "keyAlgorithm", "fluentEnumSetterMethodName" : "keyAlgorithm", "fluentGetterMethodName" : "keyAlgorithmAsString", "fluentSetterDocumentation" : "

The algorithm that was used to generate the public-private key pair.

\n@param keyAlgorithm The algorithm that was used to generate the public-private key pair.\n@see KeyAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyAlgorithm", "fluentSetterMethodName" : "keyAlgorithm", "getterDocumentation" : "

The algorithm that was used to generate the public-private key pair.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #keyAlgorithm} will return {@link KeyAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #keyAlgorithmAsString}.\n

\n@return The algorithm that was used to generate the public-private key pair.\n@see KeyAlgorithm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyAlgorithm", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyAlgorithm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "KeyAlgorithm", "sensitive" : false, "setterDocumentation" : "

The algorithm that was used to generate the public-private key pair.

\n@param keyAlgorithm The algorithm that was used to generate the public-private key pair.\n@see KeyAlgorithm", "setterMethodName" : "setKeyAlgorithm", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyAlgorithm", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyAlgorithm", "variableType" : "String", "documentation" : "

The algorithm that was used to generate the public-private key pair.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSignatureAlgorithm", "beanStyleSetterMethodName" : "setSignatureAlgorithm", "c2jName" : "SignatureAlgorithm", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

The algorithm that was used to sign the certificate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #signatureAlgorithm(String)}.\n@param signatureAlgorithm a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signatureAlgorithm(String)", "deprecated" : false, "documentation" : "

The algorithm that was used to sign the certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signatureAlgorithm", "fluentSetterDocumentation" : "

The algorithm that was used to sign the certificate.

\n@param signatureAlgorithm The algorithm that was used to sign the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signatureAlgorithm", "getterDocumentation" : "

The algorithm that was used to sign the certificate.

\n@return The algorithm that was used to sign the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SignatureAlgorithm", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SignatureAlgorithm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SignatureAlgorithm", "sensitive" : false, "setterDocumentation" : "

The algorithm that was used to sign the certificate.

\n@param signatureAlgorithm The algorithm that was used to sign the certificate.", "setterMethodName" : "setSignatureAlgorithm", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "signatureAlgorithm", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "signatureAlgorithm", "variableType" : "String", "documentation" : "

The algorithm that was used to sign the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInUseBy", "beanStyleSetterMethodName" : "setInUseBy", "c2jName" : "InUseBy", "c2jShape" : "InUseList", "defaultConsumerFluentSetterDocumentation" : "

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #inUseBy(List)}.\n@param inUseBy a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inUseBy(List)", "deprecated" : false, "documentation" : "

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inUseBy", "fluentSetterDocumentation" : "

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

\n@param inUseBy A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inUseBy", "getterDocumentation" : "

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InUseBy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InUseBy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "InUseBy", "sensitive" : false, "setterDocumentation" : "

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

\n@param inUseBy A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.", "setterMethodName" : "setInUseBy", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "inUseBy", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "inUseBy", "variableType" : "java.util.List", "documentation" : "

A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureReasonAsString", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReasonAsString(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)", "deprecated" : false, "documentation" : "

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

", "endpointDiscoveryId" : false, "enumType" : "FailureReason", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "failureReason", "fluentEnumSetterMethodName" : "failureReason", "fluentGetterMethodName" : "failureReasonAsString", "fluentSetterDocumentation" : "

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

\n@param failureReason The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.\n@see FailureReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see FailureReason", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #failureReason} will return {@link FailureReason#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #failureReasonAsString}.\n

\n@return The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.\n@see FailureReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailureReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "FailureReason", "sensitive" : false, "setterDocumentation" : "

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

\n@param failureReason The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.\n@see FailureReason", "setterMethodName" : "setFailureReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "

The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "CertificateType", "defaultConsumerFluentSetterDocumentation" : "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "documentation" : "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

", "endpointDiscoveryId" : false, "enumType" : "CertificateType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

\n@param type The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.\n@see CertificateType\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link CertificateType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

\n@return The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.\n@see CertificateType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

\n@param type The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.\n@see CertificateType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRenewalSummary", "beanStyleSetterMethodName" : "setRenewalSummary", "c2jName" : "RenewalSummary", "c2jShape" : "RenewalSummary", "defaultConsumerFluentSetterDocumentation" : "

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

\nThis is a convenience that creates an instance of the {@link RenewalSummary.Builder} avoiding the need to create one manually via {@link RenewalSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link RenewalSummary.Builder#build()} is called immediately and its result is passed to {@link #renewalSummary(RenewalSummary)}.\n@param renewalSummary a consumer that will call methods on {@link RenewalSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #renewalSummary(RenewalSummary)", "deprecated" : false, "documentation" : "

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "renewalSummary", "fluentSetterDocumentation" : "

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

\n@param renewalSummary Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "renewalSummary", "getterDocumentation" : "

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

\n@return Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.", "getterModel" : { "returnType" : "RenewalSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RenewalSummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RenewalSummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "RenewalSummary", "sensitive" : false, "setterDocumentation" : "

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

\n@param renewalSummary Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.", "setterMethodName" : "setRenewalSummary", "setterModel" : { "variableDeclarationType" : "RenewalSummary", "variableName" : "renewalSummary", "variableType" : "RenewalSummary", "documentation" : null, "simpleType" : "RenewalSummary", "variableSetterType" : "RenewalSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "RenewalSummary", "variableName" : "renewalSummary", "variableType" : "RenewalSummary", "documentation" : "

Contains information about the status of ACM's managed renewal for the certificate. This field exists only when the certificate type is AMAZON_ISSUED.

", "simpleType" : "RenewalSummary", "variableSetterType" : "RenewalSummary" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyUsages", "beanStyleSetterMethodName" : "setKeyUsages", "c2jName" : "KeyUsages", "c2jShape" : "KeyUsageList", "defaultConsumerFluentSetterDocumentation" : "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #keyUsages(List)}.\n@param keyUsages a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyUsages(List)", "deprecated" : false, "documentation" : "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyUsages", "fluentSetterDocumentation" : "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

\n@param keyUsages A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyUsages", "getterDocumentation" : "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyUsages", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyUsages", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "KeyUsage", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link KeyUsage.Builder} avoiding the need to create one manually via {@link KeyUsage#builder()}.\n\nWhen the {@link Consumer} completes, {@link KeyUsage.Builder#build()} is called immediately and its result is passed to {@link #member(KeyUsage)}.\n@param member a consumer that will call methods on {@link KeyUsage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(KeyUsage)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "KeyUsage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "KeyUsage", "variableName" : "member", "variableType" : "KeyUsage", "documentation" : null, "simpleType" : "KeyUsage", "variableSetterType" : "KeyUsage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "KeyUsage", "variableName" : "member", "variableType" : "KeyUsage", "documentation" : "", "simpleType" : "KeyUsage", "variableSetterType" : "KeyUsage" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "KeyUsage", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "KeyUsage", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "KeyUsages", "sensitive" : false, "setterDocumentation" : "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

\n@param keyUsages A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.", "setterMethodName" : "setKeyUsages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keyUsages", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keyUsages", "variableType" : "java.util.List", "documentation" : "

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExtendedKeyUsages", "beanStyleSetterMethodName" : "setExtendedKeyUsages", "c2jName" : "ExtendedKeyUsages", "c2jShape" : "ExtendedKeyUsageList", "defaultConsumerFluentSetterDocumentation" : "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #extendedKeyUsages(List)}.\n@param extendedKeyUsages a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extendedKeyUsages(List)", "deprecated" : false, "documentation" : "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "extendedKeyUsages", "fluentSetterDocumentation" : "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

\n@param extendedKeyUsages Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extendedKeyUsages", "getterDocumentation" : "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExtendedKeyUsages", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExtendedKeyUsages", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ExtendedKeyUsage", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ExtendedKeyUsage.Builder} avoiding the need to create one manually via {@link ExtendedKeyUsage#builder()}.\n\nWhen the {@link Consumer} completes, {@link ExtendedKeyUsage.Builder#build()} is called immediately and its result is passed to {@link #member(ExtendedKeyUsage)}.\n@param member a consumer that will call methods on {@link ExtendedKeyUsage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ExtendedKeyUsage)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "ExtendedKeyUsage", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExtendedKeyUsage", "variableName" : "member", "variableType" : "ExtendedKeyUsage", "documentation" : null, "simpleType" : "ExtendedKeyUsage", "variableSetterType" : "ExtendedKeyUsage" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ExtendedKeyUsage", "variableName" : "member", "variableType" : "ExtendedKeyUsage", "documentation" : "", "simpleType" : "ExtendedKeyUsage", "variableSetterType" : "ExtendedKeyUsage" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExtendedKeyUsage", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "ExtendedKeyUsage", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ExtendedKeyUsages", "sensitive" : false, "setterDocumentation" : "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

\n@param extendedKeyUsages Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).", "setterMethodName" : "setExtendedKeyUsages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "extendedKeyUsages", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "extendedKeyUsages", "variableType" : "java.util.List", "documentation" : "

Contains a list of Extended Key Usage X.509 v3 extension objects. Each object specifies a purpose for which the certificate public key can be used and consists of a name and an object identifier (OID).

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateAuthorityArn", "beanStyleSetterMethodName" : "setCertificateAuthorityArn", "c2jName" : "CertificateAuthorityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateAuthorityArn(String)}.\n@param certificateAuthorityArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateAuthorityArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateAuthorityArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

\n@param certificateAuthorityArn The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateAuthorityArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

\n@return The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateAuthorityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateAuthorityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateAuthorityArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

\n@param certificateAuthorityArn The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012", "setterMethodName" : "setCertificateAuthorityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateAuthorityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateAuthorityArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the ACM PCA private certificate authority (CA) that issued the certificate. This has the following format:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRenewalEligibilityAsString", "beanStyleSetterMethodName" : "setRenewalEligibility", "c2jName" : "RenewalEligibility", "c2jShape" : "RenewalEligibility", "defaultConsumerFluentSetterDocumentation" : "

Specifies whether the certificate is eligible for renewal.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #renewalEligibilityAsString(String)}.\n@param renewalEligibility a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #renewalEligibility(String)", "deprecated" : false, "documentation" : "

Specifies whether the certificate is eligible for renewal.

", "endpointDiscoveryId" : false, "enumType" : "RenewalEligibility", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "renewalEligibility", "fluentEnumSetterMethodName" : "renewalEligibility", "fluentGetterMethodName" : "renewalEligibilityAsString", "fluentSetterDocumentation" : "

Specifies whether the certificate is eligible for renewal.

\n@param renewalEligibility Specifies whether the certificate is eligible for renewal.\n@see RenewalEligibility\n@return Returns a reference to this object so that method calls can be chained together.\n@see RenewalEligibility", "fluentSetterMethodName" : "renewalEligibility", "getterDocumentation" : "

Specifies whether the certificate is eligible for renewal.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #renewalEligibility} will return {@link RenewalEligibility#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #renewalEligibilityAsString}.\n

\n@return Specifies whether the certificate is eligible for renewal.\n@see RenewalEligibility", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RenewalEligibility", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RenewalEligibility", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RenewalEligibility", "sensitive" : false, "setterDocumentation" : "

Specifies whether the certificate is eligible for renewal.

\n@param renewalEligibility Specifies whether the certificate is eligible for renewal.\n@see RenewalEligibility", "setterMethodName" : "setRenewalEligibility", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "renewalEligibility", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "renewalEligibility", "variableType" : "String", "documentation" : "

Specifies whether the certificate is eligible for renewal.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOptions", "beanStyleSetterMethodName" : "setOptions", "c2jName" : "Options", "c2jShape" : "CertificateOptions", "defaultConsumerFluentSetterDocumentation" : "

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

\nThis is a convenience that creates an instance of the {@link CertificateOptions.Builder} avoiding the need to create one manually via {@link CertificateOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link CertificateOptions.Builder#build()} is called immediately and its result is passed to {@link #options(CertificateOptions)}.\n@param options a consumer that will call methods on {@link CertificateOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(CertificateOptions)", "deprecated" : false, "documentation" : "

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "options", "fluentSetterDocumentation" : "

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

\n@param options Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "options", "getterDocumentation" : "

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

\n@return Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.", "getterModel" : { "returnType" : "CertificateOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Options", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Options", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Options", "sensitive" : false, "setterDocumentation" : "

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

\n@param options Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "CertificateOptions", "variableName" : "options", "variableType" : "CertificateOptions", "documentation" : null, "simpleType" : "CertificateOptions", "variableSetterType" : "CertificateOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CertificateOptions", "variableName" : "options", "variableType" : "CertificateOptions", "documentation" : "

Value that specifies whether to add the certificate to a transparency log. Certificate transparency makes it possible to detect SSL certificates that have been mistakenly or maliciously issued. A browser might respond to certificate that has not been logged by showing an error message. The logs are cryptographically secure.

", "simpleType" : "CertificateOptions", "variableSetterType" : "CertificateOptions" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CertificateDetail", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CertificateDetail", "variableName" : "certificateDetail", "variableType" : "CertificateDetail", "documentation" : null, "simpleType" : "CertificateDetail", "variableSetterType" : "CertificateDetail" }, "wrapper" : false }, "CertificateOptions" : { "c2jName" : "CertificateOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Structure that contains options for your certificate. Currently, you can use this only to specify whether to opt in to or out of certificate transparency logging. Some browsers require that public certificates issued for your domain be recorded in a log. Certificates that are not logged typically generate a browser error. Transparency makes it possible for you to detect SSL/TLS certificates that have been mistakenly or maliciously issued for your domain. For general information, see Certificate Transparency Logging.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCertificateTransparencyLoggingPreferenceAsString", "beanStyleSetterMethodName" : "setCertificateTransparencyLoggingPreference", "c2jName" : "CertificateTransparencyLoggingPreference", "c2jShape" : "CertificateTransparencyLoggingPreference", "defaultConsumerFluentSetterDocumentation" : "

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateTransparencyLoggingPreferenceAsString(String)}.\n@param certificateTransparencyLoggingPreference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateTransparencyLoggingPreference(String)", "deprecated" : false, "documentation" : "

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

", "endpointDiscoveryId" : false, "enumType" : "CertificateTransparencyLoggingPreference", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "certificateTransparencyLoggingPreference", "fluentEnumSetterMethodName" : "certificateTransparencyLoggingPreference", "fluentGetterMethodName" : "certificateTransparencyLoggingPreferenceAsString", "fluentSetterDocumentation" : "

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

\n@param certificateTransparencyLoggingPreference You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.\n@see CertificateTransparencyLoggingPreference\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateTransparencyLoggingPreference", "fluentSetterMethodName" : "certificateTransparencyLoggingPreference", "getterDocumentation" : "

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #certificateTransparencyLoggingPreference} will return {@link CertificateTransparencyLoggingPreference#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #certificateTransparencyLoggingPreferenceAsString}.\n

\n@return You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.\n@see CertificateTransparencyLoggingPreference", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateTransparencyLoggingPreference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateTransparencyLoggingPreference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateTransparencyLoggingPreference", "sensitive" : false, "setterDocumentation" : "

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

\n@param certificateTransparencyLoggingPreference You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.\n@see CertificateTransparencyLoggingPreference", "setterMethodName" : "setCertificateTransparencyLoggingPreference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateTransparencyLoggingPreference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateTransparencyLoggingPreference", "variableType" : "String", "documentation" : "

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateTransparencyLoggingPreference" : { "beanStyleGetterMethodName" : "getCertificateTransparencyLoggingPreferenceAsString", "beanStyleSetterMethodName" : "setCertificateTransparencyLoggingPreference", "c2jName" : "CertificateTransparencyLoggingPreference", "c2jShape" : "CertificateTransparencyLoggingPreference", "defaultConsumerFluentSetterDocumentation" : "

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateTransparencyLoggingPreferenceAsString(String)}.\n@param certificateTransparencyLoggingPreference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateTransparencyLoggingPreference(String)", "deprecated" : false, "documentation" : "

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

", "endpointDiscoveryId" : false, "enumType" : "CertificateTransparencyLoggingPreference", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "certificateTransparencyLoggingPreference", "fluentEnumSetterMethodName" : "certificateTransparencyLoggingPreference", "fluentGetterMethodName" : "certificateTransparencyLoggingPreferenceAsString", "fluentSetterDocumentation" : "

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

\n@param certificateTransparencyLoggingPreference You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.\n@see CertificateTransparencyLoggingPreference\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateTransparencyLoggingPreference", "fluentSetterMethodName" : "certificateTransparencyLoggingPreference", "getterDocumentation" : "

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #certificateTransparencyLoggingPreference} will return {@link CertificateTransparencyLoggingPreference#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #certificateTransparencyLoggingPreferenceAsString}.\n

\n@return You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.\n@see CertificateTransparencyLoggingPreference", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateTransparencyLoggingPreference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateTransparencyLoggingPreference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateTransparencyLoggingPreference", "sensitive" : false, "setterDocumentation" : "

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

\n@param certificateTransparencyLoggingPreference You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.\n@see CertificateTransparencyLoggingPreference", "setterMethodName" : "setCertificateTransparencyLoggingPreference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateTransparencyLoggingPreference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateTransparencyLoggingPreference", "variableType" : "String", "documentation" : "

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificateTransparencyLoggingPreferenceAsString", "beanStyleSetterMethodName" : "setCertificateTransparencyLoggingPreference", "c2jName" : "CertificateTransparencyLoggingPreference", "c2jShape" : "CertificateTransparencyLoggingPreference", "defaultConsumerFluentSetterDocumentation" : "

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateTransparencyLoggingPreferenceAsString(String)}.\n@param certificateTransparencyLoggingPreference a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateTransparencyLoggingPreference(String)", "deprecated" : false, "documentation" : "

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

", "endpointDiscoveryId" : false, "enumType" : "CertificateTransparencyLoggingPreference", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "certificateTransparencyLoggingPreference", "fluentEnumSetterMethodName" : "certificateTransparencyLoggingPreference", "fluentGetterMethodName" : "certificateTransparencyLoggingPreferenceAsString", "fluentSetterDocumentation" : "

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

\n@param certificateTransparencyLoggingPreference You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.\n@see CertificateTransparencyLoggingPreference\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateTransparencyLoggingPreference", "fluentSetterMethodName" : "certificateTransparencyLoggingPreference", "getterDocumentation" : "

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

\n

\nIf the service returns an enum value that is not available in the current SDK version, {@link #certificateTransparencyLoggingPreference} will return {@link CertificateTransparencyLoggingPreference#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #certificateTransparencyLoggingPreferenceAsString}.\n

\n@return You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.\n@see CertificateTransparencyLoggingPreference", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateTransparencyLoggingPreference", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateTransparencyLoggingPreference", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateTransparencyLoggingPreference", "sensitive" : false, "setterDocumentation" : "

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

\n@param certificateTransparencyLoggingPreference You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.\n@see CertificateTransparencyLoggingPreference", "setterMethodName" : "setCertificateTransparencyLoggingPreference", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateTransparencyLoggingPreference", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateTransparencyLoggingPreference", "variableType" : "String", "documentation" : "

You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CertificateOptions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CertificateOptions", "variableName" : "certificateOptions", "variableType" : "CertificateOptions", "documentation" : null, "simpleType" : "CertificateOptions", "variableSetterType" : "CertificateOptions" }, "wrapper" : false }, "CertificateStatus" : { "c2jName" : "CertificateStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "PENDING_VALIDATION", "value" : "PENDING_VALIDATION" }, { "name" : "ISSUED", "value" : "ISSUED" }, { "name" : "INACTIVE", "value" : "INACTIVE" }, { "name" : "EXPIRED", "value" : "EXPIRED" }, { "name" : "VALIDATION_TIMED_OUT", "value" : "VALIDATION_TIMED_OUT" }, { "name" : "REVOKED", "value" : "REVOKED" }, { "name" : "FAILED", "value" : "FAILED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CertificateStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CertificateStatus", "variableName" : "certificateStatus", "variableType" : "CertificateStatus", "documentation" : null, "simpleType" : "CertificateStatus", "variableSetterType" : "CertificateStatus" }, "wrapper" : false }, "CertificateSummary" : { "c2jName" : "CertificateSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

This structure is returned in the response object of ListCertificates action.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "documentation" : "

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

\n@param domainName Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

\n@return Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

\n@param domainName Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DomainName" : { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "documentation" : "

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

\n@param domainName Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

\n@return Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

\n@param domainName Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "documentation" : "

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

\n@param domainName Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

\n@return Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

\n@param domainName Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

Fully qualified domain name (FQDN), such as www.example.com or example.com, for the certificate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CertificateSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CertificateSummary", "variableName" : "certificateSummary", "variableType" : "CertificateSummary", "documentation" : null, "simpleType" : "CertificateSummary", "variableSetterType" : "CertificateSummary" }, "wrapper" : false }, "CertificateTransparencyLoggingPreference" : { "c2jName" : "CertificateTransparencyLoggingPreference", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ENABLED", "value" : "ENABLED" }, { "name" : "DISABLED", "value" : "DISABLED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CertificateTransparencyLoggingPreference", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CertificateTransparencyLoggingPreference", "variableName" : "certificateTransparencyLoggingPreference", "variableType" : "CertificateTransparencyLoggingPreference", "documentation" : null, "simpleType" : "CertificateTransparencyLoggingPreference", "variableSetterType" : "CertificateTransparencyLoggingPreference" }, "wrapper" : false }, "CertificateType" : { "c2jName" : "CertificateType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "IMPORTED", "value" : "IMPORTED" }, { "name" : "AMAZON_ISSUED", "value" : "AMAZON_ISSUED" }, { "name" : "PRIVATE", "value" : "PRIVATE" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CertificateType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CertificateType", "variableName" : "certificateType", "variableType" : "CertificateType", "documentation" : null, "simpleType" : "CertificateType", "variableSetterType" : "CertificateType" }, "wrapper" : false }, "DeleteCertificateRequest" : { "c2jName" : "DeleteCertificateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteCertificate", "locationName" : null, "requestUri" : "/", "target" : "CertificateManager.DeleteCertificate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

String that contains the ARN of the ACM certificate to be deleted. This must be of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CertificateArn" ], "shapeName" : "DeleteCertificateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteCertificateRequest", "variableName" : "deleteCertificateRequest", "variableType" : "DeleteCertificateRequest", "documentation" : null, "simpleType" : "DeleteCertificateRequest", "variableSetterType" : "DeleteCertificateRequest" }, "wrapper" : false }, "DeleteCertificateResponse" : { "c2jName" : "DeleteCertificateResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteCertificateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteCertificateResponse", "variableName" : "deleteCertificateResponse", "variableType" : "DeleteCertificateResponse", "documentation" : null, "simpleType" : "DeleteCertificateResponse", "variableSetterType" : "DeleteCertificateResponse" }, "wrapper" : false }, "DescribeCertificateRequest" : { "c2jName" : "DescribeCertificateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DescribeCertificate", "locationName" : null, "requestUri" : "/", "target" : "CertificateManager.DescribeCertificate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@return The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

\n@param certificateArn The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the ACM certificate. The ARN must have the following form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CertificateArn" ], "shapeName" : "DescribeCertificateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeCertificateRequest", "variableName" : "describeCertificateRequest", "variableType" : "DescribeCertificateRequest", "documentation" : null, "simpleType" : "DescribeCertificateRequest", "variableSetterType" : "DescribeCertificateRequest" }, "wrapper" : false }, "DescribeCertificateResponse" : { "c2jName" : "DescribeCertificateResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "CertificateDetail", "defaultConsumerFluentSetterDocumentation" : "

Metadata about an ACM certificate.

\nThis is a convenience that creates an instance of the {@link CertificateDetail.Builder} avoiding the need to create one manually via {@link CertificateDetail#builder()}.\n\nWhen the {@link Consumer} completes, {@link CertificateDetail.Builder#build()} is called immediately and its result is passed to {@link #certificate(CertificateDetail)}.\n@param certificate a consumer that will call methods on {@link CertificateDetail.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificate(CertificateDetail)", "deprecated" : false, "documentation" : "

Metadata about an ACM certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

Metadata about an ACM certificate.

\n@param certificate Metadata about an ACM certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

Metadata about an ACM certificate.

\n@return Metadata about an ACM certificate.", "getterModel" : { "returnType" : "CertificateDetail", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Certificate", "sensitive" : false, "setterDocumentation" : "

Metadata about an ACM certificate.

\n@param certificate Metadata about an ACM certificate.", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "CertificateDetail", "variableName" : "certificate", "variableType" : "CertificateDetail", "documentation" : null, "simpleType" : "CertificateDetail", "variableSetterType" : "CertificateDetail" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CertificateDetail", "variableName" : "certificate", "variableType" : "CertificateDetail", "documentation" : "

Metadata about an ACM certificate.

", "simpleType" : "CertificateDetail", "variableSetterType" : "CertificateDetail" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Certificate" : { "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "CertificateDetail", "defaultConsumerFluentSetterDocumentation" : "

Metadata about an ACM certificate.

\nThis is a convenience that creates an instance of the {@link CertificateDetail.Builder} avoiding the need to create one manually via {@link CertificateDetail#builder()}.\n\nWhen the {@link Consumer} completes, {@link CertificateDetail.Builder#build()} is called immediately and its result is passed to {@link #certificate(CertificateDetail)}.\n@param certificate a consumer that will call methods on {@link CertificateDetail.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificate(CertificateDetail)", "deprecated" : false, "documentation" : "

Metadata about an ACM certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

Metadata about an ACM certificate.

\n@param certificate Metadata about an ACM certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

Metadata about an ACM certificate.

\n@return Metadata about an ACM certificate.", "getterModel" : { "returnType" : "CertificateDetail", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Certificate", "sensitive" : false, "setterDocumentation" : "

Metadata about an ACM certificate.

\n@param certificate Metadata about an ACM certificate.", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "CertificateDetail", "variableName" : "certificate", "variableType" : "CertificateDetail", "documentation" : null, "simpleType" : "CertificateDetail", "variableSetterType" : "CertificateDetail" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CertificateDetail", "variableName" : "certificate", "variableType" : "CertificateDetail", "documentation" : "

Metadata about an ACM certificate.

", "simpleType" : "CertificateDetail", "variableSetterType" : "CertificateDetail" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "CertificateDetail", "defaultConsumerFluentSetterDocumentation" : "

Metadata about an ACM certificate.

\nThis is a convenience that creates an instance of the {@link CertificateDetail.Builder} avoiding the need to create one manually via {@link CertificateDetail#builder()}.\n\nWhen the {@link Consumer} completes, {@link CertificateDetail.Builder#build()} is called immediately and its result is passed to {@link #certificate(CertificateDetail)}.\n@param certificate a consumer that will call methods on {@link CertificateDetail.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificate(CertificateDetail)", "deprecated" : false, "documentation" : "

Metadata about an ACM certificate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

Metadata about an ACM certificate.

\n@param certificate Metadata about an ACM certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

Metadata about an ACM certificate.

\n@return Metadata about an ACM certificate.", "getterModel" : { "returnType" : "CertificateDetail", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Certificate", "sensitive" : false, "setterDocumentation" : "

Metadata about an ACM certificate.

\n@param certificate Metadata about an ACM certificate.", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "CertificateDetail", "variableName" : "certificate", "variableType" : "CertificateDetail", "documentation" : null, "simpleType" : "CertificateDetail", "variableSetterType" : "CertificateDetail" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CertificateDetail", "variableName" : "certificate", "variableType" : "CertificateDetail", "documentation" : "

Metadata about an ACM certificate.

", "simpleType" : "CertificateDetail", "variableSetterType" : "CertificateDetail" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeCertificateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeCertificateResponse", "variableName" : "describeCertificateResponse", "variableType" : "DescribeCertificateResponse", "documentation" : null, "simpleType" : "DescribeCertificateResponse", "variableSetterType" : "DescribeCertificateResponse" }, "wrapper" : false }, "DomainStatus" : { "c2jName" : "DomainStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "PENDING_VALIDATION", "value" : "PENDING_VALIDATION" }, { "name" : "SUCCESS", "value" : "SUCCESS" }, { "name" : "FAILED", "value" : "FAILED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DomainStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DomainStatus", "variableName" : "domainStatus", "variableType" : "DomainStatus", "documentation" : null, "simpleType" : "DomainStatus", "variableSetterType" : "DomainStatus" }, "wrapper" : false }, "DomainValidation" : { "c2jName" : "DomainValidation", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Contains information about the validation of each domain name in the certificate.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "documentation" : "

A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

\n@param domainName A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

\n@return A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

\n@param domainName A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationEmails", "beanStyleSetterMethodName" : "setValidationEmails", "c2jName" : "ValidationEmails", "c2jShape" : "ValidationEmailList", "defaultConsumerFluentSetterDocumentation" : "

A list of email addresses that ACM used to send domain validation emails.

\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #validationEmails(List)}.\n@param validationEmails a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationEmails(List)", "deprecated" : false, "documentation" : "

A list of email addresses that ACM used to send domain validation emails.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validationEmails", "fluentSetterDocumentation" : "

A list of email addresses that ACM used to send domain validation emails.

\n@param validationEmails A list of email addresses that ACM used to send domain validation emails.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationEmails", "getterDocumentation" : "

A list of email addresses that ACM used to send domain validation emails.

\n

\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

\n@return A list of email addresses that ACM used to send domain validation emails.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationEmails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationEmails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ValidationEmails", "sensitive" : false, "setterDocumentation" : "

A list of email addresses that ACM used to send domain validation emails.

\n@param validationEmails A list of email addresses that ACM used to send domain validation emails.", "setterMethodName" : "setValidationEmails", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "validationEmails", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "validationEmails", "variableType" : "java.util.List", "documentation" : "

A list of email addresses that ACM used to send domain validation emails.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationDomain", "beanStyleSetterMethodName" : "setValidationDomain", "c2jName" : "ValidationDomain", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

The domain name that ACM used to send domain validation emails.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationDomain(String)}.\n@param validationDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationDomain(String)", "deprecated" : false, "documentation" : "

The domain name that ACM used to send domain validation emails.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validationDomain", "fluentSetterDocumentation" : "

The domain name that ACM used to send domain validation emails.

\n@param validationDomain The domain name that ACM used to send domain validation emails.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationDomain", "getterDocumentation" : "

The domain name that ACM used to send domain validation emails.

\n@return The domain name that ACM used to send domain validation emails.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationDomain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationDomain", "sensitive" : false, "setterDocumentation" : "

The domain name that ACM used to send domain validation emails.

\n@param validationDomain The domain name that ACM used to send domain validation emails.", "setterMethodName" : "setValidationDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationDomain", "variableType" : "String", "documentation" : "

The domain name that ACM used to send domain validation emails.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationStatusAsString", "beanStyleSetterMethodName" : "setValidationStatus", "c2jName" : "ValidationStatus", "c2jShape" : "DomainStatus", "defaultConsumerFluentSetterDocumentation" : "

The validation status of the domain name. This can be one of the following values:

  • PENDING_VALIDATION

  • SUCCESS

  • FAILED

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationStatusAsString(String)}.\n@param validationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationStatus(String)", "deprecated" : false, "documentation" : "

The validation status of the domain name. This can be one of the following values:

  • PENDING_VALIDATION

  • SUCCESS

  • FAILED

", "endpointDiscoveryId" : false, "enumType" : "DomainStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "validationStatus", "fluentEnumSetterMethodName" : "validationStatus", "fluentGetterMethodName" : "validationStatusAsString", "fluentSetterDocumentation" : "

The validation status of the domain name. This can be one of the following values:

  • PENDING_VALIDATION

  • SUCCESS

  • FAILED

\n@param validationStatus The validation status of the domain name. This can be one of the following values:

  • PENDING_VALIDATION

  • SUCCESS

  • FAILED

  • \n@see DomainStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DomainStatus", "fluentSetterMethodName" : "validationStatus", "getterDocumentation" : "

    The validation status of the domain name. This can be one of the following values:

    • PENDING_VALIDATION

    • SUCCESS

    • FAILED

    \n

    \nIf the service returns an enum value that is not available in the current SDK version, {@link #validationStatus} will return {@link DomainStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #validationStatusAsString}.\n

    \n@return The validation status of the domain name. This can be one of the following values:

    • PENDING_VALIDATION

    • SUCCESS

    • FAILED

    • \n@see DomainStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationStatus", "sensitive" : false, "setterDocumentation" : "

      The validation status of the domain name. This can be one of the following values:

      • PENDING_VALIDATION

      • SUCCESS

      • FAILED

      \n@param validationStatus The validation status of the domain name. This can be one of the following values:

      • PENDING_VALIDATION

      • SUCCESS

      • FAILED

      • \n@see DomainStatus", "setterMethodName" : "setValidationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationStatus", "variableType" : "String", "documentation" : "

        The validation status of the domain name. This can be one of the following values:

        • PENDING_VALIDATION

        • SUCCESS

        • FAILED

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourceRecord", "beanStyleSetterMethodName" : "setResourceRecord", "c2jName" : "ResourceRecord", "c2jShape" : "ResourceRecord", "defaultConsumerFluentSetterDocumentation" : "

        Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

        \nThis is a convenience that creates an instance of the {@link ResourceRecord.Builder} avoiding the need to create one manually via {@link ResourceRecord#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceRecord.Builder#build()} is called immediately and its result is passed to {@link #resourceRecord(ResourceRecord)}.\n@param resourceRecord a consumer that will call methods on {@link ResourceRecord.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceRecord(ResourceRecord)", "deprecated" : false, "documentation" : "

        Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceRecord", "fluentSetterDocumentation" : "

        Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

        \n@param resourceRecord Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceRecord", "getterDocumentation" : "

        Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

        \n@return Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.", "getterModel" : { "returnType" : "ResourceRecord", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceRecord", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceRecord", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ResourceRecord", "sensitive" : false, "setterDocumentation" : "

        Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

        \n@param resourceRecord Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.", "setterMethodName" : "setResourceRecord", "setterModel" : { "variableDeclarationType" : "ResourceRecord", "variableName" : "resourceRecord", "variableType" : "ResourceRecord", "documentation" : null, "simpleType" : "ResourceRecord", "variableSetterType" : "ResourceRecord" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ResourceRecord", "variableName" : "resourceRecord", "variableType" : "ResourceRecord", "documentation" : "

        Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

        ", "simpleType" : "ResourceRecord", "variableSetterType" : "ResourceRecord" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationMethodAsString", "beanStyleSetterMethodName" : "setValidationMethod", "c2jName" : "ValidationMethod", "c2jShape" : "ValidationMethod", "defaultConsumerFluentSetterDocumentation" : "

        Specifies the domain validation method.

        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationMethodAsString(String)}.\n@param validationMethod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationMethod(String)", "deprecated" : false, "documentation" : "

        Specifies the domain validation method.

        ", "endpointDiscoveryId" : false, "enumType" : "ValidationMethod", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "validationMethod", "fluentEnumSetterMethodName" : "validationMethod", "fluentGetterMethodName" : "validationMethodAsString", "fluentSetterDocumentation" : "

        Specifies the domain validation method.

        \n@param validationMethod Specifies the domain validation method.\n@see ValidationMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see ValidationMethod", "fluentSetterMethodName" : "validationMethod", "getterDocumentation" : "

        Specifies the domain validation method.

        \n

        \nIf the service returns an enum value that is not available in the current SDK version, {@link #validationMethod} will return {@link ValidationMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #validationMethodAsString}.\n

        \n@return Specifies the domain validation method.\n@see ValidationMethod", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationMethod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationMethod", "sensitive" : false, "setterDocumentation" : "

        Specifies the domain validation method.

        \n@param validationMethod Specifies the domain validation method.\n@see ValidationMethod", "setterMethodName" : "setValidationMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationMethod", "variableType" : "String", "documentation" : "

        Specifies the domain validation method.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

        A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "documentation" : "

        A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

        A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

        \n@param domainName A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

        A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

        \n@return A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

        A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

        \n@param domainName A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

        A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ResourceRecord" : { "beanStyleGetterMethodName" : "getResourceRecord", "beanStyleSetterMethodName" : "setResourceRecord", "c2jName" : "ResourceRecord", "c2jShape" : "ResourceRecord", "defaultConsumerFluentSetterDocumentation" : "

        Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

        \nThis is a convenience that creates an instance of the {@link ResourceRecord.Builder} avoiding the need to create one manually via {@link ResourceRecord#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceRecord.Builder#build()} is called immediately and its result is passed to {@link #resourceRecord(ResourceRecord)}.\n@param resourceRecord a consumer that will call methods on {@link ResourceRecord.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceRecord(ResourceRecord)", "deprecated" : false, "documentation" : "

        Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceRecord", "fluentSetterDocumentation" : "

        Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

        \n@param resourceRecord Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceRecord", "getterDocumentation" : "

        Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

        \n@return Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.", "getterModel" : { "returnType" : "ResourceRecord", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceRecord", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceRecord", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ResourceRecord", "sensitive" : false, "setterDocumentation" : "

        Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

        \n@param resourceRecord Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.", "setterMethodName" : "setResourceRecord", "setterModel" : { "variableDeclarationType" : "ResourceRecord", "variableName" : "resourceRecord", "variableType" : "ResourceRecord", "documentation" : null, "simpleType" : "ResourceRecord", "variableSetterType" : "ResourceRecord" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ResourceRecord", "variableName" : "resourceRecord", "variableType" : "ResourceRecord", "documentation" : "

        Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

        ", "simpleType" : "ResourceRecord", "variableSetterType" : "ResourceRecord" }, "xmlNameSpaceUri" : null }, "ValidationDomain" : { "beanStyleGetterMethodName" : "getValidationDomain", "beanStyleSetterMethodName" : "setValidationDomain", "c2jName" : "ValidationDomain", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

        The domain name that ACM used to send domain validation emails.

        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationDomain(String)}.\n@param validationDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationDomain(String)", "deprecated" : false, "documentation" : "

        The domain name that ACM used to send domain validation emails.

        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validationDomain", "fluentSetterDocumentation" : "

        The domain name that ACM used to send domain validation emails.

        \n@param validationDomain The domain name that ACM used to send domain validation emails.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationDomain", "getterDocumentation" : "

        The domain name that ACM used to send domain validation emails.

        \n@return The domain name that ACM used to send domain validation emails.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationDomain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationDomain", "sensitive" : false, "setterDocumentation" : "

        The domain name that ACM used to send domain validation emails.

        \n@param validationDomain The domain name that ACM used to send domain validation emails.", "setterMethodName" : "setValidationDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationDomain", "variableType" : "String", "documentation" : "

        The domain name that ACM used to send domain validation emails.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ValidationEmails" : { "beanStyleGetterMethodName" : "getValidationEmails", "beanStyleSetterMethodName" : "setValidationEmails", "c2jName" : "ValidationEmails", "c2jShape" : "ValidationEmailList", "defaultConsumerFluentSetterDocumentation" : "

        A list of email addresses that ACM used to send domain validation emails.

        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #validationEmails(List)}.\n@param validationEmails a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationEmails(List)", "deprecated" : false, "documentation" : "

        A list of email addresses that ACM used to send domain validation emails.

        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validationEmails", "fluentSetterDocumentation" : "

        A list of email addresses that ACM used to send domain validation emails.

        \n@param validationEmails A list of email addresses that ACM used to send domain validation emails.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationEmails", "getterDocumentation" : "

        A list of email addresses that ACM used to send domain validation emails.

        \n

        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

        \n@return A list of email addresses that ACM used to send domain validation emails.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationEmails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationEmails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ValidationEmails", "sensitive" : false, "setterDocumentation" : "

        A list of email addresses that ACM used to send domain validation emails.

        \n@param validationEmails A list of email addresses that ACM used to send domain validation emails.", "setterMethodName" : "setValidationEmails", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "validationEmails", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "validationEmails", "variableType" : "java.util.List", "documentation" : "

        A list of email addresses that ACM used to send domain validation emails.

        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ValidationMethod" : { "beanStyleGetterMethodName" : "getValidationMethodAsString", "beanStyleSetterMethodName" : "setValidationMethod", "c2jName" : "ValidationMethod", "c2jShape" : "ValidationMethod", "defaultConsumerFluentSetterDocumentation" : "

        Specifies the domain validation method.

        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationMethodAsString(String)}.\n@param validationMethod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationMethod(String)", "deprecated" : false, "documentation" : "

        Specifies the domain validation method.

        ", "endpointDiscoveryId" : false, "enumType" : "ValidationMethod", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "validationMethod", "fluentEnumSetterMethodName" : "validationMethod", "fluentGetterMethodName" : "validationMethodAsString", "fluentSetterDocumentation" : "

        Specifies the domain validation method.

        \n@param validationMethod Specifies the domain validation method.\n@see ValidationMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see ValidationMethod", "fluentSetterMethodName" : "validationMethod", "getterDocumentation" : "

        Specifies the domain validation method.

        \n

        \nIf the service returns an enum value that is not available in the current SDK version, {@link #validationMethod} will return {@link ValidationMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #validationMethodAsString}.\n

        \n@return Specifies the domain validation method.\n@see ValidationMethod", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationMethod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationMethod", "sensitive" : false, "setterDocumentation" : "

        Specifies the domain validation method.

        \n@param validationMethod Specifies the domain validation method.\n@see ValidationMethod", "setterMethodName" : "setValidationMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationMethod", "variableType" : "String", "documentation" : "

        Specifies the domain validation method.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ValidationStatus" : { "beanStyleGetterMethodName" : "getValidationStatusAsString", "beanStyleSetterMethodName" : "setValidationStatus", "c2jName" : "ValidationStatus", "c2jShape" : "DomainStatus", "defaultConsumerFluentSetterDocumentation" : "

        The validation status of the domain name. This can be one of the following values:

        • PENDING_VALIDATION

        • SUCCESS

        • FAILED

        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationStatusAsString(String)}.\n@param validationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationStatus(String)", "deprecated" : false, "documentation" : "

        The validation status of the domain name. This can be one of the following values:

        • PENDING_VALIDATION

        • SUCCESS

        • FAILED

        ", "endpointDiscoveryId" : false, "enumType" : "DomainStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "validationStatus", "fluentEnumSetterMethodName" : "validationStatus", "fluentGetterMethodName" : "validationStatusAsString", "fluentSetterDocumentation" : "

        The validation status of the domain name. This can be one of the following values:

        • PENDING_VALIDATION

        • SUCCESS

        • FAILED

        \n@param validationStatus The validation status of the domain name. This can be one of the following values:

        • PENDING_VALIDATION

        • SUCCESS

        • FAILED

        • \n@see DomainStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DomainStatus", "fluentSetterMethodName" : "validationStatus", "getterDocumentation" : "

          The validation status of the domain name. This can be one of the following values:

          • PENDING_VALIDATION

          • SUCCESS

          • FAILED

          \n

          \nIf the service returns an enum value that is not available in the current SDK version, {@link #validationStatus} will return {@link DomainStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #validationStatusAsString}.\n

          \n@return The validation status of the domain name. This can be one of the following values:

          • PENDING_VALIDATION

          • SUCCESS

          • FAILED

          • \n@see DomainStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationStatus", "sensitive" : false, "setterDocumentation" : "

            The validation status of the domain name. This can be one of the following values:

            • PENDING_VALIDATION

            • SUCCESS

            • FAILED

            \n@param validationStatus The validation status of the domain name. This can be one of the following values:

            • PENDING_VALIDATION

            • SUCCESS

            • FAILED

            • \n@see DomainStatus", "setterMethodName" : "setValidationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationStatus", "variableType" : "String", "documentation" : "

              The validation status of the domain name. This can be one of the following values:

              • PENDING_VALIDATION

              • SUCCESS

              • FAILED

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

              A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "documentation" : "

              A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

              A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

              \n@param domainName A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

              A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

              \n@return A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

              A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

              \n@param domainName A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

              A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationEmails", "beanStyleSetterMethodName" : "setValidationEmails", "c2jName" : "ValidationEmails", "c2jShape" : "ValidationEmailList", "defaultConsumerFluentSetterDocumentation" : "

              A list of email addresses that ACM used to send domain validation emails.

              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #validationEmails(List)}.\n@param validationEmails a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationEmails(List)", "deprecated" : false, "documentation" : "

              A list of email addresses that ACM used to send domain validation emails.

              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validationEmails", "fluentSetterDocumentation" : "

              A list of email addresses that ACM used to send domain validation emails.

              \n@param validationEmails A list of email addresses that ACM used to send domain validation emails.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationEmails", "getterDocumentation" : "

              A list of email addresses that ACM used to send domain validation emails.

              \n

              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

              \n@return A list of email addresses that ACM used to send domain validation emails.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationEmails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationEmails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ValidationEmails", "sensitive" : false, "setterDocumentation" : "

              A list of email addresses that ACM used to send domain validation emails.

              \n@param validationEmails A list of email addresses that ACM used to send domain validation emails.", "setterMethodName" : "setValidationEmails", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "validationEmails", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "validationEmails", "variableType" : "java.util.List", "documentation" : "

              A list of email addresses that ACM used to send domain validation emails.

              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationDomain", "beanStyleSetterMethodName" : "setValidationDomain", "c2jName" : "ValidationDomain", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

              The domain name that ACM used to send domain validation emails.

              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationDomain(String)}.\n@param validationDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationDomain(String)", "deprecated" : false, "documentation" : "

              The domain name that ACM used to send domain validation emails.

              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validationDomain", "fluentSetterDocumentation" : "

              The domain name that ACM used to send domain validation emails.

              \n@param validationDomain The domain name that ACM used to send domain validation emails.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationDomain", "getterDocumentation" : "

              The domain name that ACM used to send domain validation emails.

              \n@return The domain name that ACM used to send domain validation emails.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationDomain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationDomain", "sensitive" : false, "setterDocumentation" : "

              The domain name that ACM used to send domain validation emails.

              \n@param validationDomain The domain name that ACM used to send domain validation emails.", "setterMethodName" : "setValidationDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationDomain", "variableType" : "String", "documentation" : "

              The domain name that ACM used to send domain validation emails.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationStatusAsString", "beanStyleSetterMethodName" : "setValidationStatus", "c2jName" : "ValidationStatus", "c2jShape" : "DomainStatus", "defaultConsumerFluentSetterDocumentation" : "

              The validation status of the domain name. This can be one of the following values:

              • PENDING_VALIDATION

              • SUCCESS

              • FAILED

              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationStatusAsString(String)}.\n@param validationStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationStatus(String)", "deprecated" : false, "documentation" : "

              The validation status of the domain name. This can be one of the following values:

              • PENDING_VALIDATION

              • SUCCESS

              • FAILED

              ", "endpointDiscoveryId" : false, "enumType" : "DomainStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "validationStatus", "fluentEnumSetterMethodName" : "validationStatus", "fluentGetterMethodName" : "validationStatusAsString", "fluentSetterDocumentation" : "

              The validation status of the domain name. This can be one of the following values:

              • PENDING_VALIDATION

              • SUCCESS

              • FAILED

              \n@param validationStatus The validation status of the domain name. This can be one of the following values:

              • PENDING_VALIDATION

              • SUCCESS

              • FAILED

              • \n@see DomainStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see DomainStatus", "fluentSetterMethodName" : "validationStatus", "getterDocumentation" : "

                The validation status of the domain name. This can be one of the following values:

                • PENDING_VALIDATION

                • SUCCESS

                • FAILED

                \n

                \nIf the service returns an enum value that is not available in the current SDK version, {@link #validationStatus} will return {@link DomainStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #validationStatusAsString}.\n

                \n@return The validation status of the domain name. This can be one of the following values:

                • PENDING_VALIDATION

                • SUCCESS

                • FAILED

                • \n@see DomainStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationStatus", "sensitive" : false, "setterDocumentation" : "

                  The validation status of the domain name. This can be one of the following values:

                  • PENDING_VALIDATION

                  • SUCCESS

                  • FAILED

                  \n@param validationStatus The validation status of the domain name. This can be one of the following values:

                  • PENDING_VALIDATION

                  • SUCCESS

                  • FAILED

                  • \n@see DomainStatus", "setterMethodName" : "setValidationStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationStatus", "variableType" : "String", "documentation" : "

                    The validation status of the domain name. This can be one of the following values:

                    • PENDING_VALIDATION

                    • SUCCESS

                    • FAILED

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResourceRecord", "beanStyleSetterMethodName" : "setResourceRecord", "c2jName" : "ResourceRecord", "c2jShape" : "ResourceRecord", "defaultConsumerFluentSetterDocumentation" : "

                    Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

                    \nThis is a convenience that creates an instance of the {@link ResourceRecord.Builder} avoiding the need to create one manually via {@link ResourceRecord#builder()}.\n\nWhen the {@link Consumer} completes, {@link ResourceRecord.Builder#build()} is called immediately and its result is passed to {@link #resourceRecord(ResourceRecord)}.\n@param resourceRecord a consumer that will call methods on {@link ResourceRecord.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceRecord(ResourceRecord)", "deprecated" : false, "documentation" : "

                    Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resourceRecord", "fluentSetterDocumentation" : "

                    Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

                    \n@param resourceRecord Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resourceRecord", "getterDocumentation" : "

                    Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

                    \n@return Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.", "getterModel" : { "returnType" : "ResourceRecord", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ResourceRecord", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ResourceRecord", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ResourceRecord", "sensitive" : false, "setterDocumentation" : "

                    Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

                    \n@param resourceRecord Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.", "setterMethodName" : "setResourceRecord", "setterModel" : { "variableDeclarationType" : "ResourceRecord", "variableName" : "resourceRecord", "variableType" : "ResourceRecord", "documentation" : null, "simpleType" : "ResourceRecord", "variableSetterType" : "ResourceRecord" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ResourceRecord", "variableName" : "resourceRecord", "variableType" : "ResourceRecord", "documentation" : "

                    Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

                    ", "simpleType" : "ResourceRecord", "variableSetterType" : "ResourceRecord" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationMethodAsString", "beanStyleSetterMethodName" : "setValidationMethod", "c2jName" : "ValidationMethod", "c2jShape" : "ValidationMethod", "defaultConsumerFluentSetterDocumentation" : "

                    Specifies the domain validation method.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationMethodAsString(String)}.\n@param validationMethod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationMethod(String)", "deprecated" : false, "documentation" : "

                    Specifies the domain validation method.

                    ", "endpointDiscoveryId" : false, "enumType" : "ValidationMethod", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "validationMethod", "fluentEnumSetterMethodName" : "validationMethod", "fluentGetterMethodName" : "validationMethodAsString", "fluentSetterDocumentation" : "

                    Specifies the domain validation method.

                    \n@param validationMethod Specifies the domain validation method.\n@see ValidationMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see ValidationMethod", "fluentSetterMethodName" : "validationMethod", "getterDocumentation" : "

                    Specifies the domain validation method.

                    \n

                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #validationMethod} will return {@link ValidationMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #validationMethodAsString}.\n

                    \n@return Specifies the domain validation method.\n@see ValidationMethod", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationMethod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationMethod", "sensitive" : false, "setterDocumentation" : "

                    Specifies the domain validation method.

                    \n@param validationMethod Specifies the domain validation method.\n@see ValidationMethod", "setterMethodName" : "setValidationMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationMethod", "variableType" : "String", "documentation" : "

                    Specifies the domain validation method.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName" ], "shapeName" : "DomainValidation", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DomainValidation", "variableName" : "domainValidation", "variableType" : "DomainValidation", "documentation" : null, "simpleType" : "DomainValidation", "variableSetterType" : "DomainValidation" }, "wrapper" : false }, "DomainValidationOption" : { "c2jName" : "DomainValidationOption", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Contains information about the domain names that you want ACM to use to send you emails that enable you to validate domain ownership.

                    ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

                    A fully qualified domain name (FQDN) in the certificate request.

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "documentation" : "

                    A fully qualified domain name (FQDN) in the certificate request.

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                    A fully qualified domain name (FQDN) in the certificate request.

                    \n@param domainName A fully qualified domain name (FQDN) in the certificate request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                    A fully qualified domain name (FQDN) in the certificate request.

                    \n@return A fully qualified domain name (FQDN) in the certificate request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                    A fully qualified domain name (FQDN) in the certificate request.

                    \n@param domainName A fully qualified domain name (FQDN) in the certificate request.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                    A fully qualified domain name (FQDN) in the certificate request.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationDomain", "beanStyleSetterMethodName" : "setValidationDomain", "c2jName" : "ValidationDomain", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

                    The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationDomain(String)}.\n@param validationDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationDomain(String)", "deprecated" : false, "documentation" : "

                    The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validationDomain", "fluentSetterDocumentation" : "

                    The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                    \n@param validationDomain The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                    • [email protected]

                    • [email protected]

                    • [email protected]

                    • [email protected]

                    • [email protected]

                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationDomain", "getterDocumentation" : "

                      The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                      \n@return The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                      • [email protected]

                      • [email protected]

                      • [email protected]

                      • [email protected]

                      • [email protected]

                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationDomain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationDomain", "sensitive" : false, "setterDocumentation" : "

                        The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                        \n@param validationDomain The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                        • [email protected]

                        • [email protected]

                        • [email protected]

                        • [email protected]

                        • [email protected]

                        • ", "setterMethodName" : "setValidationDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationDomain", "variableType" : "String", "documentation" : "

                          The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

                          A fully qualified domain name (FQDN) in the certificate request.

                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "documentation" : "

                          A fully qualified domain name (FQDN) in the certificate request.

                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                          A fully qualified domain name (FQDN) in the certificate request.

                          \n@param domainName A fully qualified domain name (FQDN) in the certificate request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                          A fully qualified domain name (FQDN) in the certificate request.

                          \n@return A fully qualified domain name (FQDN) in the certificate request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                          A fully qualified domain name (FQDN) in the certificate request.

                          \n@param domainName A fully qualified domain name (FQDN) in the certificate request.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                          A fully qualified domain name (FQDN) in the certificate request.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ValidationDomain" : { "beanStyleGetterMethodName" : "getValidationDomain", "beanStyleSetterMethodName" : "setValidationDomain", "c2jName" : "ValidationDomain", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

                          The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationDomain(String)}.\n@param validationDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationDomain(String)", "deprecated" : false, "documentation" : "

                          The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validationDomain", "fluentSetterDocumentation" : "

                          The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                          \n@param validationDomain The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                          • [email protected]

                          • [email protected]

                          • [email protected]

                          • [email protected]

                          • [email protected]

                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationDomain", "getterDocumentation" : "

                            The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                            \n@return The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                            • [email protected]

                            • [email protected]

                            • [email protected]

                            • [email protected]

                            • [email protected]

                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationDomain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationDomain", "sensitive" : false, "setterDocumentation" : "

                              The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                              \n@param validationDomain The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                              • [email protected]

                              • [email protected]

                              • [email protected]

                              • [email protected]

                              • [email protected]

                              • ", "setterMethodName" : "setValidationDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationDomain", "variableType" : "String", "documentation" : "

                                The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

                                A fully qualified domain name (FQDN) in the certificate request.

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "documentation" : "

                                A fully qualified domain name (FQDN) in the certificate request.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                A fully qualified domain name (FQDN) in the certificate request.

                                \n@param domainName A fully qualified domain name (FQDN) in the certificate request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                A fully qualified domain name (FQDN) in the certificate request.

                                \n@return A fully qualified domain name (FQDN) in the certificate request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                A fully qualified domain name (FQDN) in the certificate request.

                                \n@param domainName A fully qualified domain name (FQDN) in the certificate request.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                A fully qualified domain name (FQDN) in the certificate request.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationDomain", "beanStyleSetterMethodName" : "setValidationDomain", "c2jName" : "ValidationDomain", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

                                The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationDomain(String)}.\n@param validationDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationDomain(String)", "deprecated" : false, "documentation" : "

                                The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validationDomain", "fluentSetterDocumentation" : "

                                The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                                \n@param validationDomain The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                                • [email protected]

                                • [email protected]

                                • [email protected]

                                • [email protected]

                                • [email protected]

                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationDomain", "getterDocumentation" : "

                                  The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                                  \n@return The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                                  • [email protected]

                                  • [email protected]

                                  • [email protected]

                                  • [email protected]

                                  • [email protected]

                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationDomain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationDomain", "sensitive" : false, "setterDocumentation" : "

                                    The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                                    \n@param validationDomain The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                                    • [email protected]

                                    • [email protected]

                                    • [email protected]

                                    • [email protected]

                                    • [email protected]

                                    • ", "setterMethodName" : "setValidationDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationDomain", "variableType" : "String", "documentation" : "

                                      The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the DomainName value or a superdomain of the DomainName value. For example, if you request a certificate for testing.example.com, you can specify example.com for this value. In that case, ACM sends domain validation emails to the following five addresses:

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "ValidationDomain" ], "shapeName" : "DomainValidationOption", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DomainValidationOption", "variableName" : "domainValidationOption", "variableType" : "DomainValidationOption", "documentation" : null, "simpleType" : "DomainValidationOption", "variableSetterType" : "DomainValidationOption" }, "wrapper" : false }, "ExportCertificateRequest" : { "c2jName" : "ExportCertificateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ExportCertificate", "locationName" : null, "requestUri" : "/", "target" : "CertificateManager.ExportCertificate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                      An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                      An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012

                                      \n@param certificateArn An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                      An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012

                                      \n@return An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                      An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012

                                      \n@param certificateArn An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                      An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPassphrase", "beanStyleSetterMethodName" : "setPassphrase", "c2jName" : "Passphrase", "c2jShape" : "PassphraseBlob", "defaultConsumerFluentSetterDocumentation" : "

                                      Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem

                                      \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #passphrase(SdkBytes)}.\n@param passphrase a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #passphrase(SdkBytes)", "deprecated" : false, "documentation" : "

                                      Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "passphrase", "fluentSetterDocumentation" : "

                                      Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem

                                      \n@param passphrase Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "passphrase", "getterDocumentation" : "

                                      Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem

                                      \n@return Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Passphrase", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Passphrase", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Passphrase", "sensitive" : true, "setterDocumentation" : "

                                      Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem

                                      \n@param passphrase Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem", "setterMethodName" : "setPassphrase", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "passphrase", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "passphrase", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                      Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem

                                      ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                      An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                      An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012

                                      \n@param certificateArn An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                      An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012

                                      \n@return An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                      An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012

                                      \n@param certificateArn An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                      An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Passphrase" : { "beanStyleGetterMethodName" : "getPassphrase", "beanStyleSetterMethodName" : "setPassphrase", "c2jName" : "Passphrase", "c2jShape" : "PassphraseBlob", "defaultConsumerFluentSetterDocumentation" : "

                                      Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem

                                      \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #passphrase(SdkBytes)}.\n@param passphrase a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #passphrase(SdkBytes)", "deprecated" : false, "documentation" : "

                                      Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "passphrase", "fluentSetterDocumentation" : "

                                      Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem

                                      \n@param passphrase Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "passphrase", "getterDocumentation" : "

                                      Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem

                                      \n@return Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Passphrase", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Passphrase", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Passphrase", "sensitive" : true, "setterDocumentation" : "

                                      Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem

                                      \n@param passphrase Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem", "setterMethodName" : "setPassphrase", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "passphrase", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "passphrase", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                      Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem

                                      ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                      An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                      An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                      An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012

                                      \n@param certificateArn An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                      An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012

                                      \n@return An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                      An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012

                                      \n@param certificateArn An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                      An Amazon Resource Name (ARN) of the issued certificate. This must be of the form:

                                      arn:aws:acm:region:account:certificate/12345678-1234-1234-1234-123456789012

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPassphrase", "beanStyleSetterMethodName" : "setPassphrase", "c2jName" : "Passphrase", "c2jShape" : "PassphraseBlob", "defaultConsumerFluentSetterDocumentation" : "

                                      Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem

                                      \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #passphrase(SdkBytes)}.\n@param passphrase a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #passphrase(SdkBytes)", "deprecated" : false, "documentation" : "

                                      Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "passphrase", "fluentSetterDocumentation" : "

                                      Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem

                                      \n@param passphrase Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "passphrase", "getterDocumentation" : "

                                      Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem

                                      \n@return Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Passphrase", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Passphrase", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Passphrase", "sensitive" : true, "setterDocumentation" : "

                                      Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem

                                      \n@param passphrase Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem", "setterMethodName" : "setPassphrase", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "passphrase", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "passphrase", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                      Passphrase to associate with the encrypted exported private key. If you want to later decrypt the private key, you must have the passphrase. You can use the following OpenSSL command to decrypt a private key:

                                      openssl rsa -in encrypted_key.pem -out decrypted_key.pem

                                      ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CertificateArn", "Passphrase" ], "shapeName" : "ExportCertificateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ExportCertificateRequest", "variableName" : "exportCertificateRequest", "variableType" : "ExportCertificateRequest", "documentation" : null, "simpleType" : "ExportCertificateRequest", "variableSetterType" : "ExportCertificateRequest" }, "wrapper" : false }, "ExportCertificateResponse" : { "c2jName" : "ExportCertificateResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "CertificateBody", "defaultConsumerFluentSetterDocumentation" : "

                                      The base64 PEM-encoded certificate.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificate(String)}.\n@param certificate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificate(String)", "deprecated" : false, "documentation" : "

                                      The base64 PEM-encoded certificate.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

                                      The base64 PEM-encoded certificate.

                                      \n@param certificate The base64 PEM-encoded certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

                                      The base64 PEM-encoded certificate.

                                      \n@return The base64 PEM-encoded certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Certificate", "sensitive" : false, "setterDocumentation" : "

                                      The base64 PEM-encoded certificate.

                                      \n@param certificate The base64 PEM-encoded certificate.", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificate", "variableType" : "String", "documentation" : "

                                      The base64 PEM-encoded certificate.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateChain", "beanStyleSetterMethodName" : "setCertificateChain", "c2jName" : "CertificateChain", "c2jShape" : "CertificateChain", "defaultConsumerFluentSetterDocumentation" : "

                                      The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateChain(String)}.\n@param certificateChain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateChain(String)", "deprecated" : false, "documentation" : "

                                      The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateChain", "fluentSetterDocumentation" : "

                                      The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

                                      \n@param certificateChain The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateChain", "getterDocumentation" : "

                                      The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

                                      \n@return The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateChain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateChain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateChain", "sensitive" : false, "setterDocumentation" : "

                                      The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

                                      \n@param certificateChain The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.", "setterMethodName" : "setCertificateChain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateChain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateChain", "variableType" : "String", "documentation" : "

                                      The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPrivateKey", "beanStyleSetterMethodName" : "setPrivateKey", "c2jName" : "PrivateKey", "c2jShape" : "PrivateKey", "defaultConsumerFluentSetterDocumentation" : "

                                      The PEM-encoded private key associated with the public key in the certificate.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #privateKey(String)}.\n@param privateKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #privateKey(String)", "deprecated" : false, "documentation" : "

                                      The PEM-encoded private key associated with the public key in the certificate.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "privateKey", "fluentSetterDocumentation" : "

                                      The PEM-encoded private key associated with the public key in the certificate.

                                      \n@param privateKey The PEM-encoded private key associated with the public key in the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "privateKey", "getterDocumentation" : "

                                      The PEM-encoded private key associated with the public key in the certificate.

                                      \n@return The PEM-encoded private key associated with the public key in the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrivateKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PrivateKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrivateKey", "sensitive" : true, "setterDocumentation" : "

                                      The PEM-encoded private key associated with the public key in the certificate.

                                      \n@param privateKey The PEM-encoded private key associated with the public key in the certificate.", "setterMethodName" : "setPrivateKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "privateKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "privateKey", "variableType" : "String", "documentation" : "

                                      The PEM-encoded private key associated with the public key in the certificate.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Certificate" : { "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "CertificateBody", "defaultConsumerFluentSetterDocumentation" : "

                                      The base64 PEM-encoded certificate.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificate(String)}.\n@param certificate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificate(String)", "deprecated" : false, "documentation" : "

                                      The base64 PEM-encoded certificate.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

                                      The base64 PEM-encoded certificate.

                                      \n@param certificate The base64 PEM-encoded certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

                                      The base64 PEM-encoded certificate.

                                      \n@return The base64 PEM-encoded certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Certificate", "sensitive" : false, "setterDocumentation" : "

                                      The base64 PEM-encoded certificate.

                                      \n@param certificate The base64 PEM-encoded certificate.", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificate", "variableType" : "String", "documentation" : "

                                      The base64 PEM-encoded certificate.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CertificateChain" : { "beanStyleGetterMethodName" : "getCertificateChain", "beanStyleSetterMethodName" : "setCertificateChain", "c2jName" : "CertificateChain", "c2jShape" : "CertificateChain", "defaultConsumerFluentSetterDocumentation" : "

                                      The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateChain(String)}.\n@param certificateChain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateChain(String)", "deprecated" : false, "documentation" : "

                                      The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateChain", "fluentSetterDocumentation" : "

                                      The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

                                      \n@param certificateChain The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateChain", "getterDocumentation" : "

                                      The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

                                      \n@return The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateChain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateChain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateChain", "sensitive" : false, "setterDocumentation" : "

                                      The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

                                      \n@param certificateChain The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.", "setterMethodName" : "setCertificateChain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateChain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateChain", "variableType" : "String", "documentation" : "

                                      The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PrivateKey" : { "beanStyleGetterMethodName" : "getPrivateKey", "beanStyleSetterMethodName" : "setPrivateKey", "c2jName" : "PrivateKey", "c2jShape" : "PrivateKey", "defaultConsumerFluentSetterDocumentation" : "

                                      The PEM-encoded private key associated with the public key in the certificate.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #privateKey(String)}.\n@param privateKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #privateKey(String)", "deprecated" : false, "documentation" : "

                                      The PEM-encoded private key associated with the public key in the certificate.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "privateKey", "fluentSetterDocumentation" : "

                                      The PEM-encoded private key associated with the public key in the certificate.

                                      \n@param privateKey The PEM-encoded private key associated with the public key in the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "privateKey", "getterDocumentation" : "

                                      The PEM-encoded private key associated with the public key in the certificate.

                                      \n@return The PEM-encoded private key associated with the public key in the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrivateKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PrivateKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrivateKey", "sensitive" : true, "setterDocumentation" : "

                                      The PEM-encoded private key associated with the public key in the certificate.

                                      \n@param privateKey The PEM-encoded private key associated with the public key in the certificate.", "setterMethodName" : "setPrivateKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "privateKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "privateKey", "variableType" : "String", "documentation" : "

                                      The PEM-encoded private key associated with the public key in the certificate.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "CertificateBody", "defaultConsumerFluentSetterDocumentation" : "

                                      The base64 PEM-encoded certificate.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificate(String)}.\n@param certificate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificate(String)", "deprecated" : false, "documentation" : "

                                      The base64 PEM-encoded certificate.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

                                      The base64 PEM-encoded certificate.

                                      \n@param certificate The base64 PEM-encoded certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

                                      The base64 PEM-encoded certificate.

                                      \n@return The base64 PEM-encoded certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Certificate", "sensitive" : false, "setterDocumentation" : "

                                      The base64 PEM-encoded certificate.

                                      \n@param certificate The base64 PEM-encoded certificate.", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificate", "variableType" : "String", "documentation" : "

                                      The base64 PEM-encoded certificate.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateChain", "beanStyleSetterMethodName" : "setCertificateChain", "c2jName" : "CertificateChain", "c2jShape" : "CertificateChain", "defaultConsumerFluentSetterDocumentation" : "

                                      The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateChain(String)}.\n@param certificateChain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateChain(String)", "deprecated" : false, "documentation" : "

                                      The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateChain", "fluentSetterDocumentation" : "

                                      The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

                                      \n@param certificateChain The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateChain", "getterDocumentation" : "

                                      The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

                                      \n@return The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateChain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateChain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateChain", "sensitive" : false, "setterDocumentation" : "

                                      The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

                                      \n@param certificateChain The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.", "setterMethodName" : "setCertificateChain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateChain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateChain", "variableType" : "String", "documentation" : "

                                      The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPrivateKey", "beanStyleSetterMethodName" : "setPrivateKey", "c2jName" : "PrivateKey", "c2jShape" : "PrivateKey", "defaultConsumerFluentSetterDocumentation" : "

                                      The PEM-encoded private key associated with the public key in the certificate.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #privateKey(String)}.\n@param privateKey a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #privateKey(String)", "deprecated" : false, "documentation" : "

                                      The PEM-encoded private key associated with the public key in the certificate.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "privateKey", "fluentSetterDocumentation" : "

                                      The PEM-encoded private key associated with the public key in the certificate.

                                      \n@param privateKey The PEM-encoded private key associated with the public key in the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "privateKey", "getterDocumentation" : "

                                      The PEM-encoded private key associated with the public key in the certificate.

                                      \n@return The PEM-encoded private key associated with the public key in the certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrivateKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PrivateKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "PrivateKey", "sensitive" : true, "setterDocumentation" : "

                                      The PEM-encoded private key associated with the public key in the certificate.

                                      \n@param privateKey The PEM-encoded private key associated with the public key in the certificate.", "setterMethodName" : "setPrivateKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "privateKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "privateKey", "variableType" : "String", "documentation" : "

                                      The PEM-encoded private key associated with the public key in the certificate.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExportCertificateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExportCertificateResponse", "variableName" : "exportCertificateResponse", "variableType" : "ExportCertificateResponse", "documentation" : null, "simpleType" : "ExportCertificateResponse", "variableSetterType" : "ExportCertificateResponse" }, "wrapper" : false }, "ExtendedKeyUsage" : { "c2jName" : "ExtendedKeyUsage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      The Extended Key Usage X.509 v3 extension defines one or more purposes for which the public key can be used. This is in addition to or in place of the basic purposes specified by the Key Usage extension.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getNameAsString", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ExtendedKeyUsageName", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of an Extended Key Usage value.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                      The name of an Extended Key Usage value.

                                      ", "endpointDiscoveryId" : false, "enumType" : "ExtendedKeyUsageName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "name", "fluentEnumSetterMethodName" : "name", "fluentGetterMethodName" : "nameAsString", "fluentSetterDocumentation" : "

                                      The name of an Extended Key Usage value.

                                      \n@param name The name of an Extended Key Usage value.\n@see ExtendedKeyUsageName\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExtendedKeyUsageName", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The name of an Extended Key Usage value.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #name} will return {@link ExtendedKeyUsageName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nameAsString}.\n

                                      \n@return The name of an Extended Key Usage value.\n@see ExtendedKeyUsageName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                      The name of an Extended Key Usage value.

                                      \n@param name The name of an Extended Key Usage value.\n@see ExtendedKeyUsageName", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                      The name of an Extended Key Usage value.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOid", "beanStyleSetterMethodName" : "setOid", "c2jName" : "OID", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                      An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                      • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                      • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                      • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                      • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                      • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                      • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                      • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                      • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                      • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #oid(String)}.\n@param oid a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #oid(String)", "deprecated" : false, "documentation" : "

                                      An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                      • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                      • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                      • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                      • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                      • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                      • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                      • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                      • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                      • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "oid", "fluentSetterDocumentation" : "

                                      An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                      • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                      • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                      • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                      • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                      • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                      • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                      • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                      • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                      • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                      \n@param oid An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                      • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                      • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                      • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                      • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                      • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                      • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                      • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                      • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                      • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "oid", "getterDocumentation" : "

                                        An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                        • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                        • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                        • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                        • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                        • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                        • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                        • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                        • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                        • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                        \n@return An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                        • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                        • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                        • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                        • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                        • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                        • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                        • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                        • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                        • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OID", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OID", "sensitive" : false, "setterDocumentation" : "

                                          An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                          • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                          • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                          • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                          • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                          • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                          • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                          • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                          • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                          • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                          \n@param oid An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                          • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                          • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                          • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                          • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                          • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                          • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                          • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                          • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                          • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                          • ", "setterMethodName" : "setOid", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "oid", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "oid", "variableType" : "String", "documentation" : "

                                            An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                            • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                            • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                            • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                            • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                            • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                            • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                            • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                            • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                            • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getNameAsString", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ExtendedKeyUsageName", "defaultConsumerFluentSetterDocumentation" : "

                                            The name of an Extended Key Usage value.

                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                            The name of an Extended Key Usage value.

                                            ", "endpointDiscoveryId" : false, "enumType" : "ExtendedKeyUsageName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "name", "fluentEnumSetterMethodName" : "name", "fluentGetterMethodName" : "nameAsString", "fluentSetterDocumentation" : "

                                            The name of an Extended Key Usage value.

                                            \n@param name The name of an Extended Key Usage value.\n@see ExtendedKeyUsageName\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExtendedKeyUsageName", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                            The name of an Extended Key Usage value.

                                            \n

                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #name} will return {@link ExtendedKeyUsageName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nameAsString}.\n

                                            \n@return The name of an Extended Key Usage value.\n@see ExtendedKeyUsageName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                            The name of an Extended Key Usage value.

                                            \n@param name The name of an Extended Key Usage value.\n@see ExtendedKeyUsageName", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                            The name of an Extended Key Usage value.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "OID" : { "beanStyleGetterMethodName" : "getOid", "beanStyleSetterMethodName" : "setOid", "c2jName" : "OID", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                            An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                            • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                            • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                            • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                            • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                            • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                            • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                            • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                            • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                            • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #oid(String)}.\n@param oid a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #oid(String)", "deprecated" : false, "documentation" : "

                                            An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                            • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                            • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                            • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                            • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                            • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                            • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                            • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                            • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                            • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "oid", "fluentSetterDocumentation" : "

                                            An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                            • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                            • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                            • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                            • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                            • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                            • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                            • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                            • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                            • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                            \n@param oid An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                            • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                            • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                            • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                            • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                            • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                            • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                            • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                            • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                            • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "oid", "getterDocumentation" : "

                                              An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                              • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                              • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                              • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                              • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                              • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                              • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                              • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                              • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                              • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                              \n@return An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                              • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                              • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                              • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                              • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                              • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                              • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                              • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                              • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                              • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OID", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OID", "sensitive" : false, "setterDocumentation" : "

                                                An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                                • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                                • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                                • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                                • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                                • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                                • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                                • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                                • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                                • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                                \n@param oid An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                                • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                                • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                                • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                                • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                                • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                                • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                                • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                                • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                                • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                                • ", "setterMethodName" : "setOid", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "oid", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "oid", "variableType" : "String", "documentation" : "

                                                  An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                                  • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                                  • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                                  • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                                  • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                                  • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                                  • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                                  • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                                  • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                                  • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNameAsString", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "ExtendedKeyUsageName", "defaultConsumerFluentSetterDocumentation" : "

                                                  The name of an Extended Key Usage value.

                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                  The name of an Extended Key Usage value.

                                                  ", "endpointDiscoveryId" : false, "enumType" : "ExtendedKeyUsageName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "name", "fluentEnumSetterMethodName" : "name", "fluentGetterMethodName" : "nameAsString", "fluentSetterDocumentation" : "

                                                  The name of an Extended Key Usage value.

                                                  \n@param name The name of an Extended Key Usage value.\n@see ExtendedKeyUsageName\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExtendedKeyUsageName", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                  The name of an Extended Key Usage value.

                                                  \n

                                                  \nIf the service returns an enum value that is not available in the current SDK version, {@link #name} will return {@link ExtendedKeyUsageName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nameAsString}.\n

                                                  \n@return The name of an Extended Key Usage value.\n@see ExtendedKeyUsageName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                  The name of an Extended Key Usage value.

                                                  \n@param name The name of an Extended Key Usage value.\n@see ExtendedKeyUsageName", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                  The name of an Extended Key Usage value.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOid", "beanStyleSetterMethodName" : "setOid", "c2jName" : "OID", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                  An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                                  • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                                  • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                                  • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                                  • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                                  • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                                  • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                                  • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                                  • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                                  • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #oid(String)}.\n@param oid a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #oid(String)", "deprecated" : false, "documentation" : "

                                                  An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                                  • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                                  • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                                  • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                                  • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                                  • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                                  • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                                  • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                                  • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                                  • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "oid", "fluentSetterDocumentation" : "

                                                  An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                                  • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                                  • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                                  • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                                  • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                                  • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                                  • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                                  • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                                  • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                                  • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                                  \n@param oid An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                                  • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                                  • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                                  • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                                  • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                                  • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                                  • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                                  • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                                  • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                                  • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "oid", "getterDocumentation" : "

                                                    An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                                    • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                                    • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                                    • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                                    • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                                    • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                                    • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                                    • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                                    • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                                    • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                                    \n@return An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                                    • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                                    • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                                    • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                                    • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                                    • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                                    • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                                    • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                                    • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                                    • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OID", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OID", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OID", "sensitive" : false, "setterDocumentation" : "

                                                      An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                                      • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                                      • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                                      • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                                      • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                                      • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                                      • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                                      • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                                      • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                                      • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                                      \n@param oid An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                                      • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                                      • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                                      • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                                      • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                                      • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                                      • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                                      • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                                      • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                                      • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                                      • ", "setterMethodName" : "setOid", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "oid", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "oid", "variableType" : "String", "documentation" : "

                                                        An object identifier (OID) for the extension value. OIDs are strings of numbers separated by periods. The following OIDs are defined in RFC 3280 and RFC 5280.

                                                        • 1.3.6.1.5.5.7.3.1 (TLS_WEB_SERVER_AUTHENTICATION)

                                                        • 1.3.6.1.5.5.7.3.2 (TLS_WEB_CLIENT_AUTHENTICATION)

                                                        • 1.3.6.1.5.5.7.3.3 (CODE_SIGNING)

                                                        • 1.3.6.1.5.5.7.3.4 (EMAIL_PROTECTION)

                                                        • 1.3.6.1.5.5.7.3.8 (TIME_STAMPING)

                                                        • 1.3.6.1.5.5.7.3.9 (OCSP_SIGNING)

                                                        • 1.3.6.1.5.5.7.3.5 (IPSEC_END_SYSTEM)

                                                        • 1.3.6.1.5.5.7.3.6 (IPSEC_TUNNEL)

                                                        • 1.3.6.1.5.5.7.3.7 (IPSEC_USER)

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExtendedKeyUsage", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExtendedKeyUsage", "variableName" : "extendedKeyUsage", "variableType" : "ExtendedKeyUsage", "documentation" : null, "simpleType" : "ExtendedKeyUsage", "variableSetterType" : "ExtendedKeyUsage" }, "wrapper" : false }, "ExtendedKeyUsageName" : { "c2jName" : "ExtendedKeyUsageName", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "TLS_WEB_SERVER_AUTHENTICATION", "value" : "TLS_WEB_SERVER_AUTHENTICATION" }, { "name" : "TLS_WEB_CLIENT_AUTHENTICATION", "value" : "TLS_WEB_CLIENT_AUTHENTICATION" }, { "name" : "CODE_SIGNING", "value" : "CODE_SIGNING" }, { "name" : "EMAIL_PROTECTION", "value" : "EMAIL_PROTECTION" }, { "name" : "TIME_STAMPING", "value" : "TIME_STAMPING" }, { "name" : "OCSP_SIGNING", "value" : "OCSP_SIGNING" }, { "name" : "IPSEC_END_SYSTEM", "value" : "IPSEC_END_SYSTEM" }, { "name" : "IPSEC_TUNNEL", "value" : "IPSEC_TUNNEL" }, { "name" : "IPSEC_USER", "value" : "IPSEC_USER" }, { "name" : "ANY", "value" : "ANY" }, { "name" : "NONE", "value" : "NONE" }, { "name" : "CUSTOM", "value" : "CUSTOM" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExtendedKeyUsageName", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExtendedKeyUsageName", "variableName" : "extendedKeyUsageName", "variableType" : "ExtendedKeyUsageName", "documentation" : null, "simpleType" : "ExtendedKeyUsageName", "variableSetterType" : "ExtendedKeyUsageName" }, "wrapper" : false }, "FailureReason" : { "c2jName" : "FailureReason", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "NO_AVAILABLE_CONTACTS", "value" : "NO_AVAILABLE_CONTACTS" }, { "name" : "ADDITIONAL_VERIFICATION_REQUIRED", "value" : "ADDITIONAL_VERIFICATION_REQUIRED" }, { "name" : "DOMAIN_NOT_ALLOWED", "value" : "DOMAIN_NOT_ALLOWED" }, { "name" : "INVALID_PUBLIC_DOMAIN", "value" : "INVALID_PUBLIC_DOMAIN" }, { "name" : "CAA_ERROR", "value" : "CAA_ERROR" }, { "name" : "PCA_LIMIT_EXCEEDED", "value" : "PCA_LIMIT_EXCEEDED" }, { "name" : "PCA_INVALID_ARN", "value" : "PCA_INVALID_ARN" }, { "name" : "PCA_INVALID_STATE", "value" : "PCA_INVALID_STATE" }, { "name" : "PCA_REQUEST_FAILED", "value" : "PCA_REQUEST_FAILED" }, { "name" : "PCA_RESOURCE_NOT_FOUND", "value" : "PCA_RESOURCE_NOT_FOUND" }, { "name" : "PCA_INVALID_ARGS", "value" : "PCA_INVALID_ARGS" }, { "name" : "OTHER", "value" : "OTHER" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FailureReason", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FailureReason", "variableName" : "failureReason", "variableType" : "FailureReason", "documentation" : null, "simpleType" : "FailureReason", "variableSetterType" : "FailureReason" }, "wrapper" : false }, "Filters" : { "c2jName" : "Filters", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        This structure can be used in the ListCertificates action to filter the output of the certificate list.

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getExtendedKeyUsageAsStrings", "beanStyleSetterMethodName" : "setExtendedKeyUsageWithStrings", "c2jName" : "extendedKeyUsage", "c2jShape" : "ExtendedKeyUsageFilterList", "defaultConsumerFluentSetterDocumentation" : "

                                                        Specify one or more ExtendedKeyUsage extension values.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #extendedKeyUsageAsStrings(List)}.\n@param extendedKeyUsage a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extendedKeyUsageWithStrings(List)", "deprecated" : false, "documentation" : "

                                                        Specify one or more ExtendedKeyUsage extension values.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "extendedKeyUsage", "fluentEnumSetterMethodName" : "extendedKeyUsage", "fluentGetterMethodName" : "extendedKeyUsageAsStrings", "fluentSetterDocumentation" : "

                                                        Specify one or more ExtendedKeyUsage extension values.

                                                        \n@param extendedKeyUsage Specify one or more ExtendedKeyUsage extension values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extendedKeyUsageWithStrings", "getterDocumentation" : "

                                                        Specify one or more ExtendedKeyUsage extension values.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return Specify one or more ExtendedKeyUsage extension values.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "extendedKeyUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "extendedKeyUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ExtendedKeyUsageName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "ExtendedKeyUsageName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ExtendedKeyUsageName\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExtendedKeyUsageName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ExtendedKeyUsageName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                        \n@return The value of the Member property for this object.\n@see ExtendedKeyUsageName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ExtendedKeyUsageName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ExtendedKeyUsage", "sensitive" : false, "setterDocumentation" : "

                                                        Specify one or more ExtendedKeyUsage extension values.

                                                        \n@param extendedKeyUsage Specify one or more ExtendedKeyUsage extension values.", "setterMethodName" : "setExtendedKeyUsageWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "extendedKeyUsage", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "extendedKeyUsage", "variableType" : "java.util.List", "documentation" : "

                                                        Specify one or more ExtendedKeyUsage extension values.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyUsageAsStrings", "beanStyleSetterMethodName" : "setKeyUsageWithStrings", "c2jName" : "keyUsage", "c2jShape" : "KeyUsageFilterList", "defaultConsumerFluentSetterDocumentation" : "

                                                        Specify one or more KeyUsage extension values.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #keyUsageAsStrings(List)}.\n@param keyUsage a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyUsageWithStrings(List)", "deprecated" : false, "documentation" : "

                                                        Specify one or more KeyUsage extension values.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "keyUsage", "fluentEnumSetterMethodName" : "keyUsage", "fluentGetterMethodName" : "keyUsageAsStrings", "fluentSetterDocumentation" : "

                                                        Specify one or more KeyUsage extension values.

                                                        \n@param keyUsage Specify one or more KeyUsage extension values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyUsageWithStrings", "getterDocumentation" : "

                                                        Specify one or more KeyUsage extension values.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return Specify one or more KeyUsage extension values.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "keyUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "keyUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "KeyUsageName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "KeyUsageName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see KeyUsageName\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyUsageName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link KeyUsageName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                        \n@return The value of the Member property for this object.\n@see KeyUsageName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see KeyUsageName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "KeyUsage", "sensitive" : false, "setterDocumentation" : "

                                                        Specify one or more KeyUsage extension values.

                                                        \n@param keyUsage Specify one or more KeyUsage extension values.", "setterMethodName" : "setKeyUsageWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keyUsage", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keyUsage", "variableType" : "java.util.List", "documentation" : "

                                                        Specify one or more KeyUsage extension values.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyTypesAsStrings", "beanStyleSetterMethodName" : "setKeyTypesWithStrings", "c2jName" : "keyTypes", "c2jShape" : "KeyAlgorithmList", "defaultConsumerFluentSetterDocumentation" : "

                                                        Specify one or more algorithms that can be used to generate key pairs.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #keyTypesAsStrings(List)}.\n@param keyTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyTypesWithStrings(List)", "deprecated" : false, "documentation" : "

                                                        Specify one or more algorithms that can be used to generate key pairs.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "keyTypes", "fluentEnumSetterMethodName" : "keyTypes", "fluentGetterMethodName" : "keyTypesAsStrings", "fluentSetterDocumentation" : "

                                                        Specify one or more algorithms that can be used to generate key pairs.

                                                        \n@param keyTypes Specify one or more algorithms that can be used to generate key pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyTypesWithStrings", "getterDocumentation" : "

                                                        Specify one or more algorithms that can be used to generate key pairs.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return Specify one or more algorithms that can be used to generate key pairs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "keyTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "keyTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "KeyAlgorithm", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "KeyAlgorithm", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see KeyAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyAlgorithm", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link KeyAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                        \n@return The value of the Member property for this object.\n@see KeyAlgorithm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see KeyAlgorithm", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "KeyTypes", "sensitive" : false, "setterDocumentation" : "

                                                        Specify one or more algorithms that can be used to generate key pairs.

                                                        \n@param keyTypes Specify one or more algorithms that can be used to generate key pairs.", "setterMethodName" : "setKeyTypesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keyTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keyTypes", "variableType" : "java.util.List", "documentation" : "

                                                        Specify one or more algorithms that can be used to generate key pairs.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExtendedKeyUsage" : { "beanStyleGetterMethodName" : "getExtendedKeyUsageAsStrings", "beanStyleSetterMethodName" : "setExtendedKeyUsageWithStrings", "c2jName" : "extendedKeyUsage", "c2jShape" : "ExtendedKeyUsageFilterList", "defaultConsumerFluentSetterDocumentation" : "

                                                        Specify one or more ExtendedKeyUsage extension values.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #extendedKeyUsageAsStrings(List)}.\n@param extendedKeyUsage a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extendedKeyUsageWithStrings(List)", "deprecated" : false, "documentation" : "

                                                        Specify one or more ExtendedKeyUsage extension values.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "extendedKeyUsage", "fluentEnumSetterMethodName" : "extendedKeyUsage", "fluentGetterMethodName" : "extendedKeyUsageAsStrings", "fluentSetterDocumentation" : "

                                                        Specify one or more ExtendedKeyUsage extension values.

                                                        \n@param extendedKeyUsage Specify one or more ExtendedKeyUsage extension values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extendedKeyUsageWithStrings", "getterDocumentation" : "

                                                        Specify one or more ExtendedKeyUsage extension values.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return Specify one or more ExtendedKeyUsage extension values.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "extendedKeyUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "extendedKeyUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ExtendedKeyUsageName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "ExtendedKeyUsageName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ExtendedKeyUsageName\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExtendedKeyUsageName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ExtendedKeyUsageName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                        \n@return The value of the Member property for this object.\n@see ExtendedKeyUsageName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ExtendedKeyUsageName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ExtendedKeyUsage", "sensitive" : false, "setterDocumentation" : "

                                                        Specify one or more ExtendedKeyUsage extension values.

                                                        \n@param extendedKeyUsage Specify one or more ExtendedKeyUsage extension values.", "setterMethodName" : "setExtendedKeyUsageWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "extendedKeyUsage", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "extendedKeyUsage", "variableType" : "java.util.List", "documentation" : "

                                                        Specify one or more ExtendedKeyUsage extension values.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "KeyTypes" : { "beanStyleGetterMethodName" : "getKeyTypesAsStrings", "beanStyleSetterMethodName" : "setKeyTypesWithStrings", "c2jName" : "keyTypes", "c2jShape" : "KeyAlgorithmList", "defaultConsumerFluentSetterDocumentation" : "

                                                        Specify one or more algorithms that can be used to generate key pairs.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #keyTypesAsStrings(List)}.\n@param keyTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyTypesWithStrings(List)", "deprecated" : false, "documentation" : "

                                                        Specify one or more algorithms that can be used to generate key pairs.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "keyTypes", "fluentEnumSetterMethodName" : "keyTypes", "fluentGetterMethodName" : "keyTypesAsStrings", "fluentSetterDocumentation" : "

                                                        Specify one or more algorithms that can be used to generate key pairs.

                                                        \n@param keyTypes Specify one or more algorithms that can be used to generate key pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyTypesWithStrings", "getterDocumentation" : "

                                                        Specify one or more algorithms that can be used to generate key pairs.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return Specify one or more algorithms that can be used to generate key pairs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "keyTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "keyTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "KeyAlgorithm", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "KeyAlgorithm", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see KeyAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyAlgorithm", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link KeyAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                        \n@return The value of the Member property for this object.\n@see KeyAlgorithm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see KeyAlgorithm", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "KeyTypes", "sensitive" : false, "setterDocumentation" : "

                                                        Specify one or more algorithms that can be used to generate key pairs.

                                                        \n@param keyTypes Specify one or more algorithms that can be used to generate key pairs.", "setterMethodName" : "setKeyTypesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keyTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keyTypes", "variableType" : "java.util.List", "documentation" : "

                                                        Specify one or more algorithms that can be used to generate key pairs.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "KeyUsage" : { "beanStyleGetterMethodName" : "getKeyUsageAsStrings", "beanStyleSetterMethodName" : "setKeyUsageWithStrings", "c2jName" : "keyUsage", "c2jShape" : "KeyUsageFilterList", "defaultConsumerFluentSetterDocumentation" : "

                                                        Specify one or more KeyUsage extension values.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #keyUsageAsStrings(List)}.\n@param keyUsage a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyUsageWithStrings(List)", "deprecated" : false, "documentation" : "

                                                        Specify one or more KeyUsage extension values.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "keyUsage", "fluentEnumSetterMethodName" : "keyUsage", "fluentGetterMethodName" : "keyUsageAsStrings", "fluentSetterDocumentation" : "

                                                        Specify one or more KeyUsage extension values.

                                                        \n@param keyUsage Specify one or more KeyUsage extension values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyUsageWithStrings", "getterDocumentation" : "

                                                        Specify one or more KeyUsage extension values.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return Specify one or more KeyUsage extension values.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "keyUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "keyUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "KeyUsageName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "KeyUsageName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see KeyUsageName\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyUsageName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link KeyUsageName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                        \n@return The value of the Member property for this object.\n@see KeyUsageName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see KeyUsageName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "KeyUsage", "sensitive" : false, "setterDocumentation" : "

                                                        Specify one or more KeyUsage extension values.

                                                        \n@param keyUsage Specify one or more KeyUsage extension values.", "setterMethodName" : "setKeyUsageWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keyUsage", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keyUsage", "variableType" : "java.util.List", "documentation" : "

                                                        Specify one or more KeyUsage extension values.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getExtendedKeyUsageAsStrings", "beanStyleSetterMethodName" : "setExtendedKeyUsageWithStrings", "c2jName" : "extendedKeyUsage", "c2jShape" : "ExtendedKeyUsageFilterList", "defaultConsumerFluentSetterDocumentation" : "

                                                        Specify one or more ExtendedKeyUsage extension values.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #extendedKeyUsageAsStrings(List)}.\n@param extendedKeyUsage a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #extendedKeyUsageWithStrings(List)", "deprecated" : false, "documentation" : "

                                                        Specify one or more ExtendedKeyUsage extension values.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "extendedKeyUsage", "fluentEnumSetterMethodName" : "extendedKeyUsage", "fluentGetterMethodName" : "extendedKeyUsageAsStrings", "fluentSetterDocumentation" : "

                                                        Specify one or more ExtendedKeyUsage extension values.

                                                        \n@param extendedKeyUsage Specify one or more ExtendedKeyUsage extension values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "extendedKeyUsageWithStrings", "getterDocumentation" : "

                                                        Specify one or more ExtendedKeyUsage extension values.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return Specify one or more ExtendedKeyUsage extension values.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "extendedKeyUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "extendedKeyUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "ExtendedKeyUsageName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "ExtendedKeyUsageName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ExtendedKeyUsageName\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExtendedKeyUsageName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link ExtendedKeyUsageName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                        \n@return The value of the Member property for this object.\n@see ExtendedKeyUsageName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see ExtendedKeyUsageName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "ExtendedKeyUsage", "sensitive" : false, "setterDocumentation" : "

                                                        Specify one or more ExtendedKeyUsage extension values.

                                                        \n@param extendedKeyUsage Specify one or more ExtendedKeyUsage extension values.", "setterMethodName" : "setExtendedKeyUsageWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "extendedKeyUsage", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "extendedKeyUsage", "variableType" : "java.util.List", "documentation" : "

                                                        Specify one or more ExtendedKeyUsage extension values.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyUsageAsStrings", "beanStyleSetterMethodName" : "setKeyUsageWithStrings", "c2jName" : "keyUsage", "c2jShape" : "KeyUsageFilterList", "defaultConsumerFluentSetterDocumentation" : "

                                                        Specify one or more KeyUsage extension values.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #keyUsageAsStrings(List)}.\n@param keyUsage a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyUsageWithStrings(List)", "deprecated" : false, "documentation" : "

                                                        Specify one or more KeyUsage extension values.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "keyUsage", "fluentEnumSetterMethodName" : "keyUsage", "fluentGetterMethodName" : "keyUsageAsStrings", "fluentSetterDocumentation" : "

                                                        Specify one or more KeyUsage extension values.

                                                        \n@param keyUsage Specify one or more KeyUsage extension values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyUsageWithStrings", "getterDocumentation" : "

                                                        Specify one or more KeyUsage extension values.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return Specify one or more KeyUsage extension values.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "keyUsage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "keyUsage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "KeyUsageName", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "KeyUsageName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see KeyUsageName\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyUsageName", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link KeyUsageName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                        \n@return The value of the Member property for this object.\n@see KeyUsageName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see KeyUsageName", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "KeyUsage", "sensitive" : false, "setterDocumentation" : "

                                                        Specify one or more KeyUsage extension values.

                                                        \n@param keyUsage Specify one or more KeyUsage extension values.", "setterMethodName" : "setKeyUsageWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keyUsage", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keyUsage", "variableType" : "java.util.List", "documentation" : "

                                                        Specify one or more KeyUsage extension values.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyTypesAsStrings", "beanStyleSetterMethodName" : "setKeyTypesWithStrings", "c2jName" : "keyTypes", "c2jShape" : "KeyAlgorithmList", "defaultConsumerFluentSetterDocumentation" : "

                                                        Specify one or more algorithms that can be used to generate key pairs.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #keyTypesAsStrings(List)}.\n@param keyTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #keyTypesWithStrings(List)", "deprecated" : false, "documentation" : "

                                                        Specify one or more algorithms that can be used to generate key pairs.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "keyTypes", "fluentEnumSetterMethodName" : "keyTypes", "fluentGetterMethodName" : "keyTypesAsStrings", "fluentSetterDocumentation" : "

                                                        Specify one or more algorithms that can be used to generate key pairs.

                                                        \n@param keyTypes Specify one or more algorithms that can be used to generate key pairs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyTypesWithStrings", "getterDocumentation" : "

                                                        Specify one or more algorithms that can be used to generate key pairs.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return Specify one or more algorithms that can be used to generate key pairs.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "keyTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "keyTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "KeyAlgorithm", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "KeyAlgorithm", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see KeyAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyAlgorithm", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link KeyAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                        \n@return The value of the Member property for this object.\n@see KeyAlgorithm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see KeyAlgorithm", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "KeyTypes", "sensitive" : false, "setterDocumentation" : "

                                                        Specify one or more algorithms that can be used to generate key pairs.

                                                        \n@param keyTypes Specify one or more algorithms that can be used to generate key pairs.", "setterMethodName" : "setKeyTypesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "keyTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "keyTypes", "variableType" : "java.util.List", "documentation" : "

                                                        Specify one or more algorithms that can be used to generate key pairs.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Filters", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Filters", "variableName" : "filters", "variableType" : "Filters", "documentation" : null, "simpleType" : "Filters", "variableSetterType" : "Filters" }, "wrapper" : false }, "GetCertificateRequest" : { "c2jName" : "GetCertificateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetCertificate", "locationName" : null, "requestUri" : "/", "target" : "CertificateManager.GetCertificate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                        String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                        String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@param certificateArn String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                        String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@return String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                        String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@param certificateArn String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                        String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                        String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                        String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@param certificateArn String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                        String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@return String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                        String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@param certificateArn String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                        String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                        String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                        String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@param certificateArn String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                        String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@return String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                        String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@param certificateArn String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                        String that contains a certificate ARN in the following format:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CertificateArn" ], "shapeName" : "GetCertificateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetCertificateRequest", "variableName" : "getCertificateRequest", "variableType" : "GetCertificateRequest", "documentation" : null, "simpleType" : "GetCertificateRequest", "variableSetterType" : "GetCertificateRequest" }, "wrapper" : false }, "GetCertificateResponse" : { "c2jName" : "GetCertificateResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "CertificateBody", "defaultConsumerFluentSetterDocumentation" : "

                                                        String that contains the ACM certificate represented by the ARN specified at input.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificate(String)}.\n@param certificate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificate(String)", "deprecated" : false, "documentation" : "

                                                        String that contains the ACM certificate represented by the ARN specified at input.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

                                                        String that contains the ACM certificate represented by the ARN specified at input.

                                                        \n@param certificate String that contains the ACM certificate represented by the ARN specified at input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

                                                        String that contains the ACM certificate represented by the ARN specified at input.

                                                        \n@return String that contains the ACM certificate represented by the ARN specified at input.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Certificate", "sensitive" : false, "setterDocumentation" : "

                                                        String that contains the ACM certificate represented by the ARN specified at input.

                                                        \n@param certificate String that contains the ACM certificate represented by the ARN specified at input.", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificate", "variableType" : "String", "documentation" : "

                                                        String that contains the ACM certificate represented by the ARN specified at input.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateChain", "beanStyleSetterMethodName" : "setCertificateChain", "c2jName" : "CertificateChain", "c2jShape" : "CertificateChain", "defaultConsumerFluentSetterDocumentation" : "

                                                        The certificate chain that contains the root certificate issued by the certificate authority (CA).

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateChain(String)}.\n@param certificateChain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateChain(String)", "deprecated" : false, "documentation" : "

                                                        The certificate chain that contains the root certificate issued by the certificate authority (CA).

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateChain", "fluentSetterDocumentation" : "

                                                        The certificate chain that contains the root certificate issued by the certificate authority (CA).

                                                        \n@param certificateChain The certificate chain that contains the root certificate issued by the certificate authority (CA).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateChain", "getterDocumentation" : "

                                                        The certificate chain that contains the root certificate issued by the certificate authority (CA).

                                                        \n@return The certificate chain that contains the root certificate issued by the certificate authority (CA).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateChain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateChain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateChain", "sensitive" : false, "setterDocumentation" : "

                                                        The certificate chain that contains the root certificate issued by the certificate authority (CA).

                                                        \n@param certificateChain The certificate chain that contains the root certificate issued by the certificate authority (CA).", "setterMethodName" : "setCertificateChain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateChain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateChain", "variableType" : "String", "documentation" : "

                                                        The certificate chain that contains the root certificate issued by the certificate authority (CA).

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Certificate" : { "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "CertificateBody", "defaultConsumerFluentSetterDocumentation" : "

                                                        String that contains the ACM certificate represented by the ARN specified at input.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificate(String)}.\n@param certificate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificate(String)", "deprecated" : false, "documentation" : "

                                                        String that contains the ACM certificate represented by the ARN specified at input.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

                                                        String that contains the ACM certificate represented by the ARN specified at input.

                                                        \n@param certificate String that contains the ACM certificate represented by the ARN specified at input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

                                                        String that contains the ACM certificate represented by the ARN specified at input.

                                                        \n@return String that contains the ACM certificate represented by the ARN specified at input.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Certificate", "sensitive" : false, "setterDocumentation" : "

                                                        String that contains the ACM certificate represented by the ARN specified at input.

                                                        \n@param certificate String that contains the ACM certificate represented by the ARN specified at input.", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificate", "variableType" : "String", "documentation" : "

                                                        String that contains the ACM certificate represented by the ARN specified at input.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CertificateChain" : { "beanStyleGetterMethodName" : "getCertificateChain", "beanStyleSetterMethodName" : "setCertificateChain", "c2jName" : "CertificateChain", "c2jShape" : "CertificateChain", "defaultConsumerFluentSetterDocumentation" : "

                                                        The certificate chain that contains the root certificate issued by the certificate authority (CA).

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateChain(String)}.\n@param certificateChain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateChain(String)", "deprecated" : false, "documentation" : "

                                                        The certificate chain that contains the root certificate issued by the certificate authority (CA).

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateChain", "fluentSetterDocumentation" : "

                                                        The certificate chain that contains the root certificate issued by the certificate authority (CA).

                                                        \n@param certificateChain The certificate chain that contains the root certificate issued by the certificate authority (CA).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateChain", "getterDocumentation" : "

                                                        The certificate chain that contains the root certificate issued by the certificate authority (CA).

                                                        \n@return The certificate chain that contains the root certificate issued by the certificate authority (CA).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateChain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateChain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateChain", "sensitive" : false, "setterDocumentation" : "

                                                        The certificate chain that contains the root certificate issued by the certificate authority (CA).

                                                        \n@param certificateChain The certificate chain that contains the root certificate issued by the certificate authority (CA).", "setterMethodName" : "setCertificateChain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateChain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateChain", "variableType" : "String", "documentation" : "

                                                        The certificate chain that contains the root certificate issued by the certificate authority (CA).

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "CertificateBody", "defaultConsumerFluentSetterDocumentation" : "

                                                        String that contains the ACM certificate represented by the ARN specified at input.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificate(String)}.\n@param certificate a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificate(String)", "deprecated" : false, "documentation" : "

                                                        String that contains the ACM certificate represented by the ARN specified at input.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

                                                        String that contains the ACM certificate represented by the ARN specified at input.

                                                        \n@param certificate String that contains the ACM certificate represented by the ARN specified at input.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

                                                        String that contains the ACM certificate represented by the ARN specified at input.

                                                        \n@return String that contains the ACM certificate represented by the ARN specified at input.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Certificate", "sensitive" : false, "setterDocumentation" : "

                                                        String that contains the ACM certificate represented by the ARN specified at input.

                                                        \n@param certificate String that contains the ACM certificate represented by the ARN specified at input.", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificate", "variableType" : "String", "documentation" : "

                                                        String that contains the ACM certificate represented by the ARN specified at input.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateChain", "beanStyleSetterMethodName" : "setCertificateChain", "c2jName" : "CertificateChain", "c2jShape" : "CertificateChain", "defaultConsumerFluentSetterDocumentation" : "

                                                        The certificate chain that contains the root certificate issued by the certificate authority (CA).

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateChain(String)}.\n@param certificateChain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateChain(String)", "deprecated" : false, "documentation" : "

                                                        The certificate chain that contains the root certificate issued by the certificate authority (CA).

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateChain", "fluentSetterDocumentation" : "

                                                        The certificate chain that contains the root certificate issued by the certificate authority (CA).

                                                        \n@param certificateChain The certificate chain that contains the root certificate issued by the certificate authority (CA).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateChain", "getterDocumentation" : "

                                                        The certificate chain that contains the root certificate issued by the certificate authority (CA).

                                                        \n@return The certificate chain that contains the root certificate issued by the certificate authority (CA).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateChain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateChain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateChain", "sensitive" : false, "setterDocumentation" : "

                                                        The certificate chain that contains the root certificate issued by the certificate authority (CA).

                                                        \n@param certificateChain The certificate chain that contains the root certificate issued by the certificate authority (CA).", "setterMethodName" : "setCertificateChain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateChain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateChain", "variableType" : "String", "documentation" : "

                                                        The certificate chain that contains the root certificate issued by the certificate authority (CA).

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetCertificateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetCertificateResponse", "variableName" : "getCertificateResponse", "variableType" : "GetCertificateResponse", "documentation" : null, "simpleType" : "GetCertificateResponse", "variableSetterType" : "GetCertificateResponse" }, "wrapper" : false }, "ImportCertificateRequest" : { "c2jName" : "ImportCertificateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ImportCertificate", "locationName" : null, "requestUri" : "/", "target" : "CertificateManager.ImportCertificate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

                                                        \n@param certificateArn The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

                                                        \n@return The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

                                                        \n@param certificateArn The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "CertificateBodyBlob", "defaultConsumerFluentSetterDocumentation" : "

                                                        The certificate to import.

                                                        \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #certificate(SdkBytes)}.\n@param certificate a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificate(SdkBytes)", "deprecated" : false, "documentation" : "

                                                        The certificate to import.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

                                                        The certificate to import.

                                                        \n@param certificate The certificate to import.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

                                                        The certificate to import.

                                                        \n@return The certificate to import.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Certificate", "sensitive" : false, "setterDocumentation" : "

                                                        The certificate to import.

                                                        \n@param certificate The certificate to import.", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificate", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificate", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                                        The certificate to import.

                                                        ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPrivateKey", "beanStyleSetterMethodName" : "setPrivateKey", "c2jName" : "PrivateKey", "c2jShape" : "PrivateKeyBlob", "defaultConsumerFluentSetterDocumentation" : "

                                                        The private key that matches the public key in the certificate.

                                                        \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #privateKey(SdkBytes)}.\n@param privateKey a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #privateKey(SdkBytes)", "deprecated" : false, "documentation" : "

                                                        The private key that matches the public key in the certificate.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "privateKey", "fluentSetterDocumentation" : "

                                                        The private key that matches the public key in the certificate.

                                                        \n@param privateKey The private key that matches the public key in the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "privateKey", "getterDocumentation" : "

                                                        The private key that matches the public key in the certificate.

                                                        \n@return The private key that matches the public key in the certificate.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrivateKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PrivateKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "PrivateKey", "sensitive" : true, "setterDocumentation" : "

                                                        The private key that matches the public key in the certificate.

                                                        \n@param privateKey The private key that matches the public key in the certificate.", "setterMethodName" : "setPrivateKey", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "privateKey", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "privateKey", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                                        The private key that matches the public key in the certificate.

                                                        ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateChain", "beanStyleSetterMethodName" : "setCertificateChain", "c2jName" : "CertificateChain", "c2jShape" : "CertificateChainBlob", "defaultConsumerFluentSetterDocumentation" : "

                                                        The PEM encoded certificate chain.

                                                        \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #certificateChain(SdkBytes)}.\n@param certificateChain a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateChain(SdkBytes)", "deprecated" : false, "documentation" : "

                                                        The PEM encoded certificate chain.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateChain", "fluentSetterDocumentation" : "

                                                        The PEM encoded certificate chain.

                                                        \n@param certificateChain The PEM encoded certificate chain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateChain", "getterDocumentation" : "

                                                        The PEM encoded certificate chain.

                                                        \n@return The PEM encoded certificate chain.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateChain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateChain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "CertificateChain", "sensitive" : false, "setterDocumentation" : "

                                                        The PEM encoded certificate chain.

                                                        \n@param certificateChain The PEM encoded certificate chain.", "setterMethodName" : "setCertificateChain", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificateChain", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificateChain", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                                        The PEM encoded certificate chain.

                                                        ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Certificate" : { "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "CertificateBodyBlob", "defaultConsumerFluentSetterDocumentation" : "

                                                        The certificate to import.

                                                        \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #certificate(SdkBytes)}.\n@param certificate a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificate(SdkBytes)", "deprecated" : false, "documentation" : "

                                                        The certificate to import.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

                                                        The certificate to import.

                                                        \n@param certificate The certificate to import.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

                                                        The certificate to import.

                                                        \n@return The certificate to import.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Certificate", "sensitive" : false, "setterDocumentation" : "

                                                        The certificate to import.

                                                        \n@param certificate The certificate to import.", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificate", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificate", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                                        The certificate to import.

                                                        ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null }, "CertificateArn" : { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

                                                        \n@param certificateArn The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

                                                        \n@return The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

                                                        \n@param certificateArn The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CertificateChain" : { "beanStyleGetterMethodName" : "getCertificateChain", "beanStyleSetterMethodName" : "setCertificateChain", "c2jName" : "CertificateChain", "c2jShape" : "CertificateChainBlob", "defaultConsumerFluentSetterDocumentation" : "

                                                        The PEM encoded certificate chain.

                                                        \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #certificateChain(SdkBytes)}.\n@param certificateChain a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateChain(SdkBytes)", "deprecated" : false, "documentation" : "

                                                        The PEM encoded certificate chain.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateChain", "fluentSetterDocumentation" : "

                                                        The PEM encoded certificate chain.

                                                        \n@param certificateChain The PEM encoded certificate chain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateChain", "getterDocumentation" : "

                                                        The PEM encoded certificate chain.

                                                        \n@return The PEM encoded certificate chain.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateChain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateChain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "CertificateChain", "sensitive" : false, "setterDocumentation" : "

                                                        The PEM encoded certificate chain.

                                                        \n@param certificateChain The PEM encoded certificate chain.", "setterMethodName" : "setCertificateChain", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificateChain", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificateChain", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                                        The PEM encoded certificate chain.

                                                        ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null }, "PrivateKey" : { "beanStyleGetterMethodName" : "getPrivateKey", "beanStyleSetterMethodName" : "setPrivateKey", "c2jName" : "PrivateKey", "c2jShape" : "PrivateKeyBlob", "defaultConsumerFluentSetterDocumentation" : "

                                                        The private key that matches the public key in the certificate.

                                                        \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #privateKey(SdkBytes)}.\n@param privateKey a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #privateKey(SdkBytes)", "deprecated" : false, "documentation" : "

                                                        The private key that matches the public key in the certificate.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "privateKey", "fluentSetterDocumentation" : "

                                                        The private key that matches the public key in the certificate.

                                                        \n@param privateKey The private key that matches the public key in the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "privateKey", "getterDocumentation" : "

                                                        The private key that matches the public key in the certificate.

                                                        \n@return The private key that matches the public key in the certificate.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrivateKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PrivateKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "PrivateKey", "sensitive" : true, "setterDocumentation" : "

                                                        The private key that matches the public key in the certificate.

                                                        \n@param privateKey The private key that matches the public key in the certificate.", "setterMethodName" : "setPrivateKey", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "privateKey", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "privateKey", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                                        The private key that matches the public key in the certificate.

                                                        ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

                                                        \n@param certificateArn The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

                                                        \n@return The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

                                                        \n@param certificateArn The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of an imported certificate to replace. To import a new certificate, omit this field.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificate", "beanStyleSetterMethodName" : "setCertificate", "c2jName" : "Certificate", "c2jShape" : "CertificateBodyBlob", "defaultConsumerFluentSetterDocumentation" : "

                                                        The certificate to import.

                                                        \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #certificate(SdkBytes)}.\n@param certificate a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificate(SdkBytes)", "deprecated" : false, "documentation" : "

                                                        The certificate to import.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificate", "fluentSetterDocumentation" : "

                                                        The certificate to import.

                                                        \n@param certificate The certificate to import.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificate", "getterDocumentation" : "

                                                        The certificate to import.

                                                        \n@return The certificate to import.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Certificate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Certificate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Certificate", "sensitive" : false, "setterDocumentation" : "

                                                        The certificate to import.

                                                        \n@param certificate The certificate to import.", "setterMethodName" : "setCertificate", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificate", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificate", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                                        The certificate to import.

                                                        ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPrivateKey", "beanStyleSetterMethodName" : "setPrivateKey", "c2jName" : "PrivateKey", "c2jShape" : "PrivateKeyBlob", "defaultConsumerFluentSetterDocumentation" : "

                                                        The private key that matches the public key in the certificate.

                                                        \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #privateKey(SdkBytes)}.\n@param privateKey a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #privateKey(SdkBytes)", "deprecated" : false, "documentation" : "

                                                        The private key that matches the public key in the certificate.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "privateKey", "fluentSetterDocumentation" : "

                                                        The private key that matches the public key in the certificate.

                                                        \n@param privateKey The private key that matches the public key in the certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "privateKey", "getterDocumentation" : "

                                                        The private key that matches the public key in the certificate.

                                                        \n@return The private key that matches the public key in the certificate.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PrivateKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PrivateKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "PrivateKey", "sensitive" : true, "setterDocumentation" : "

                                                        The private key that matches the public key in the certificate.

                                                        \n@param privateKey The private key that matches the public key in the certificate.", "setterMethodName" : "setPrivateKey", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "privateKey", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "privateKey", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                                        The private key that matches the public key in the certificate.

                                                        ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateChain", "beanStyleSetterMethodName" : "setCertificateChain", "c2jName" : "CertificateChain", "c2jShape" : "CertificateChainBlob", "defaultConsumerFluentSetterDocumentation" : "

                                                        The PEM encoded certificate chain.

                                                        \nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #certificateChain(SdkBytes)}.\n@param certificateChain a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateChain(SdkBytes)", "deprecated" : false, "documentation" : "

                                                        The PEM encoded certificate chain.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateChain", "fluentSetterDocumentation" : "

                                                        The PEM encoded certificate chain.

                                                        \n@param certificateChain The PEM encoded certificate chain.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateChain", "getterDocumentation" : "

                                                        The PEM encoded certificate chain.

                                                        \n@return The PEM encoded certificate chain.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateChain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateChain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "CertificateChain", "sensitive" : false, "setterDocumentation" : "

                                                        The PEM encoded certificate chain.

                                                        \n@param certificateChain The PEM encoded certificate chain.", "setterMethodName" : "setCertificateChain", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificateChain", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "certificateChain", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

                                                        The PEM encoded certificate chain.

                                                        ", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Certificate", "PrivateKey" ], "shapeName" : "ImportCertificateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ImportCertificateRequest", "variableName" : "importCertificateRequest", "variableType" : "ImportCertificateRequest", "documentation" : null, "simpleType" : "ImportCertificateRequest", "variableSetterType" : "ImportCertificateRequest" }, "wrapper" : false }, "ImportCertificateResponse" : { "c2jName" : "ImportCertificateResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the imported certificate.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) of the imported certificate.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the imported certificate.

                                                        \n@param certificateArn The Amazon Resource Name (ARN) of the imported certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the imported certificate.

                                                        \n@return The Amazon Resource Name (ARN) of the imported certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the imported certificate.

                                                        \n@param certificateArn The Amazon Resource Name (ARN) of the imported certificate.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the imported certificate.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the imported certificate.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) of the imported certificate.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the imported certificate.

                                                        \n@param certificateArn The Amazon Resource Name (ARN) of the imported certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the imported certificate.

                                                        \n@return The Amazon Resource Name (ARN) of the imported certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the imported certificate.

                                                        \n@param certificateArn The Amazon Resource Name (ARN) of the imported certificate.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the imported certificate.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the imported certificate.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                        The Amazon Resource Name (ARN) of the imported certificate.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the imported certificate.

                                                        \n@param certificateArn The Amazon Resource Name (ARN) of the imported certificate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the imported certificate.

                                                        \n@return The Amazon Resource Name (ARN) of the imported certificate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                        The Amazon Resource Name (ARN) of the imported certificate.

                                                        \n@param certificateArn The Amazon Resource Name (ARN) of the imported certificate.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                        The Amazon Resource Name (ARN) of the imported certificate.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ImportCertificateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImportCertificateResponse", "variableName" : "importCertificateResponse", "variableType" : "ImportCertificateResponse", "documentation" : null, "simpleType" : "ImportCertificateResponse", "variableSetterType" : "ImportCertificateResponse" }, "wrapper" : false }, "InvalidArnException" : { "c2jName" : "InvalidArnException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        The requested Amazon Resource Name (ARN) does not refer to an existing resource.

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidArnException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidArnException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidArnException", "variableName" : "invalidArnException", "variableType" : "InvalidArnException", "documentation" : null, "simpleType" : "InvalidArnException", "variableSetterType" : "InvalidArnException" }, "wrapper" : false }, "InvalidDomainValidationOptionsException" : { "c2jName" : "InvalidDomainValidationOptionsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        One or more values in the DomainValidationOption structure is incorrect.

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidDomainValidationOptionsException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidDomainValidationOptionsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidDomainValidationOptionsException", "variableName" : "invalidDomainValidationOptionsException", "variableType" : "InvalidDomainValidationOptionsException", "documentation" : null, "simpleType" : "InvalidDomainValidationOptionsException", "variableSetterType" : "InvalidDomainValidationOptionsException" }, "wrapper" : false }, "InvalidStateException" : { "c2jName" : "InvalidStateException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        Processing has reached an invalid state.

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidStateException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidStateException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidStateException", "variableName" : "invalidStateException", "variableType" : "InvalidStateException", "documentation" : null, "simpleType" : "InvalidStateException", "variableSetterType" : "InvalidStateException" }, "wrapper" : false }, "InvalidTagException" : { "c2jName" : "InvalidTagException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        One or both of the values that make up the key-value pair is not valid. For example, you cannot specify a tag value that begins with aws:.

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidTagException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidTagException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidTagException", "variableName" : "invalidTagException", "variableType" : "InvalidTagException", "documentation" : null, "simpleType" : "InvalidTagException", "variableSetterType" : "InvalidTagException" }, "wrapper" : false }, "KeyAlgorithm" : { "c2jName" : "KeyAlgorithm", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "RSA_2048", "value" : "RSA_2048" }, { "name" : "RSA_1024", "value" : "RSA_1024" }, { "name" : "RSA_4096", "value" : "RSA_4096" }, { "name" : "EC_PRIME256_V1", "value" : "EC_prime256v1" }, { "name" : "EC_SECP384_R1", "value" : "EC_secp384r1" }, { "name" : "EC_SECP521_R1", "value" : "EC_secp521r1" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KeyAlgorithm", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KeyAlgorithm", "variableName" : "keyAlgorithm", "variableType" : "KeyAlgorithm", "documentation" : null, "simpleType" : "KeyAlgorithm", "variableSetterType" : "KeyAlgorithm" }, "wrapper" : false }, "KeyUsage" : { "c2jName" : "KeyUsage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        The Key Usage X.509 v3 extension defines the purpose of the public key contained in the certificate.

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getNameAsString", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "KeyUsageName", "defaultConsumerFluentSetterDocumentation" : "

                                                        A string value that contains a Key Usage extension name.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                        A string value that contains a Key Usage extension name.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "KeyUsageName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "name", "fluentEnumSetterMethodName" : "name", "fluentGetterMethodName" : "nameAsString", "fluentSetterDocumentation" : "

                                                        A string value that contains a Key Usage extension name.

                                                        \n@param name A string value that contains a Key Usage extension name.\n@see KeyUsageName\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyUsageName", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                        A string value that contains a Key Usage extension name.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #name} will return {@link KeyUsageName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nameAsString}.\n

                                                        \n@return A string value that contains a Key Usage extension name.\n@see KeyUsageName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                        A string value that contains a Key Usage extension name.

                                                        \n@param name A string value that contains a Key Usage extension name.\n@see KeyUsageName", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                        A string value that contains a Key Usage extension name.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getNameAsString", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "KeyUsageName", "defaultConsumerFluentSetterDocumentation" : "

                                                        A string value that contains a Key Usage extension name.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                        A string value that contains a Key Usage extension name.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "KeyUsageName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "name", "fluentEnumSetterMethodName" : "name", "fluentGetterMethodName" : "nameAsString", "fluentSetterDocumentation" : "

                                                        A string value that contains a Key Usage extension name.

                                                        \n@param name A string value that contains a Key Usage extension name.\n@see KeyUsageName\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyUsageName", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                        A string value that contains a Key Usage extension name.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #name} will return {@link KeyUsageName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nameAsString}.\n

                                                        \n@return A string value that contains a Key Usage extension name.\n@see KeyUsageName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                        A string value that contains a Key Usage extension name.

                                                        \n@param name A string value that contains a Key Usage extension name.\n@see KeyUsageName", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                        A string value that contains a Key Usage extension name.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNameAsString", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "KeyUsageName", "defaultConsumerFluentSetterDocumentation" : "

                                                        A string value that contains a Key Usage extension name.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameAsString(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                        A string value that contains a Key Usage extension name.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "KeyUsageName", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "name", "fluentEnumSetterMethodName" : "name", "fluentGetterMethodName" : "nameAsString", "fluentSetterDocumentation" : "

                                                        A string value that contains a Key Usage extension name.

                                                        \n@param name A string value that contains a Key Usage extension name.\n@see KeyUsageName\n@return Returns a reference to this object so that method calls can be chained together.\n@see KeyUsageName", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                        A string value that contains a Key Usage extension name.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #name} will return {@link KeyUsageName#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #nameAsString}.\n

                                                        \n@return A string value that contains a Key Usage extension name.\n@see KeyUsageName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                        A string value that contains a Key Usage extension name.

                                                        \n@param name A string value that contains a Key Usage extension name.\n@see KeyUsageName", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                        A string value that contains a Key Usage extension name.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KeyUsage", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KeyUsage", "variableName" : "keyUsage", "variableType" : "KeyUsage", "documentation" : null, "simpleType" : "KeyUsage", "variableSetterType" : "KeyUsage" }, "wrapper" : false }, "KeyUsageName" : { "c2jName" : "KeyUsageName", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "DIGITAL_SIGNATURE", "value" : "DIGITAL_SIGNATURE" }, { "name" : "NON_REPUDIATION", "value" : "NON_REPUDIATION" }, { "name" : "KEY_ENCIPHERMENT", "value" : "KEY_ENCIPHERMENT" }, { "name" : "DATA_ENCIPHERMENT", "value" : "DATA_ENCIPHERMENT" }, { "name" : "KEY_AGREEMENT", "value" : "KEY_AGREEMENT" }, { "name" : "CERTIFICATE_SIGNING", "value" : "CERTIFICATE_SIGNING" }, { "name" : "CRL_SIGNING", "value" : "CRL_SIGNING" }, { "name" : "ENCIPHER_ONLY", "value" : "ENCIPHER_ONLY" }, { "name" : "DECIPHER_ONLY", "value" : "DECIPHER_ONLY" }, { "name" : "ANY", "value" : "ANY" }, { "name" : "CUSTOM", "value" : "CUSTOM" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "KeyUsageName", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "KeyUsageName", "variableName" : "keyUsageName", "variableType" : "KeyUsageName", "documentation" : null, "simpleType" : "KeyUsageName", "variableSetterType" : "KeyUsageName" }, "wrapper" : false }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        An ACM limit has been exceeded.

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LimitExceededException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false }, "ListCertificatesRequest" : { "c2jName" : "ListCertificatesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListCertificates", "locationName" : null, "requestUri" : "/", "target" : "CertificateManager.ListCertificates", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCertificateStatusesAsStrings", "beanStyleSetterMethodName" : "setCertificateStatusesWithStrings", "c2jName" : "CertificateStatuses", "c2jShape" : "CertificateStatuses", "defaultConsumerFluentSetterDocumentation" : "

                                                        Filter the certificate list by status value.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificateStatusesAsStrings(List)}.\n@param certificateStatuses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateStatusesWithStrings(List)", "deprecated" : false, "documentation" : "

                                                        Filter the certificate list by status value.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "certificateStatuses", "fluentEnumSetterMethodName" : "certificateStatuses", "fluentGetterMethodName" : "certificateStatusesAsStrings", "fluentSetterDocumentation" : "

                                                        Filter the certificate list by status value.

                                                        \n@param certificateStatuses Filter the certificate list by status value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateStatusesWithStrings", "getterDocumentation" : "

                                                        Filter the certificate list by status value.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return Filter the certificate list by status value.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateStatuses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateStatuses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CertificateStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "CertificateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CertificateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link CertificateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                        \n@return The value of the Member property for this object.\n@see CertificateStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CertificateStatus", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CertificateStatuses", "sensitive" : false, "setterDocumentation" : "

                                                        Filter the certificate list by status value.

                                                        \n@param certificateStatuses Filter the certificate list by status value.", "setterMethodName" : "setCertificateStatusesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificateStatuses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificateStatuses", "variableType" : "java.util.List", "documentation" : "

                                                        Filter the certificate list by status value.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIncludes", "beanStyleSetterMethodName" : "setIncludes", "c2jName" : "Includes", "c2jShape" : "Filters", "defaultConsumerFluentSetterDocumentation" : "

                                                        Filter the certificate list. For more information, see the Filters structure.

                                                        \nThis is a convenience that creates an instance of the {@link Filters.Builder} avoiding the need to create one manually via {@link Filters#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filters.Builder#build()} is called immediately and its result is passed to {@link #includes(Filters)}.\n@param includes a consumer that will call methods on {@link Filters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #includes(Filters)", "deprecated" : false, "documentation" : "

                                                        Filter the certificate list. For more information, see the Filters structure.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includes", "fluentSetterDocumentation" : "

                                                        Filter the certificate list. For more information, see the Filters structure.

                                                        \n@param includes Filter the certificate list. For more information, see the Filters structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includes", "getterDocumentation" : "

                                                        Filter the certificate list. For more information, see the Filters structure.

                                                        \n@return Filter the certificate list. For more information, see the Filters structure.", "getterModel" : { "returnType" : "Filters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Includes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Includes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Includes", "sensitive" : false, "setterDocumentation" : "

                                                        Filter the certificate list. For more information, see the Filters structure.

                                                        \n@param includes Filter the certificate list. For more information, see the Filters structure.", "setterMethodName" : "setIncludes", "setterModel" : { "variableDeclarationType" : "Filters", "variableName" : "includes", "variableType" : "Filters", "documentation" : null, "simpleType" : "Filters", "variableSetterType" : "Filters" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Filters", "variableName" : "includes", "variableType" : "Filters", "documentation" : "

                                                        Filter the certificate list. For more information, see the Filters structure.

                                                        ", "simpleType" : "Filters", "variableSetterType" : "Filters" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                        Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                        Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                        Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

                                                        \n@param nextToken Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                        Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

                                                        \n@return Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                        Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

                                                        \n@param nextToken Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                        Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "MaxItems", "defaultConsumerFluentSetterDocumentation" : "

                                                        Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxItems(Integer)}.\n@param maxItems a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(Integer)", "deprecated" : false, "documentation" : "

                                                        Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                        Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

                                                        \n@param maxItems Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                        Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

                                                        \n@return Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                        Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

                                                        \n@param maxItems Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                        Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateStatuses" : { "beanStyleGetterMethodName" : "getCertificateStatusesAsStrings", "beanStyleSetterMethodName" : "setCertificateStatusesWithStrings", "c2jName" : "CertificateStatuses", "c2jShape" : "CertificateStatuses", "defaultConsumerFluentSetterDocumentation" : "

                                                        Filter the certificate list by status value.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificateStatusesAsStrings(List)}.\n@param certificateStatuses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateStatusesWithStrings(List)", "deprecated" : false, "documentation" : "

                                                        Filter the certificate list by status value.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "certificateStatuses", "fluentEnumSetterMethodName" : "certificateStatuses", "fluentGetterMethodName" : "certificateStatusesAsStrings", "fluentSetterDocumentation" : "

                                                        Filter the certificate list by status value.

                                                        \n@param certificateStatuses Filter the certificate list by status value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateStatusesWithStrings", "getterDocumentation" : "

                                                        Filter the certificate list by status value.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return Filter the certificate list by status value.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateStatuses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateStatuses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CertificateStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "CertificateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CertificateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link CertificateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                        \n@return The value of the Member property for this object.\n@see CertificateStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CertificateStatus", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CertificateStatuses", "sensitive" : false, "setterDocumentation" : "

                                                        Filter the certificate list by status value.

                                                        \n@param certificateStatuses Filter the certificate list by status value.", "setterMethodName" : "setCertificateStatusesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificateStatuses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificateStatuses", "variableType" : "java.util.List", "documentation" : "

                                                        Filter the certificate list by status value.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Includes" : { "beanStyleGetterMethodName" : "getIncludes", "beanStyleSetterMethodName" : "setIncludes", "c2jName" : "Includes", "c2jShape" : "Filters", "defaultConsumerFluentSetterDocumentation" : "

                                                        Filter the certificate list. For more information, see the Filters structure.

                                                        \nThis is a convenience that creates an instance of the {@link Filters.Builder} avoiding the need to create one manually via {@link Filters#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filters.Builder#build()} is called immediately and its result is passed to {@link #includes(Filters)}.\n@param includes a consumer that will call methods on {@link Filters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #includes(Filters)", "deprecated" : false, "documentation" : "

                                                        Filter the certificate list. For more information, see the Filters structure.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includes", "fluentSetterDocumentation" : "

                                                        Filter the certificate list. For more information, see the Filters structure.

                                                        \n@param includes Filter the certificate list. For more information, see the Filters structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includes", "getterDocumentation" : "

                                                        Filter the certificate list. For more information, see the Filters structure.

                                                        \n@return Filter the certificate list. For more information, see the Filters structure.", "getterModel" : { "returnType" : "Filters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Includes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Includes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Includes", "sensitive" : false, "setterDocumentation" : "

                                                        Filter the certificate list. For more information, see the Filters structure.

                                                        \n@param includes Filter the certificate list. For more information, see the Filters structure.", "setterMethodName" : "setIncludes", "setterModel" : { "variableDeclarationType" : "Filters", "variableName" : "includes", "variableType" : "Filters", "documentation" : null, "simpleType" : "Filters", "variableSetterType" : "Filters" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Filters", "variableName" : "includes", "variableType" : "Filters", "documentation" : "

                                                        Filter the certificate list. For more information, see the Filters structure.

                                                        ", "simpleType" : "Filters", "variableSetterType" : "Filters" }, "xmlNameSpaceUri" : null }, "MaxItems" : { "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "MaxItems", "defaultConsumerFluentSetterDocumentation" : "

                                                        Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxItems(Integer)}.\n@param maxItems a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(Integer)", "deprecated" : false, "documentation" : "

                                                        Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                        Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

                                                        \n@param maxItems Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                        Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

                                                        \n@return Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                        Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

                                                        \n@param maxItems Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                        Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                        Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                        Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                        Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

                                                        \n@param nextToken Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                        Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

                                                        \n@return Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                        Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

                                                        \n@param nextToken Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                        Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificateStatusesAsStrings", "beanStyleSetterMethodName" : "setCertificateStatusesWithStrings", "c2jName" : "CertificateStatuses", "c2jShape" : "CertificateStatuses", "defaultConsumerFluentSetterDocumentation" : "

                                                        Filter the certificate list by status value.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificateStatusesAsStrings(List)}.\n@param certificateStatuses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateStatusesWithStrings(List)", "deprecated" : false, "documentation" : "

                                                        Filter the certificate list by status value.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "certificateStatuses", "fluentEnumSetterMethodName" : "certificateStatuses", "fluentGetterMethodName" : "certificateStatusesAsStrings", "fluentSetterDocumentation" : "

                                                        Filter the certificate list by status value.

                                                        \n@param certificateStatuses Filter the certificate list by status value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateStatusesWithStrings", "getterDocumentation" : "

                                                        Filter the certificate list by status value.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return Filter the certificate list by status value.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateStatuses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateStatuses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMemberAsString", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CertificateStatus", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : "CertificateStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "member", "fluentEnumSetterMethodName" : "member", "fluentGetterMethodName" : "memberAsString", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CertificateStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateStatus", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link CertificateStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n

                                                        \n@return The value of the Member property for this object.\n@see CertificateStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CertificateStatus", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CertificateStatuses", "sensitive" : false, "setterDocumentation" : "

                                                        Filter the certificate list by status value.

                                                        \n@param certificateStatuses Filter the certificate list by status value.", "setterMethodName" : "setCertificateStatusesWithStrings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificateStatuses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificateStatuses", "variableType" : "java.util.List", "documentation" : "

                                                        Filter the certificate list by status value.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIncludes", "beanStyleSetterMethodName" : "setIncludes", "c2jName" : "Includes", "c2jShape" : "Filters", "defaultConsumerFluentSetterDocumentation" : "

                                                        Filter the certificate list. For more information, see the Filters structure.

                                                        \nThis is a convenience that creates an instance of the {@link Filters.Builder} avoiding the need to create one manually via {@link Filters#builder()}.\n\nWhen the {@link Consumer} completes, {@link Filters.Builder#build()} is called immediately and its result is passed to {@link #includes(Filters)}.\n@param includes a consumer that will call methods on {@link Filters.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #includes(Filters)", "deprecated" : false, "documentation" : "

                                                        Filter the certificate list. For more information, see the Filters structure.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "includes", "fluentSetterDocumentation" : "

                                                        Filter the certificate list. For more information, see the Filters structure.

                                                        \n@param includes Filter the certificate list. For more information, see the Filters structure.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "includes", "getterDocumentation" : "

                                                        Filter the certificate list. For more information, see the Filters structure.

                                                        \n@return Filter the certificate list. For more information, see the Filters structure.", "getterModel" : { "returnType" : "Filters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Includes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Includes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Includes", "sensitive" : false, "setterDocumentation" : "

                                                        Filter the certificate list. For more information, see the Filters structure.

                                                        \n@param includes Filter the certificate list. For more information, see the Filters structure.", "setterMethodName" : "setIncludes", "setterModel" : { "variableDeclarationType" : "Filters", "variableName" : "includes", "variableType" : "Filters", "documentation" : null, "simpleType" : "Filters", "variableSetterType" : "Filters" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Filters", "variableName" : "includes", "variableType" : "Filters", "documentation" : "

                                                        Filter the certificate list. For more information, see the Filters structure.

                                                        ", "simpleType" : "Filters", "variableSetterType" : "Filters" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                        Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                        Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                        Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

                                                        \n@param nextToken Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                        Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

                                                        \n@return Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                        Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

                                                        \n@param nextToken Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                        Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxItems", "beanStyleSetterMethodName" : "setMaxItems", "c2jName" : "MaxItems", "c2jShape" : "MaxItems", "defaultConsumerFluentSetterDocumentation" : "

                                                        Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

                                                        \nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxItems(Integer)}.\n@param maxItems a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxItems(Integer)", "deprecated" : false, "documentation" : "

                                                        Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxItems", "fluentSetterDocumentation" : "

                                                        Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

                                                        \n@param maxItems Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxItems", "getterDocumentation" : "

                                                        Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

                                                        \n@return Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxItems", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxItems", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxItems", "sensitive" : false, "setterDocumentation" : "

                                                        Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

                                                        \n@param maxItems Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.", "setterMethodName" : "setMaxItems", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxItems", "variableType" : "Integer", "documentation" : "

                                                        Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListCertificatesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListCertificatesRequest", "variableName" : "listCertificatesRequest", "variableType" : "ListCertificatesRequest", "documentation" : null, "simpleType" : "ListCertificatesRequest", "variableSetterType" : "ListCertificatesRequest" }, "wrapper" : false }, "ListCertificatesResponse" : { "c2jName" : "ListCertificatesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                        When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                        When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                        When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

                                                        \n@param nextToken When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                        When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

                                                        \n@return When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                        When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

                                                        \n@param nextToken When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                        When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateSummaryList", "beanStyleSetterMethodName" : "setCertificateSummaryList", "c2jName" : "CertificateSummaryList", "c2jShape" : "CertificateSummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                                        A list of ACM certificates.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificateSummaryList(List)}.\n@param certificateSummaryList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateSummaryList(List)", "deprecated" : false, "documentation" : "

                                                        A list of ACM certificates.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateSummaryList", "fluentSetterDocumentation" : "

                                                        A list of ACM certificates.

                                                        \n@param certificateSummaryList A list of ACM certificates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateSummaryList", "getterDocumentation" : "

                                                        A list of ACM certificates.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return A list of ACM certificates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateSummaryList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateSummaryList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CertificateSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CertificateSummary.Builder} avoiding the need to create one manually via {@link CertificateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link CertificateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(CertificateSummary)}.\n@param member a consumer that will call methods on {@link CertificateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CertificateSummary)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CertificateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CertificateSummary", "variableName" : "member", "variableType" : "CertificateSummary", "documentation" : null, "simpleType" : "CertificateSummary", "variableSetterType" : "CertificateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CertificateSummary", "variableName" : "member", "variableType" : "CertificateSummary", "documentation" : "", "simpleType" : "CertificateSummary", "variableSetterType" : "CertificateSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CertificateSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CertificateSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CertificateSummaryList", "sensitive" : false, "setterDocumentation" : "

                                                        A list of ACM certificates.

                                                        \n@param certificateSummaryList A list of ACM certificates.", "setterMethodName" : "setCertificateSummaryList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificateSummaryList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificateSummaryList", "variableType" : "java.util.List", "documentation" : "

                                                        A list of ACM certificates.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateSummaryList" : { "beanStyleGetterMethodName" : "getCertificateSummaryList", "beanStyleSetterMethodName" : "setCertificateSummaryList", "c2jName" : "CertificateSummaryList", "c2jShape" : "CertificateSummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                                        A list of ACM certificates.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificateSummaryList(List)}.\n@param certificateSummaryList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateSummaryList(List)", "deprecated" : false, "documentation" : "

                                                        A list of ACM certificates.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateSummaryList", "fluentSetterDocumentation" : "

                                                        A list of ACM certificates.

                                                        \n@param certificateSummaryList A list of ACM certificates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateSummaryList", "getterDocumentation" : "

                                                        A list of ACM certificates.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return A list of ACM certificates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateSummaryList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateSummaryList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CertificateSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CertificateSummary.Builder} avoiding the need to create one manually via {@link CertificateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link CertificateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(CertificateSummary)}.\n@param member a consumer that will call methods on {@link CertificateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CertificateSummary)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CertificateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CertificateSummary", "variableName" : "member", "variableType" : "CertificateSummary", "documentation" : null, "simpleType" : "CertificateSummary", "variableSetterType" : "CertificateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CertificateSummary", "variableName" : "member", "variableType" : "CertificateSummary", "documentation" : "", "simpleType" : "CertificateSummary", "variableSetterType" : "CertificateSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CertificateSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CertificateSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CertificateSummaryList", "sensitive" : false, "setterDocumentation" : "

                                                        A list of ACM certificates.

                                                        \n@param certificateSummaryList A list of ACM certificates.", "setterMethodName" : "setCertificateSummaryList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificateSummaryList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificateSummaryList", "variableType" : "java.util.List", "documentation" : "

                                                        A list of ACM certificates.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                        When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                        When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                        When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

                                                        \n@param nextToken When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                        When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

                                                        \n@return When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                        When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

                                                        \n@param nextToken When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                        When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

                                                        When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)", "deprecated" : false, "documentation" : "

                                                        When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                        When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

                                                        \n@param nextToken When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                        When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

                                                        \n@return When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                                        When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

                                                        \n@param nextToken When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                        When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateSummaryList", "beanStyleSetterMethodName" : "setCertificateSummaryList", "c2jName" : "CertificateSummaryList", "c2jShape" : "CertificateSummaryList", "defaultConsumerFluentSetterDocumentation" : "

                                                        A list of ACM certificates.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #certificateSummaryList(List)}.\n@param certificateSummaryList a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateSummaryList(List)", "deprecated" : false, "documentation" : "

                                                        A list of ACM certificates.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateSummaryList", "fluentSetterDocumentation" : "

                                                        A list of ACM certificates.

                                                        \n@param certificateSummaryList A list of ACM certificates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateSummaryList", "getterDocumentation" : "

                                                        A list of ACM certificates.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return A list of ACM certificates.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateSummaryList", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateSummaryList", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CertificateSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CertificateSummary.Builder} avoiding the need to create one manually via {@link CertificateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link CertificateSummary.Builder#build()} is called immediately and its result is passed to {@link #member(CertificateSummary)}.\n@param member a consumer that will call methods on {@link CertificateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CertificateSummary)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CertificateSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CertificateSummary", "variableName" : "member", "variableType" : "CertificateSummary", "documentation" : null, "simpleType" : "CertificateSummary", "variableSetterType" : "CertificateSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CertificateSummary", "variableName" : "member", "variableType" : "CertificateSummary", "documentation" : "", "simpleType" : "CertificateSummary", "variableSetterType" : "CertificateSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CertificateSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CertificateSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "CertificateSummaryList", "sensitive" : false, "setterDocumentation" : "

                                                        A list of ACM certificates.

                                                        \n@param certificateSummaryList A list of ACM certificates.", "setterMethodName" : "setCertificateSummaryList", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificateSummaryList", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "certificateSummaryList", "variableType" : "java.util.List", "documentation" : "

                                                        A list of ACM certificates.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListCertificatesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListCertificatesResponse", "variableName" : "listCertificatesResponse", "variableType" : "ListCertificatesResponse", "documentation" : null, "simpleType" : "ListCertificatesResponse", "variableSetterType" : "ListCertificatesResponse" }, "wrapper" : false }, "ListTagsForCertificateRequest" : { "c2jName" : "ListTagsForCertificateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListTagsForCertificate", "locationName" : null, "requestUri" : "/", "target" : "CertificateManager.ListTagsForCertificate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                        String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                        String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@param certificateArn String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                        String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@return String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                        String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@param certificateArn String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                        String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                        String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                        String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@param certificateArn String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                        String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@return String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                        String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@param certificateArn String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                        String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                        String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                        String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@param certificateArn String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                        String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@return String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                        String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@param certificateArn String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                        String that contains the ARN of the ACM certificate for which you want to list the tags. This must have the following form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CertificateArn" ], "shapeName" : "ListTagsForCertificateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsForCertificateRequest", "variableName" : "listTagsForCertificateRequest", "variableType" : "ListTagsForCertificateRequest", "documentation" : null, "simpleType" : "ListTagsForCertificateRequest", "variableSetterType" : "ListTagsForCertificateRequest" }, "wrapper" : false }, "ListTagsForCertificateResponse" : { "c2jName" : "ListTagsForCertificateResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                        The key-value pairs that define the applied tags.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                        The key-value pairs that define the applied tags.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                        The key-value pairs that define the applied tags.

                                                        \n@param tags The key-value pairs that define the applied tags.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                        The key-value pairs that define the applied tags.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return The key-value pairs that define the applied tags.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                        The key-value pairs that define the applied tags.

                                                        \n@param tags The key-value pairs that define the applied tags.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                        The key-value pairs that define the applied tags.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                        The key-value pairs that define the applied tags.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                        The key-value pairs that define the applied tags.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                        The key-value pairs that define the applied tags.

                                                        \n@param tags The key-value pairs that define the applied tags.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                        The key-value pairs that define the applied tags.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return The key-value pairs that define the applied tags.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                        The key-value pairs that define the applied tags.

                                                        \n@param tags The key-value pairs that define the applied tags.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                        The key-value pairs that define the applied tags.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                        The key-value pairs that define the applied tags.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                        The key-value pairs that define the applied tags.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                        The key-value pairs that define the applied tags.

                                                        \n@param tags The key-value pairs that define the applied tags.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                        The key-value pairs that define the applied tags.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return The key-value pairs that define the applied tags.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                        The key-value pairs that define the applied tags.

                                                        \n@param tags The key-value pairs that define the applied tags.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                        The key-value pairs that define the applied tags.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTagsForCertificateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsForCertificateResponse", "variableName" : "listTagsForCertificateResponse", "variableType" : "ListTagsForCertificateResponse", "documentation" : null, "simpleType" : "ListTagsForCertificateResponse", "variableSetterType" : "ListTagsForCertificateResponse" }, "wrapper" : false }, "RecordType" : { "c2jName" : "RecordType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "CNAME", "value" : "CNAME" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RecordType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RecordType", "variableName" : "recordType", "variableType" : "RecordType", "documentation" : null, "simpleType" : "RecordType", "variableSetterType" : "RecordType" }, "wrapper" : false }, "RemoveTagsFromCertificateRequest" : { "c2jName" : "RemoveTagsFromCertificateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "RemoveTagsFromCertificate", "locationName" : null, "requestUri" : "/", "target" : "CertificateManager.RemoveTagsFromCertificate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                        String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                        String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@param certificateArn String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                        String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@return String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                        String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@param certificateArn String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                        String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                        The key-value pair that defines the tag to remove.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                        The key-value pair that defines the tag to remove.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                        The key-value pair that defines the tag to remove.

                                                        \n@param tags The key-value pair that defines the tag to remove.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                        The key-value pair that defines the tag to remove.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return The key-value pair that defines the tag to remove.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                        The key-value pair that defines the tag to remove.

                                                        \n@param tags The key-value pair that defines the tag to remove.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                        The key-value pair that defines the tag to remove.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                        String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                        String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@param certificateArn String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                        String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@return String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                        String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@param certificateArn String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                        String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Tags" : { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                        The key-value pair that defines the tag to remove.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                        The key-value pair that defines the tag to remove.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                        The key-value pair that defines the tag to remove.

                                                        \n@param tags The key-value pair that defines the tag to remove.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                        The key-value pair that defines the tag to remove.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return The key-value pair that defines the tag to remove.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                        The key-value pair that defines the tag to remove.

                                                        \n@param tags The key-value pair that defines the tag to remove.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                        The key-value pair that defines the tag to remove.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                        String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                        String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                        String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@param certificateArn String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                        String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@return String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                        String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        \n@param certificateArn String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                        String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. This must be of the form:

                                                        arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                        For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTags", "beanStyleSetterMethodName" : "setTags", "c2jName" : "Tags", "c2jShape" : "TagList", "defaultConsumerFluentSetterDocumentation" : "

                                                        The key-value pair that defines the tag to remove.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #tags(List)}.\n@param tags a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(List)", "deprecated" : false, "documentation" : "

                                                        The key-value pair that defines the tag to remove.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "tags", "fluentSetterDocumentation" : "

                                                        The key-value pair that defines the tag to remove.

                                                        \n@param tags The key-value pair that defines the tag to remove.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "tags", "getterDocumentation" : "

                                                        The key-value pair that defines the tag to remove.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return The key-value pair that defines the tag to remove.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Tags", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Tags", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Tag", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Tag.Builder} avoiding the need to create one manually via {@link Tag#builder()}.\n\nWhen the {@link Consumer} completes, {@link Tag.Builder#build()} is called immediately and its result is passed to {@link #member(Tag)}.\n@param member a consumer that will call methods on {@link Tag.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Tag)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "member", "variableType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Tag", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Tag", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Tags", "sensitive" : false, "setterDocumentation" : "

                                                        The key-value pair that defines the tag to remove.

                                                        \n@param tags The key-value pair that defines the tag to remove.", "setterMethodName" : "setTags", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tags", "variableType" : "java.util.List", "documentation" : "

                                                        The key-value pair that defines the tag to remove.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CertificateArn", "Tags" ], "shapeName" : "RemoveTagsFromCertificateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RemoveTagsFromCertificateRequest", "variableName" : "removeTagsFromCertificateRequest", "variableType" : "RemoveTagsFromCertificateRequest", "documentation" : null, "simpleType" : "RemoveTagsFromCertificateRequest", "variableSetterType" : "RemoveTagsFromCertificateRequest" }, "wrapper" : false }, "RemoveTagsFromCertificateResponse" : { "c2jName" : "RemoveTagsFromCertificateResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RemoveTagsFromCertificateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RemoveTagsFromCertificateResponse", "variableName" : "removeTagsFromCertificateResponse", "variableType" : "RemoveTagsFromCertificateResponse", "documentation" : null, "simpleType" : "RemoveTagsFromCertificateResponse", "variableSetterType" : "RemoveTagsFromCertificateResponse" }, "wrapper" : false }, "RenewalEligibility" : { "c2jName" : "RenewalEligibility", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "ELIGIBLE", "value" : "ELIGIBLE" }, { "name" : "INELIGIBLE", "value" : "INELIGIBLE" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RenewalEligibility", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RenewalEligibility", "variableName" : "renewalEligibility", "variableType" : "RenewalEligibility", "documentation" : null, "simpleType" : "RenewalEligibility", "variableSetterType" : "RenewalEligibility" }, "wrapper" : false }, "RenewalStatus" : { "c2jName" : "RenewalStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "PENDING_AUTO_RENEWAL", "value" : "PENDING_AUTO_RENEWAL" }, { "name" : "PENDING_VALIDATION", "value" : "PENDING_VALIDATION" }, { "name" : "SUCCESS", "value" : "SUCCESS" }, { "name" : "FAILED", "value" : "FAILED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RenewalStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RenewalStatus", "variableName" : "renewalStatus", "variableType" : "RenewalStatus", "documentation" : null, "simpleType" : "RenewalStatus", "variableSetterType" : "RenewalStatus" }, "wrapper" : false }, "RenewalSummary" : { "c2jName" : "RenewalSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        Contains information about the status of ACM's managed renewal for the certificate. This structure exists only when the certificate type is AMAZON_ISSUED.

                                                        ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRenewalStatusAsString", "beanStyleSetterMethodName" : "setRenewalStatus", "c2jName" : "RenewalStatus", "c2jShape" : "RenewalStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                        The status of ACM's managed renewal of the certificate.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #renewalStatusAsString(String)}.\n@param renewalStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #renewalStatus(String)", "deprecated" : false, "documentation" : "

                                                        The status of ACM's managed renewal of the certificate.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "RenewalStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "renewalStatus", "fluentEnumSetterMethodName" : "renewalStatus", "fluentGetterMethodName" : "renewalStatusAsString", "fluentSetterDocumentation" : "

                                                        The status of ACM's managed renewal of the certificate.

                                                        \n@param renewalStatus The status of ACM's managed renewal of the certificate.\n@see RenewalStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see RenewalStatus", "fluentSetterMethodName" : "renewalStatus", "getterDocumentation" : "

                                                        The status of ACM's managed renewal of the certificate.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #renewalStatus} will return {@link RenewalStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #renewalStatusAsString}.\n

                                                        \n@return The status of ACM's managed renewal of the certificate.\n@see RenewalStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RenewalStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RenewalStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RenewalStatus", "sensitive" : false, "setterDocumentation" : "

                                                        The status of ACM's managed renewal of the certificate.

                                                        \n@param renewalStatus The status of ACM's managed renewal of the certificate.\n@see RenewalStatus", "setterMethodName" : "setRenewalStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "renewalStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "renewalStatus", "variableType" : "String", "documentation" : "

                                                        The status of ACM's managed renewal of the certificate.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDomainValidationOptions", "beanStyleSetterMethodName" : "setDomainValidationOptions", "c2jName" : "DomainValidationOptions", "c2jShape" : "DomainValidationList", "defaultConsumerFluentSetterDocumentation" : "

                                                        Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #domainValidationOptions(List)}.\n@param domainValidationOptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainValidationOptions(List)", "deprecated" : false, "documentation" : "

                                                        Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainValidationOptions", "fluentSetterDocumentation" : "

                                                        Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

                                                        \n@param domainValidationOptions Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainValidationOptions", "getterDocumentation" : "

                                                        Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainValidationOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainValidationOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DomainValidation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainValidation.Builder} avoiding the need to create one manually via {@link DomainValidation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainValidation.Builder#build()} is called immediately and its result is passed to {@link #member(DomainValidation)}.\n@param member a consumer that will call methods on {@link DomainValidation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DomainValidation)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "DomainValidation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DomainValidation", "variableName" : "member", "variableType" : "DomainValidation", "documentation" : null, "simpleType" : "DomainValidation", "variableSetterType" : "DomainValidation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainValidation", "variableName" : "member", "variableType" : "DomainValidation", "documentation" : "", "simpleType" : "DomainValidation", "variableSetterType" : "DomainValidation" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DomainValidation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DomainValidation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DomainValidationOptions", "sensitive" : false, "setterDocumentation" : "

                                                        Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

                                                        \n@param domainValidationOptions Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.", "setterMethodName" : "setDomainValidationOptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainValidationOptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainValidationOptions", "variableType" : "java.util.List", "documentation" : "

                                                        Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainValidationOptions" : { "beanStyleGetterMethodName" : "getDomainValidationOptions", "beanStyleSetterMethodName" : "setDomainValidationOptions", "c2jName" : "DomainValidationOptions", "c2jShape" : "DomainValidationList", "defaultConsumerFluentSetterDocumentation" : "

                                                        Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #domainValidationOptions(List)}.\n@param domainValidationOptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainValidationOptions(List)", "deprecated" : false, "documentation" : "

                                                        Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainValidationOptions", "fluentSetterDocumentation" : "

                                                        Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

                                                        \n@param domainValidationOptions Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainValidationOptions", "getterDocumentation" : "

                                                        Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainValidationOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainValidationOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DomainValidation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainValidation.Builder} avoiding the need to create one manually via {@link DomainValidation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainValidation.Builder#build()} is called immediately and its result is passed to {@link #member(DomainValidation)}.\n@param member a consumer that will call methods on {@link DomainValidation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DomainValidation)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "DomainValidation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DomainValidation", "variableName" : "member", "variableType" : "DomainValidation", "documentation" : null, "simpleType" : "DomainValidation", "variableSetterType" : "DomainValidation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainValidation", "variableName" : "member", "variableType" : "DomainValidation", "documentation" : "", "simpleType" : "DomainValidation", "variableSetterType" : "DomainValidation" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DomainValidation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DomainValidation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DomainValidationOptions", "sensitive" : false, "setterDocumentation" : "

                                                        Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

                                                        \n@param domainValidationOptions Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.", "setterMethodName" : "setDomainValidationOptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainValidationOptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainValidationOptions", "variableType" : "java.util.List", "documentation" : "

                                                        Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "RenewalStatus" : { "beanStyleGetterMethodName" : "getRenewalStatusAsString", "beanStyleSetterMethodName" : "setRenewalStatus", "c2jName" : "RenewalStatus", "c2jShape" : "RenewalStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                        The status of ACM's managed renewal of the certificate.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #renewalStatusAsString(String)}.\n@param renewalStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #renewalStatus(String)", "deprecated" : false, "documentation" : "

                                                        The status of ACM's managed renewal of the certificate.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "RenewalStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "renewalStatus", "fluentEnumSetterMethodName" : "renewalStatus", "fluentGetterMethodName" : "renewalStatusAsString", "fluentSetterDocumentation" : "

                                                        The status of ACM's managed renewal of the certificate.

                                                        \n@param renewalStatus The status of ACM's managed renewal of the certificate.\n@see RenewalStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see RenewalStatus", "fluentSetterMethodName" : "renewalStatus", "getterDocumentation" : "

                                                        The status of ACM's managed renewal of the certificate.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #renewalStatus} will return {@link RenewalStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #renewalStatusAsString}.\n

                                                        \n@return The status of ACM's managed renewal of the certificate.\n@see RenewalStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RenewalStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RenewalStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RenewalStatus", "sensitive" : false, "setterDocumentation" : "

                                                        The status of ACM's managed renewal of the certificate.

                                                        \n@param renewalStatus The status of ACM's managed renewal of the certificate.\n@see RenewalStatus", "setterMethodName" : "setRenewalStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "renewalStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "renewalStatus", "variableType" : "String", "documentation" : "

                                                        The status of ACM's managed renewal of the certificate.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRenewalStatusAsString", "beanStyleSetterMethodName" : "setRenewalStatus", "c2jName" : "RenewalStatus", "c2jShape" : "RenewalStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                        The status of ACM's managed renewal of the certificate.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #renewalStatusAsString(String)}.\n@param renewalStatus a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #renewalStatus(String)", "deprecated" : false, "documentation" : "

                                                        The status of ACM's managed renewal of the certificate.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "RenewalStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "renewalStatus", "fluentEnumSetterMethodName" : "renewalStatus", "fluentGetterMethodName" : "renewalStatusAsString", "fluentSetterDocumentation" : "

                                                        The status of ACM's managed renewal of the certificate.

                                                        \n@param renewalStatus The status of ACM's managed renewal of the certificate.\n@see RenewalStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see RenewalStatus", "fluentSetterMethodName" : "renewalStatus", "getterDocumentation" : "

                                                        The status of ACM's managed renewal of the certificate.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #renewalStatus} will return {@link RenewalStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #renewalStatusAsString}.\n

                                                        \n@return The status of ACM's managed renewal of the certificate.\n@see RenewalStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RenewalStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RenewalStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RenewalStatus", "sensitive" : false, "setterDocumentation" : "

                                                        The status of ACM's managed renewal of the certificate.

                                                        \n@param renewalStatus The status of ACM's managed renewal of the certificate.\n@see RenewalStatus", "setterMethodName" : "setRenewalStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "renewalStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "renewalStatus", "variableType" : "String", "documentation" : "

                                                        The status of ACM's managed renewal of the certificate.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDomainValidationOptions", "beanStyleSetterMethodName" : "setDomainValidationOptions", "c2jName" : "DomainValidationOptions", "c2jShape" : "DomainValidationList", "defaultConsumerFluentSetterDocumentation" : "

                                                        Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #domainValidationOptions(List)}.\n@param domainValidationOptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainValidationOptions(List)", "deprecated" : false, "documentation" : "

                                                        Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainValidationOptions", "fluentSetterDocumentation" : "

                                                        Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

                                                        \n@param domainValidationOptions Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainValidationOptions", "getterDocumentation" : "

                                                        Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

                                                        \n

                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                        \n@return Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainValidationOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainValidationOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DomainValidation", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainValidation.Builder} avoiding the need to create one manually via {@link DomainValidation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainValidation.Builder#build()} is called immediately and its result is passed to {@link #member(DomainValidation)}.\n@param member a consumer that will call methods on {@link DomainValidation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DomainValidation)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "DomainValidation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DomainValidation", "variableName" : "member", "variableType" : "DomainValidation", "documentation" : null, "simpleType" : "DomainValidation", "variableSetterType" : "DomainValidation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainValidation", "variableName" : "member", "variableType" : "DomainValidation", "documentation" : "", "simpleType" : "DomainValidation", "variableSetterType" : "DomainValidation" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DomainValidation", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DomainValidation", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DomainValidationOptions", "sensitive" : false, "setterDocumentation" : "

                                                        Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

                                                        \n@param domainValidationOptions Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.", "setterMethodName" : "setDomainValidationOptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainValidationOptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainValidationOptions", "variableType" : "java.util.List", "documentation" : "

                                                        Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RenewalStatus", "DomainValidationOptions" ], "shapeName" : "RenewalSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RenewalSummary", "variableName" : "renewalSummary", "variableType" : "RenewalSummary", "documentation" : null, "simpleType" : "RenewalSummary", "variableSetterType" : "RenewalSummary" }, "wrapper" : false }, "RequestCertificateRequest" : { "c2jName" : "RequestCertificateRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "RequestCertificate", "locationName" : null, "requestUri" : "/", "target" : "CertificateManager.RequestCertificate", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

                                                        Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                        The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "documentation" : "

                                                        Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                        The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                                        Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                        The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.

                                                        \n@param domainName Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                        The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                                        Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                        The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.

                                                        \n@return Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                        The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                                        Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                        The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.

                                                        \n@param domainName Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                        The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                                        Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                        The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationMethodAsString", "beanStyleSetterMethodName" : "setValidationMethod", "c2jName" : "ValidationMethod", "c2jShape" : "ValidationMethod", "defaultConsumerFluentSetterDocumentation" : "

                                                        The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationMethodAsString(String)}.\n@param validationMethod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationMethod(String)", "deprecated" : false, "documentation" : "

                                                        The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.

                                                        ", "endpointDiscoveryId" : false, "enumType" : "ValidationMethod", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "validationMethod", "fluentEnumSetterMethodName" : "validationMethod", "fluentGetterMethodName" : "validationMethodAsString", "fluentSetterDocumentation" : "

                                                        The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.

                                                        \n@param validationMethod The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.\n@see ValidationMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see ValidationMethod", "fluentSetterMethodName" : "validationMethod", "getterDocumentation" : "

                                                        The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.

                                                        \n

                                                        \nIf the service returns an enum value that is not available in the current SDK version, {@link #validationMethod} will return {@link ValidationMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #validationMethodAsString}.\n

                                                        \n@return The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.\n@see ValidationMethod", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationMethod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationMethod", "sensitive" : false, "setterDocumentation" : "

                                                        The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.

                                                        \n@param validationMethod The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.\n@see ValidationMethod", "setterMethodName" : "setValidationMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationMethod", "variableType" : "String", "documentation" : "

                                                        The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubjectAlternativeNames", "beanStyleSetterMethodName" : "setSubjectAlternativeNames", "c2jName" : "SubjectAlternativeNames", "c2jShape" : "DomainList", "defaultConsumerFluentSetterDocumentation" : "

                                                        Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                        The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                        • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                        • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                        • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                        \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subjectAlternativeNames(List)}.\n@param subjectAlternativeNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subjectAlternativeNames(List)", "deprecated" : false, "documentation" : "

                                                        Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                        The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                        • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                        • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                        • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subjectAlternativeNames", "fluentSetterDocumentation" : "

                                                        Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                        The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                        • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                        • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                        • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                        \n@param subjectAlternativeNames Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                        The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                        • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                        • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                        • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subjectAlternativeNames", "getterDocumentation" : "

                                                          Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                          The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                          • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                          • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                          • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                          \n

                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                          \n@return Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                          The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                          • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                          • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                          • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                          • ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubjectAlternativeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubjectAlternativeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubjectAlternativeNames", "sensitive" : false, "setterDocumentation" : "

                                                            Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                            The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                            • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                            • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                            • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                            \n@param subjectAlternativeNames Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                            The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                            • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                            • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                            • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                            • ", "setterMethodName" : "setSubjectAlternativeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subjectAlternativeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subjectAlternativeNames", "variableType" : "java.util.List", "documentation" : "

                                                              Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                              The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                              • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                              • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                              • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIdempotencyToken", "beanStyleSetterMethodName" : "setIdempotencyToken", "c2jName" : "IdempotencyToken", "c2jShape" : "IdempotencyToken", "defaultConsumerFluentSetterDocumentation" : "

                                                              Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #idempotencyToken(String)}.\n@param idempotencyToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idempotencyToken(String)", "deprecated" : false, "documentation" : "

                                                              Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "idempotencyToken", "fluentSetterDocumentation" : "

                                                              Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.

                                                              \n@param idempotencyToken Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "idempotencyToken", "getterDocumentation" : "

                                                              Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.

                                                              \n@return Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IdempotencyToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IdempotencyToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IdempotencyToken", "sensitive" : false, "setterDocumentation" : "

                                                              Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.

                                                              \n@param idempotencyToken Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.", "setterMethodName" : "setIdempotencyToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : "

                                                              Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDomainValidationOptions", "beanStyleSetterMethodName" : "setDomainValidationOptions", "c2jName" : "DomainValidationOptions", "c2jShape" : "DomainValidationOptionList", "defaultConsumerFluentSetterDocumentation" : "

                                                              The domain name that you want ACM to use to send you emails so that you can validate domain ownership.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #domainValidationOptions(List)}.\n@param domainValidationOptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainValidationOptions(List)", "deprecated" : false, "documentation" : "

                                                              The domain name that you want ACM to use to send you emails so that you can validate domain ownership.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainValidationOptions", "fluentSetterDocumentation" : "

                                                              The domain name that you want ACM to use to send you emails so that you can validate domain ownership.

                                                              \n@param domainValidationOptions The domain name that you want ACM to use to send you emails so that you can validate domain ownership.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainValidationOptions", "getterDocumentation" : "

                                                              The domain name that you want ACM to use to send you emails so that you can validate domain ownership.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n@return The domain name that you want ACM to use to send you emails so that you can validate domain ownership.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainValidationOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainValidationOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DomainValidationOption", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainValidationOption.Builder} avoiding the need to create one manually via {@link DomainValidationOption#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainValidationOption.Builder#build()} is called immediately and its result is passed to {@link #member(DomainValidationOption)}.\n@param member a consumer that will call methods on {@link DomainValidationOption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DomainValidationOption)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "DomainValidationOption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DomainValidationOption", "variableName" : "member", "variableType" : "DomainValidationOption", "documentation" : null, "simpleType" : "DomainValidationOption", "variableSetterType" : "DomainValidationOption" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainValidationOption", "variableName" : "member", "variableType" : "DomainValidationOption", "documentation" : "", "simpleType" : "DomainValidationOption", "variableSetterType" : "DomainValidationOption" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DomainValidationOption", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DomainValidationOption", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DomainValidationOptions", "sensitive" : false, "setterDocumentation" : "

                                                              The domain name that you want ACM to use to send you emails so that you can validate domain ownership.

                                                              \n@param domainValidationOptions The domain name that you want ACM to use to send you emails so that you can validate domain ownership.", "setterMethodName" : "setDomainValidationOptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainValidationOptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainValidationOptions", "variableType" : "java.util.List", "documentation" : "

                                                              The domain name that you want ACM to use to send you emails so that you can validate domain ownership.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOptions", "beanStyleSetterMethodName" : "setOptions", "c2jName" : "Options", "c2jShape" : "CertificateOptions", "defaultConsumerFluentSetterDocumentation" : "

                                                              Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.

                                                              \nThis is a convenience that creates an instance of the {@link CertificateOptions.Builder} avoiding the need to create one manually via {@link CertificateOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link CertificateOptions.Builder#build()} is called immediately and its result is passed to {@link #options(CertificateOptions)}.\n@param options a consumer that will call methods on {@link CertificateOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(CertificateOptions)", "deprecated" : false, "documentation" : "

                                                              Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "options", "fluentSetterDocumentation" : "

                                                              Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.

                                                              \n@param options Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "options", "getterDocumentation" : "

                                                              Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.

                                                              \n@return Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.", "getterModel" : { "returnType" : "CertificateOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Options", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Options", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Options", "sensitive" : false, "setterDocumentation" : "

                                                              Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.

                                                              \n@param options Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "CertificateOptions", "variableName" : "options", "variableType" : "CertificateOptions", "documentation" : null, "simpleType" : "CertificateOptions", "variableSetterType" : "CertificateOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CertificateOptions", "variableName" : "options", "variableType" : "CertificateOptions", "documentation" : "

                                                              Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.

                                                              ", "simpleType" : "CertificateOptions", "variableSetterType" : "CertificateOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateAuthorityArn", "beanStyleSetterMethodName" : "setCertificateAuthorityArn", "c2jName" : "CertificateAuthorityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                              arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateAuthorityArn(String)}.\n@param certificateAuthorityArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateAuthorityArn(String)", "deprecated" : false, "documentation" : "

                                                              The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                              arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateAuthorityArn", "fluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                              arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

                                                              \n@param certificateAuthorityArn The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                              arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateAuthorityArn", "getterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                              arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

                                                              \n@return The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                              arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateAuthorityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateAuthorityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateAuthorityArn", "sensitive" : false, "setterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                              arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

                                                              \n@param certificateAuthorityArn The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                              arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012", "setterMethodName" : "setCertificateAuthorityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateAuthorityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateAuthorityArn", "variableType" : "String", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                              arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateAuthorityArn" : { "beanStyleGetterMethodName" : "getCertificateAuthorityArn", "beanStyleSetterMethodName" : "setCertificateAuthorityArn", "c2jName" : "CertificateAuthorityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                              arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateAuthorityArn(String)}.\n@param certificateAuthorityArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateAuthorityArn(String)", "deprecated" : false, "documentation" : "

                                                              The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                              arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateAuthorityArn", "fluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                              arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

                                                              \n@param certificateAuthorityArn The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                              arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateAuthorityArn", "getterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                              arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

                                                              \n@return The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                              arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateAuthorityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateAuthorityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateAuthorityArn", "sensitive" : false, "setterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                              arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

                                                              \n@param certificateAuthorityArn The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                              arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012", "setterMethodName" : "setCertificateAuthorityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateAuthorityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateAuthorityArn", "variableType" : "String", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                              arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DomainName" : { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

                                                              Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                              The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "documentation" : "

                                                              Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                              The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                                              Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                              The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.

                                                              \n@param domainName Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                              The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                                              Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                              The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.

                                                              \n@return Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                              The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                                              Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                              The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.

                                                              \n@param domainName Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                              The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                                              Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                              The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DomainValidationOptions" : { "beanStyleGetterMethodName" : "getDomainValidationOptions", "beanStyleSetterMethodName" : "setDomainValidationOptions", "c2jName" : "DomainValidationOptions", "c2jShape" : "DomainValidationOptionList", "defaultConsumerFluentSetterDocumentation" : "

                                                              The domain name that you want ACM to use to send you emails so that you can validate domain ownership.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #domainValidationOptions(List)}.\n@param domainValidationOptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainValidationOptions(List)", "deprecated" : false, "documentation" : "

                                                              The domain name that you want ACM to use to send you emails so that you can validate domain ownership.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainValidationOptions", "fluentSetterDocumentation" : "

                                                              The domain name that you want ACM to use to send you emails so that you can validate domain ownership.

                                                              \n@param domainValidationOptions The domain name that you want ACM to use to send you emails so that you can validate domain ownership.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainValidationOptions", "getterDocumentation" : "

                                                              The domain name that you want ACM to use to send you emails so that you can validate domain ownership.

                                                              \n

                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                              \n@return The domain name that you want ACM to use to send you emails so that you can validate domain ownership.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainValidationOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainValidationOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DomainValidationOption", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainValidationOption.Builder} avoiding the need to create one manually via {@link DomainValidationOption#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainValidationOption.Builder#build()} is called immediately and its result is passed to {@link #member(DomainValidationOption)}.\n@param member a consumer that will call methods on {@link DomainValidationOption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DomainValidationOption)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "DomainValidationOption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DomainValidationOption", "variableName" : "member", "variableType" : "DomainValidationOption", "documentation" : null, "simpleType" : "DomainValidationOption", "variableSetterType" : "DomainValidationOption" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainValidationOption", "variableName" : "member", "variableType" : "DomainValidationOption", "documentation" : "", "simpleType" : "DomainValidationOption", "variableSetterType" : "DomainValidationOption" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DomainValidationOption", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DomainValidationOption", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DomainValidationOptions", "sensitive" : false, "setterDocumentation" : "

                                                              The domain name that you want ACM to use to send you emails so that you can validate domain ownership.

                                                              \n@param domainValidationOptions The domain name that you want ACM to use to send you emails so that you can validate domain ownership.", "setterMethodName" : "setDomainValidationOptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainValidationOptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainValidationOptions", "variableType" : "java.util.List", "documentation" : "

                                                              The domain name that you want ACM to use to send you emails so that you can validate domain ownership.

                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "IdempotencyToken" : { "beanStyleGetterMethodName" : "getIdempotencyToken", "beanStyleSetterMethodName" : "setIdempotencyToken", "c2jName" : "IdempotencyToken", "c2jShape" : "IdempotencyToken", "defaultConsumerFluentSetterDocumentation" : "

                                                              Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.

                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #idempotencyToken(String)}.\n@param idempotencyToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idempotencyToken(String)", "deprecated" : false, "documentation" : "

                                                              Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "idempotencyToken", "fluentSetterDocumentation" : "

                                                              Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.

                                                              \n@param idempotencyToken Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "idempotencyToken", "getterDocumentation" : "

                                                              Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.

                                                              \n@return Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IdempotencyToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IdempotencyToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IdempotencyToken", "sensitive" : false, "setterDocumentation" : "

                                                              Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.

                                                              \n@param idempotencyToken Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.", "setterMethodName" : "setIdempotencyToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : "

                                                              Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Options" : { "beanStyleGetterMethodName" : "getOptions", "beanStyleSetterMethodName" : "setOptions", "c2jName" : "Options", "c2jShape" : "CertificateOptions", "defaultConsumerFluentSetterDocumentation" : "

                                                              Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.

                                                              \nThis is a convenience that creates an instance of the {@link CertificateOptions.Builder} avoiding the need to create one manually via {@link CertificateOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link CertificateOptions.Builder#build()} is called immediately and its result is passed to {@link #options(CertificateOptions)}.\n@param options a consumer that will call methods on {@link CertificateOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(CertificateOptions)", "deprecated" : false, "documentation" : "

                                                              Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "options", "fluentSetterDocumentation" : "

                                                              Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.

                                                              \n@param options Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "options", "getterDocumentation" : "

                                                              Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.

                                                              \n@return Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.", "getterModel" : { "returnType" : "CertificateOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Options", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Options", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Options", "sensitive" : false, "setterDocumentation" : "

                                                              Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.

                                                              \n@param options Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "CertificateOptions", "variableName" : "options", "variableType" : "CertificateOptions", "documentation" : null, "simpleType" : "CertificateOptions", "variableSetterType" : "CertificateOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CertificateOptions", "variableName" : "options", "variableType" : "CertificateOptions", "documentation" : "

                                                              Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.

                                                              ", "simpleType" : "CertificateOptions", "variableSetterType" : "CertificateOptions" }, "xmlNameSpaceUri" : null }, "SubjectAlternativeNames" : { "beanStyleGetterMethodName" : "getSubjectAlternativeNames", "beanStyleSetterMethodName" : "setSubjectAlternativeNames", "c2jName" : "SubjectAlternativeNames", "c2jShape" : "DomainList", "defaultConsumerFluentSetterDocumentation" : "

                                                              Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                              The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                              • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                              • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                              • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                              \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subjectAlternativeNames(List)}.\n@param subjectAlternativeNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subjectAlternativeNames(List)", "deprecated" : false, "documentation" : "

                                                              Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                              The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                              • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                              • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                              • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subjectAlternativeNames", "fluentSetterDocumentation" : "

                                                              Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                              The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                              • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                              • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                              • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                              \n@param subjectAlternativeNames Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                              The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                              • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                              • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                              • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subjectAlternativeNames", "getterDocumentation" : "

                                                                Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                                The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                                • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                                • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                                • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                                \n

                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                \n@return Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                                The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                                • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                                • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                                • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                                • ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubjectAlternativeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubjectAlternativeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubjectAlternativeNames", "sensitive" : false, "setterDocumentation" : "

                                                                  Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                                  The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                                  • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                                  • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                                  • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                                  \n@param subjectAlternativeNames Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                                  The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                                  • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                                  • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                                  • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                                  • ", "setterMethodName" : "setSubjectAlternativeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subjectAlternativeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subjectAlternativeNames", "variableType" : "java.util.List", "documentation" : "

                                                                    Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                                    The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                                    • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                                    • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                                    • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ValidationMethod" : { "beanStyleGetterMethodName" : "getValidationMethodAsString", "beanStyleSetterMethodName" : "setValidationMethod", "c2jName" : "ValidationMethod", "c2jShape" : "ValidationMethod", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.

                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationMethodAsString(String)}.\n@param validationMethod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationMethod(String)", "deprecated" : false, "documentation" : "

                                                                    The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.

                                                                    ", "endpointDiscoveryId" : false, "enumType" : "ValidationMethod", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "validationMethod", "fluentEnumSetterMethodName" : "validationMethod", "fluentGetterMethodName" : "validationMethodAsString", "fluentSetterDocumentation" : "

                                                                    The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.

                                                                    \n@param validationMethod The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.\n@see ValidationMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see ValidationMethod", "fluentSetterMethodName" : "validationMethod", "getterDocumentation" : "

                                                                    The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.

                                                                    \n

                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #validationMethod} will return {@link ValidationMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #validationMethodAsString}.\n

                                                                    \n@return The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.\n@see ValidationMethod", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationMethod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationMethod", "sensitive" : false, "setterDocumentation" : "

                                                                    The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.

                                                                    \n@param validationMethod The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.\n@see ValidationMethod", "setterMethodName" : "setValidationMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationMethod", "variableType" : "String", "documentation" : "

                                                                    The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.

                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDomainName", "beanStyleSetterMethodName" : "setDomainName", "c2jName" : "DomainName", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

                                                                    Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                                    The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.

                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domainName(String)}.\n@param domainName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainName(String)", "deprecated" : false, "documentation" : "

                                                                    Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                                    The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.

                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainName", "fluentSetterDocumentation" : "

                                                                    Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                                    The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.

                                                                    \n@param domainName Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                                    The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainName", "getterDocumentation" : "

                                                                    Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                                    The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.

                                                                    \n@return Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                                    The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DomainName", "sensitive" : false, "setterDocumentation" : "

                                                                    Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                                    The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.

                                                                    \n@param domainName Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                                    The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

                                                                    Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate. Use an asterisk (*) to create a wildcard certificate that protects several sites in the same domain. For example, *.example.com protects www.example.com, site.example.com, and images.example.com.

                                                                    The first domain name you enter cannot exceed 63 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.

                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationMethodAsString", "beanStyleSetterMethodName" : "setValidationMethod", "c2jName" : "ValidationMethod", "c2jShape" : "ValidationMethod", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.

                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationMethodAsString(String)}.\n@param validationMethod a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationMethod(String)", "deprecated" : false, "documentation" : "

                                                                    The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.

                                                                    ", "endpointDiscoveryId" : false, "enumType" : "ValidationMethod", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "validationMethod", "fluentEnumSetterMethodName" : "validationMethod", "fluentGetterMethodName" : "validationMethodAsString", "fluentSetterDocumentation" : "

                                                                    The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.

                                                                    \n@param validationMethod The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.\n@see ValidationMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see ValidationMethod", "fluentSetterMethodName" : "validationMethod", "getterDocumentation" : "

                                                                    The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.

                                                                    \n

                                                                    \nIf the service returns an enum value that is not available in the current SDK version, {@link #validationMethod} will return {@link ValidationMethod#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #validationMethodAsString}.\n

                                                                    \n@return The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.\n@see ValidationMethod", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationMethod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationMethod", "sensitive" : false, "setterDocumentation" : "

                                                                    The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.

                                                                    \n@param validationMethod The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.\n@see ValidationMethod", "setterMethodName" : "setValidationMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationMethod", "variableType" : "String", "documentation" : "

                                                                    The method you want to use if you are requesting a public certificate to validate that you own or control domain. You can validate with DNS or validate with email. We recommend that you use DNS validation.

                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSubjectAlternativeNames", "beanStyleSetterMethodName" : "setSubjectAlternativeNames", "c2jName" : "SubjectAlternativeNames", "c2jShape" : "DomainList", "defaultConsumerFluentSetterDocumentation" : "

                                                                    Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                                    The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                                    • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                                    • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                                    • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                                    \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #subjectAlternativeNames(List)}.\n@param subjectAlternativeNames a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #subjectAlternativeNames(List)", "deprecated" : false, "documentation" : "

                                                                    Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                                    The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                                    • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                                    • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                                    • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "subjectAlternativeNames", "fluentSetterDocumentation" : "

                                                                    Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                                    The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                                    • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                                    • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                                    • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                                    \n@param subjectAlternativeNames Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                                    The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                                    • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                                    • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                                    • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "subjectAlternativeNames", "getterDocumentation" : "

                                                                      Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                                      The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                                      • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                                      • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                                      • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                                      \n

                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                      \n@return Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                                      The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                                      • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                                      • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                                      • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                                      • ", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SubjectAlternativeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubjectAlternativeNames", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "SubjectAlternativeNames", "sensitive" : false, "setterDocumentation" : "

                                                                        Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                                        The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                                        • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                                        • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                                        • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                                        \n@param subjectAlternativeNames Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                                        The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                                        • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                                        • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                                        • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                                        • ", "setterMethodName" : "setSubjectAlternativeNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subjectAlternativeNames", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subjectAlternativeNames", "variableType" : "java.util.List", "documentation" : "

                                                                          Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. For example, add the name www.example.net to a certificate for which the DomainName field is www.example.com if users can reach your site by using either name. The maximum number of domain names that you can add to an ACM certificate is 100. However, the initial limit is 10 domain names. If you need more than 10 names, you must request a limit increase. For more information, see Limits.

                                                                          The maximum length of a SAN DNS name is 253 octets. The name is made up of multiple labels separated by periods. No label can be longer than 63 octets. Consider the following examples:

                                                                          • (63 octets).(63 octets).(63 octets).(61 octets) is legal because the total length is 253 octets (63+1+63+1+63+1+61) and no label exceeds 63 octets.

                                                                          • (64 octets).(63 octets).(63 octets).(61 octets) is not legal because the total length exceeds 253 octets (64+1+63+1+63+1+61) and the first label exceeds 63 octets.

                                                                          • (63 octets).(63 octets).(63 octets).(62 octets) is not legal because the total length of the DNS name (63+1+63+1+63+1+62) exceeds 253 octets.

                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIdempotencyToken", "beanStyleSetterMethodName" : "setIdempotencyToken", "c2jName" : "IdempotencyToken", "c2jShape" : "IdempotencyToken", "defaultConsumerFluentSetterDocumentation" : "

                                                                          Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #idempotencyToken(String)}.\n@param idempotencyToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idempotencyToken(String)", "deprecated" : false, "documentation" : "

                                                                          Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "idempotencyToken", "fluentSetterDocumentation" : "

                                                                          Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.

                                                                          \n@param idempotencyToken Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "idempotencyToken", "getterDocumentation" : "

                                                                          Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.

                                                                          \n@return Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IdempotencyToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IdempotencyToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "IdempotencyToken", "sensitive" : false, "setterDocumentation" : "

                                                                          Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.

                                                                          \n@param idempotencyToken Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.", "setterMethodName" : "setIdempotencyToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "idempotencyToken", "variableType" : "String", "documentation" : "

                                                                          Customer chosen string that can be used to distinguish between calls to RequestCertificate. Idempotency tokens time out after one hour. Therefore, if you call RequestCertificate multiple times with the same idempotency token within one hour, ACM recognizes that you are requesting only one certificate and will issue only one. If you change the idempotency token for each call, ACM recognizes that you are requesting multiple certificates.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDomainValidationOptions", "beanStyleSetterMethodName" : "setDomainValidationOptions", "c2jName" : "DomainValidationOptions", "c2jShape" : "DomainValidationOptionList", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The domain name that you want ACM to use to send you emails so that you can validate domain ownership.

                                                                          \nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #domainValidationOptions(List)}.\n@param domainValidationOptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domainValidationOptions(List)", "deprecated" : false, "documentation" : "

                                                                          The domain name that you want ACM to use to send you emails so that you can validate domain ownership.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domainValidationOptions", "fluentSetterDocumentation" : "

                                                                          The domain name that you want ACM to use to send you emails so that you can validate domain ownership.

                                                                          \n@param domainValidationOptions The domain name that you want ACM to use to send you emails so that you can validate domain ownership.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domainValidationOptions", "getterDocumentation" : "

                                                                          The domain name that you want ACM to use to send you emails so that you can validate domain ownership.

                                                                          \n

                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                          \n@return The domain name that you want ACM to use to send you emails so that you can validate domain ownership.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DomainValidationOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainValidationOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "DomainValidationOption", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link DomainValidationOption.Builder} avoiding the need to create one manually via {@link DomainValidationOption#builder()}.\n\nWhen the {@link Consumer} completes, {@link DomainValidationOption.Builder#build()} is called immediately and its result is passed to {@link #member(DomainValidationOption)}.\n@param member a consumer that will call methods on {@link DomainValidationOption.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(DomainValidationOption)", "deprecated" : false, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "DomainValidationOption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DomainValidationOption", "variableName" : "member", "variableType" : "DomainValidationOption", "documentation" : null, "simpleType" : "DomainValidationOption", "variableSetterType" : "DomainValidationOption" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DomainValidationOption", "variableName" : "member", "variableType" : "DomainValidationOption", "documentation" : "", "simpleType" : "DomainValidationOption", "variableSetterType" : "DomainValidationOption" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DomainValidationOption", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "DomainValidationOption", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "DomainValidationOptions", "sensitive" : false, "setterDocumentation" : "

                                                                          The domain name that you want ACM to use to send you emails so that you can validate domain ownership.

                                                                          \n@param domainValidationOptions The domain name that you want ACM to use to send you emails so that you can validate domain ownership.", "setterMethodName" : "setDomainValidationOptions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainValidationOptions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainValidationOptions", "variableType" : "java.util.List", "documentation" : "

                                                                          The domain name that you want ACM to use to send you emails so that you can validate domain ownership.

                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOptions", "beanStyleSetterMethodName" : "setOptions", "c2jName" : "Options", "c2jShape" : "CertificateOptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                          Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.

                                                                          \nThis is a convenience that creates an instance of the {@link CertificateOptions.Builder} avoiding the need to create one manually via {@link CertificateOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link CertificateOptions.Builder#build()} is called immediately and its result is passed to {@link #options(CertificateOptions)}.\n@param options a consumer that will call methods on {@link CertificateOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(CertificateOptions)", "deprecated" : false, "documentation" : "

                                                                          Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "options", "fluentSetterDocumentation" : "

                                                                          Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.

                                                                          \n@param options Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "options", "getterDocumentation" : "

                                                                          Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.

                                                                          \n@return Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.", "getterModel" : { "returnType" : "CertificateOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Options", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Options", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Options", "sensitive" : false, "setterDocumentation" : "

                                                                          Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.

                                                                          \n@param options Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "CertificateOptions", "variableName" : "options", "variableType" : "CertificateOptions", "documentation" : null, "simpleType" : "CertificateOptions", "variableSetterType" : "CertificateOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CertificateOptions", "variableName" : "options", "variableType" : "CertificateOptions", "documentation" : "

                                                                          Currently, you can use this parameter to specify whether to add the certificate to a certificate transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser. For more information, see Opting Out of Certificate Transparency Logging.

                                                                          ", "simpleType" : "CertificateOptions", "variableSetterType" : "CertificateOptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCertificateAuthorityArn", "beanStyleSetterMethodName" : "setCertificateAuthorityArn", "c2jName" : "CertificateAuthorityArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                                          arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateAuthorityArn(String)}.\n@param certificateAuthorityArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateAuthorityArn(String)", "deprecated" : false, "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                                          arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateAuthorityArn", "fluentSetterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                                          arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

                                                                          \n@param certificateAuthorityArn The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                                          arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateAuthorityArn", "getterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                                          arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

                                                                          \n@return The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                                          arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateAuthorityArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateAuthorityArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateAuthorityArn", "sensitive" : false, "setterDocumentation" : "

                                                                          The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                                          arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

                                                                          \n@param certificateAuthorityArn The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                                          arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012", "setterMethodName" : "setCertificateAuthorityArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateAuthorityArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateAuthorityArn", "variableType" : "String", "documentation" : "

                                                                          The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form:

                                                                          arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName" ], "shapeName" : "RequestCertificateRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RequestCertificateRequest", "variableName" : "requestCertificateRequest", "variableType" : "RequestCertificateRequest", "documentation" : null, "simpleType" : "RequestCertificateRequest", "variableSetterType" : "RequestCertificateRequest" }, "wrapper" : false }, "RequestCertificateResponse" : { "c2jName" : "RequestCertificateResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                          String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                                          String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                                          String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          \n@param certificateArn String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                                          String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          \n@return String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                                          String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          \n@param certificateArn String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                                          String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                          String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                                          String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                                          String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          \n@param certificateArn String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                                          String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          \n@return String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                                          String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          \n@param certificateArn String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                                          String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                          String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                                          String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                                          String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          \n@param certificateArn String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                                          String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          \n@return String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                                          String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          \n@param certificateArn String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                                          String that contains the ARN of the issued certificate. This must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RequestCertificateResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RequestCertificateResponse", "variableName" : "requestCertificateResponse", "variableType" : "RequestCertificateResponse", "documentation" : null, "simpleType" : "RequestCertificateResponse", "variableSetterType" : "RequestCertificateResponse" }, "wrapper" : false }, "RequestInProgressException" : { "c2jName" : "RequestInProgressException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                          The certificate request is in process and the certificate in your account has not yet been issued.

                                                                          ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "RequestInProgressException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RequestInProgressException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RequestInProgressException", "variableName" : "requestInProgressException", "variableType" : "RequestInProgressException", "documentation" : null, "simpleType" : "RequestInProgressException", "variableSetterType" : "RequestInProgressException" }, "wrapper" : false }, "ResendValidationEmailRequest" : { "c2jName" : "ResendValidationEmailRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ResendValidationEmail", "locationName" : null, "requestUri" : "/", "target" : "CertificateManager.ResendValidationEmail", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                          String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                                          String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                                          String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          \n@param certificateArn String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                                          String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          \n@return String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                                          String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          \n@param certificateArn String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                                          String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                          arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDomain", "beanStyleSetterMethodName" : "setDomain", "c2jName" : "Domain", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The fully qualified domain name (FQDN) of the certificate that needs to be validated.

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domain(String)}.\n@param domain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domain(String)", "deprecated" : false, "documentation" : "

                                                                          The fully qualified domain name (FQDN) of the certificate that needs to be validated.

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domain", "fluentSetterDocumentation" : "

                                                                          The fully qualified domain name (FQDN) of the certificate that needs to be validated.

                                                                          \n@param domain The fully qualified domain name (FQDN) of the certificate that needs to be validated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domain", "getterDocumentation" : "

                                                                          The fully qualified domain name (FQDN) of the certificate that needs to be validated.

                                                                          \n@return The fully qualified domain name (FQDN) of the certificate that needs to be validated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Domain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Domain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Domain", "sensitive" : false, "setterDocumentation" : "

                                                                          The fully qualified domain name (FQDN) of the certificate that needs to be validated.

                                                                          \n@param domain The fully qualified domain name (FQDN) of the certificate that needs to be validated.", "setterMethodName" : "setDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : "

                                                                          The fully qualified domain name (FQDN) of the certificate that needs to be validated.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationDomain", "beanStyleSetterMethodName" : "setValidationDomain", "c2jName" : "ValidationDomain", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationDomain(String)}.\n@param validationDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationDomain(String)", "deprecated" : false, "documentation" : "

                                                                          The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validationDomain", "fluentSetterDocumentation" : "

                                                                          The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                          \n@param validationDomain The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                          • [email protected]

                                                                          • [email protected]

                                                                          • [email protected]

                                                                          • [email protected]

                                                                          • [email protected]

                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationDomain", "getterDocumentation" : "

                                                                            The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                            \n@return The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                            • [email protected]

                                                                            • [email protected]

                                                                            • [email protected]

                                                                            • [email protected]

                                                                            • [email protected]

                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationDomain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationDomain", "sensitive" : false, "setterDocumentation" : "

                                                                              The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                              \n@param validationDomain The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                              • [email protected]

                                                                              • [email protected]

                                                                              • [email protected]

                                                                              • [email protected]

                                                                              • [email protected]

                                                                              • ", "setterMethodName" : "setValidationDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationDomain", "variableType" : "String", "documentation" : "

                                                                                The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                                arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                                                String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                                arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                                                String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                                arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                                \n@param certificateArn String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                                arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                                                String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                                arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                                \n@return String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                                arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                                                String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                                arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                                \n@param certificateArn String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                                arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                                                String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                                arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Domain" : { "beanStyleGetterMethodName" : "getDomain", "beanStyleSetterMethodName" : "setDomain", "c2jName" : "Domain", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                The fully qualified domain name (FQDN) of the certificate that needs to be validated.

                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domain(String)}.\n@param domain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domain(String)", "deprecated" : false, "documentation" : "

                                                                                The fully qualified domain name (FQDN) of the certificate that needs to be validated.

                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domain", "fluentSetterDocumentation" : "

                                                                                The fully qualified domain name (FQDN) of the certificate that needs to be validated.

                                                                                \n@param domain The fully qualified domain name (FQDN) of the certificate that needs to be validated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domain", "getterDocumentation" : "

                                                                                The fully qualified domain name (FQDN) of the certificate that needs to be validated.

                                                                                \n@return The fully qualified domain name (FQDN) of the certificate that needs to be validated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Domain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Domain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Domain", "sensitive" : false, "setterDocumentation" : "

                                                                                The fully qualified domain name (FQDN) of the certificate that needs to be validated.

                                                                                \n@param domain The fully qualified domain name (FQDN) of the certificate that needs to be validated.", "setterMethodName" : "setDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : "

                                                                                The fully qualified domain name (FQDN) of the certificate that needs to be validated.

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ValidationDomain" : { "beanStyleGetterMethodName" : "getValidationDomain", "beanStyleSetterMethodName" : "setValidationDomain", "c2jName" : "ValidationDomain", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationDomain(String)}.\n@param validationDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationDomain(String)", "deprecated" : false, "documentation" : "

                                                                                The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validationDomain", "fluentSetterDocumentation" : "

                                                                                The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                                \n@param validationDomain The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                                • [email protected]

                                                                                • [email protected]

                                                                                • [email protected]

                                                                                • [email protected]

                                                                                • [email protected]

                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationDomain", "getterDocumentation" : "

                                                                                  The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                                  \n@return The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                                  • [email protected]

                                                                                  • [email protected]

                                                                                  • [email protected]

                                                                                  • [email protected]

                                                                                  • [email protected]

                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationDomain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationDomain", "sensitive" : false, "setterDocumentation" : "

                                                                                    The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                                    \n@param validationDomain The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                                    • [email protected]

                                                                                    • [email protected]

                                                                                    • [email protected]

                                                                                    • [email protected]

                                                                                    • [email protected]

                                                                                    • ", "setterMethodName" : "setValidationDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationDomain", "variableType" : "String", "documentation" : "

                                                                                      The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                                      arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                                                      String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                                      arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                                                      String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                                      arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                                      \n@param certificateArn String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                                      arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                                                      String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                                      arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                                      \n@return String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                                      arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                                                      String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                                      arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                                      \n@param certificateArn String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                                      arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                                                      String that contains the ARN of the requested certificate. The certificate ARN is generated and returned by the RequestCertificate action as soon as the request is made. By default, using this parameter causes email to be sent to all top-level domains you specified in the certificate request. The ARN must be of the form:

                                                                                      arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDomain", "beanStyleSetterMethodName" : "setDomain", "c2jName" : "Domain", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The fully qualified domain name (FQDN) of the certificate that needs to be validated.

                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #domain(String)}.\n@param domain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #domain(String)", "deprecated" : false, "documentation" : "

                                                                                      The fully qualified domain name (FQDN) of the certificate that needs to be validated.

                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "domain", "fluentSetterDocumentation" : "

                                                                                      The fully qualified domain name (FQDN) of the certificate that needs to be validated.

                                                                                      \n@param domain The fully qualified domain name (FQDN) of the certificate that needs to be validated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "domain", "getterDocumentation" : "

                                                                                      The fully qualified domain name (FQDN) of the certificate that needs to be validated.

                                                                                      \n@return The fully qualified domain name (FQDN) of the certificate that needs to be validated.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Domain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Domain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Domain", "sensitive" : false, "setterDocumentation" : "

                                                                                      The fully qualified domain name (FQDN) of the certificate that needs to be validated.

                                                                                      \n@param domain The fully qualified domain name (FQDN) of the certificate that needs to be validated.", "setterMethodName" : "setDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "domain", "variableType" : "String", "documentation" : "

                                                                                      The fully qualified domain name (FQDN) of the certificate that needs to be validated.

                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValidationDomain", "beanStyleSetterMethodName" : "setValidationDomain", "c2jName" : "ValidationDomain", "c2jShape" : "DomainNameString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #validationDomain(String)}.\n@param validationDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #validationDomain(String)", "deprecated" : false, "documentation" : "

                                                                                      The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "validationDomain", "fluentSetterDocumentation" : "

                                                                                      The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                                      \n@param validationDomain The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                                      • [email protected]

                                                                                      • [email protected]

                                                                                      • [email protected]

                                                                                      • [email protected]

                                                                                      • [email protected]

                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "validationDomain", "getterDocumentation" : "

                                                                                        The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                                        \n@return The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                                        • [email protected]

                                                                                        • [email protected]

                                                                                        • [email protected]

                                                                                        • [email protected]

                                                                                        • [email protected]

                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ValidationDomain", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ValidationDomain", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ValidationDomain", "sensitive" : false, "setterDocumentation" : "

                                                                                          The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                                          \n@param validationDomain The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                                          • [email protected]

                                                                                          • [email protected]

                                                                                          • [email protected]

                                                                                          • [email protected]

                                                                                          • [email protected]

                                                                                          • ", "setterMethodName" : "setValidationDomain", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "validationDomain", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "validationDomain", "variableType" : "String", "documentation" : "

                                                                                            The base validation domain that will act as the suffix of the email addresses that are used to send the emails. This must be the same as the Domain value or a superdomain of the Domain value. For example, if you requested a certificate for site.subdomain.example.com and specify a ValidationDomain of subdomain.example.com, ACM sends email to the domain registrant, technical contact, and administrative contact in WHOIS and the following five addresses:

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CertificateArn", "Domain", "ValidationDomain" ], "shapeName" : "ResendValidationEmailRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResendValidationEmailRequest", "variableName" : "resendValidationEmailRequest", "variableType" : "ResendValidationEmailRequest", "documentation" : null, "simpleType" : "ResendValidationEmailRequest", "variableSetterType" : "ResendValidationEmailRequest" }, "wrapper" : false }, "ResendValidationEmailResponse" : { "c2jName" : "ResendValidationEmailResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResendValidationEmailResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResendValidationEmailResponse", "variableName" : "resendValidationEmailResponse", "variableType" : "ResendValidationEmailResponse", "documentation" : null, "simpleType" : "ResendValidationEmailResponse", "variableSetterType" : "ResendValidationEmailResponse" }, "wrapper" : false }, "ResourceInUseException" : { "c2jName" : "ResourceInUseException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The certificate is in use by another AWS service in the caller's account. Remove the association and try again.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceInUseException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceInUseException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceInUseException", "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "documentation" : null, "simpleType" : "ResourceInUseException", "variableSetterType" : "ResourceInUseException" }, "wrapper" : false }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The specified certificate cannot be found in the caller's account or the caller's account cannot be found.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ResourceNotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "wrapper" : false }, "ResourceRecord" : { "c2jName" : "ResourceRecord", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Contains a DNS record value that you can use to can use to validate ownership or control of a domain. This is used by the DescribeCertificate action.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the DNS record to create in your domain. This is supplied by ACM.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the DNS record to create in your domain. This is supplied by ACM.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                            The name of the DNS record to create in your domain. This is supplied by ACM.

                                                                                            \n@param name The name of the DNS record to create in your domain. This is supplied by ACM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                            The name of the DNS record to create in your domain. This is supplied by ACM.

                                                                                            \n@return The name of the DNS record to create in your domain. This is supplied by ACM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the DNS record to create in your domain. This is supplied by ACM.

                                                                                            \n@param name The name of the DNS record to create in your domain. This is supplied by ACM.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                            The name of the DNS record to create in your domain. This is supplied by ACM.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "RecordType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The type of DNS record. Currently this can be CNAME.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "documentation" : "

                                                                                            The type of DNS record. Currently this can be CNAME.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "RecordType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                            The type of DNS record. Currently this can be CNAME.

                                                                                            \n@param type The type of DNS record. Currently this can be CNAME.\n@see RecordType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                            The type of DNS record. Currently this can be CNAME.

                                                                                            \n

                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link RecordType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                            \n@return The type of DNS record. Currently this can be CNAME.\n@see RecordType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                            The type of DNS record. Currently this can be CNAME.

                                                                                            \n@param type The type of DNS record. Currently this can be CNAME.\n@see RecordType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                            The type of DNS record. Currently this can be CNAME.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The value of the CNAME record to add to your DNS database. This is supplied by ACM.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "

                                                                                            The value of the CNAME record to add to your DNS database. This is supplied by ACM.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                            The value of the CNAME record to add to your DNS database. This is supplied by ACM.

                                                                                            \n@param value The value of the CNAME record to add to your DNS database. This is supplied by ACM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                            The value of the CNAME record to add to your DNS database. This is supplied by ACM.

                                                                                            \n@return The value of the CNAME record to add to your DNS database. This is supplied by ACM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                            The value of the CNAME record to add to your DNS database. This is supplied by ACM.

                                                                                            \n@param value The value of the CNAME record to add to your DNS database. This is supplied by ACM.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                            The value of the CNAME record to add to your DNS database. This is supplied by ACM.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the DNS record to create in your domain. This is supplied by ACM.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the DNS record to create in your domain. This is supplied by ACM.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                            The name of the DNS record to create in your domain. This is supplied by ACM.

                                                                                            \n@param name The name of the DNS record to create in your domain. This is supplied by ACM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                            The name of the DNS record to create in your domain. This is supplied by ACM.

                                                                                            \n@return The name of the DNS record to create in your domain. This is supplied by ACM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the DNS record to create in your domain. This is supplied by ACM.

                                                                                            \n@param name The name of the DNS record to create in your domain. This is supplied by ACM.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                            The name of the DNS record to create in your domain. This is supplied by ACM.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "RecordType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The type of DNS record. Currently this can be CNAME.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "documentation" : "

                                                                                            The type of DNS record. Currently this can be CNAME.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "RecordType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                            The type of DNS record. Currently this can be CNAME.

                                                                                            \n@param type The type of DNS record. Currently this can be CNAME.\n@see RecordType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                            The type of DNS record. Currently this can be CNAME.

                                                                                            \n

                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link RecordType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                            \n@return The type of DNS record. Currently this can be CNAME.\n@see RecordType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                            The type of DNS record. Currently this can be CNAME.

                                                                                            \n@param type The type of DNS record. Currently this can be CNAME.\n@see RecordType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                            The type of DNS record. Currently this can be CNAME.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The value of the CNAME record to add to your DNS database. This is supplied by ACM.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "

                                                                                            The value of the CNAME record to add to your DNS database. This is supplied by ACM.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                            The value of the CNAME record to add to your DNS database. This is supplied by ACM.

                                                                                            \n@param value The value of the CNAME record to add to your DNS database. This is supplied by ACM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                            The value of the CNAME record to add to your DNS database. This is supplied by ACM.

                                                                                            \n@return The value of the CNAME record to add to your DNS database. This is supplied by ACM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                            The value of the CNAME record to add to your DNS database. This is supplied by ACM.

                                                                                            \n@param value The value of the CNAME record to add to your DNS database. This is supplied by ACM.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                            The value of the CNAME record to add to your DNS database. This is supplied by ACM.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the DNS record to create in your domain. This is supplied by ACM.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)", "deprecated" : false, "documentation" : "

                                                                                            The name of the DNS record to create in your domain. This is supplied by ACM.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                            The name of the DNS record to create in your domain. This is supplied by ACM.

                                                                                            \n@param name The name of the DNS record to create in your domain. This is supplied by ACM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                            The name of the DNS record to create in your domain. This is supplied by ACM.

                                                                                            \n@return The name of the DNS record to create in your domain. This is supplied by ACM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the DNS record to create in your domain. This is supplied by ACM.

                                                                                            \n@param name The name of the DNS record to create in your domain. This is supplied by ACM.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                            The name of the DNS record to create in your domain. This is supplied by ACM.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "RecordType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The type of DNS record. Currently this can be CNAME.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #typeAsString(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)", "deprecated" : false, "documentation" : "

                                                                                            The type of DNS record. Currently this can be CNAME.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "RecordType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                                                            The type of DNS record. Currently this can be CNAME.

                                                                                            \n@param type The type of DNS record. Currently this can be CNAME.\n@see RecordType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RecordType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                            The type of DNS record. Currently this can be CNAME.

                                                                                            \n

                                                                                            \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link RecordType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                                                                            \n@return The type of DNS record. Currently this can be CNAME.\n@see RecordType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                                                                            The type of DNS record. Currently this can be CNAME.

                                                                                            \n@param type The type of DNS record. Currently this can be CNAME.\n@see RecordType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                            The type of DNS record. Currently this can be CNAME.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The value of the CNAME record to add to your DNS database. This is supplied by ACM.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "

                                                                                            The value of the CNAME record to add to your DNS database. This is supplied by ACM.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                            The value of the CNAME record to add to your DNS database. This is supplied by ACM.

                                                                                            \n@param value The value of the CNAME record to add to your DNS database. This is supplied by ACM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                            The value of the CNAME record to add to your DNS database. This is supplied by ACM.

                                                                                            \n@return The value of the CNAME record to add to your DNS database. This is supplied by ACM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                            The value of the CNAME record to add to your DNS database. This is supplied by ACM.

                                                                                            \n@param value The value of the CNAME record to add to your DNS database. This is supplied by ACM.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                            The value of the CNAME record to add to your DNS database. This is supplied by ACM.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "Type", "Value" ], "shapeName" : "ResourceRecord", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ResourceRecord", "variableName" : "resourceRecord", "variableType" : "ResourceRecord", "documentation" : null, "simpleType" : "ResourceRecord", "variableSetterType" : "ResourceRecord" }, "wrapper" : false }, "RevocationReason" : { "c2jName" : "RevocationReason", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "UNSPECIFIED", "value" : "UNSPECIFIED" }, { "name" : "KEY_COMPROMISE", "value" : "KEY_COMPROMISE" }, { "name" : "CA_COMPROMISE", "value" : "CA_COMPROMISE" }, { "name" : "AFFILIATION_CHANGED", "value" : "AFFILIATION_CHANGED" }, { "name" : "SUPERCEDED", "value" : "SUPERCEDED" }, { "name" : "CESSATION_OF_OPERATION", "value" : "CESSATION_OF_OPERATION" }, { "name" : "CERTIFICATE_HOLD", "value" : "CERTIFICATE_HOLD" }, { "name" : "REMOVE_FROM_CRL", "value" : "REMOVE_FROM_CRL" }, { "name" : "PRIVILEGE_WITHDRAWN", "value" : "PRIVILEGE_WITHDRAWN" }, { "name" : "A_A_COMPROMISE", "value" : "A_A_COMPROMISE" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RevocationReason", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RevocationReason", "variableName" : "revocationReason", "variableType" : "RevocationReason", "documentation" : null, "simpleType" : "RevocationReason", "variableSetterType" : "RevocationReason" }, "wrapper" : false }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            A key-value pair that identifies or specifies metadata about an ACM resource.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The key of the tag.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "

                                                                                            The key of the tag.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                            The key of the tag.

                                                                                            \n@param key The key of the tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                            The key of the tag.

                                                                                            \n@return The key of the tag.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

                                                                                            The key of the tag.

                                                                                            \n@param key The key of the tag.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                            The key of the tag.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The value of the tag.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "

                                                                                            The value of the tag.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                            The value of the tag.

                                                                                            \n@param value The value of the tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                            The value of the tag.

                                                                                            \n@return The value of the tag.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                            The value of the tag.

                                                                                            \n@param value The value of the tag.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                            The value of the tag.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The key of the tag.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "

                                                                                            The key of the tag.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                            The key of the tag.

                                                                                            \n@param key The key of the tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                            The key of the tag.

                                                                                            \n@return The key of the tag.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

                                                                                            The key of the tag.

                                                                                            \n@param key The key of the tag.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                            The key of the tag.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The value of the tag.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "

                                                                                            The value of the tag.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                            The value of the tag.

                                                                                            \n@param value The value of the tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                            The value of the tag.

                                                                                            \n@return The value of the tag.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                            The value of the tag.

                                                                                            \n@param value The value of the tag.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                            The value of the tag.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "TagKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The key of the tag.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "

                                                                                            The key of the tag.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                            The key of the tag.

                                                                                            \n@param key The key of the tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                            The key of the tag.

                                                                                            \n@return The key of the tag.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Key", "sensitive" : false, "setterDocumentation" : "

                                                                                            The key of the tag.

                                                                                            \n@param key The key of the tag.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                            The key of the tag.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "TagValue", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The value of the tag.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "

                                                                                            The value of the tag.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                            The value of the tag.

                                                                                            \n@param value The value of the tag.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                            The value of the tag.

                                                                                            \n@return The value of the tag.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Value", "sensitive" : false, "setterDocumentation" : "

                                                                                            The value of the tag.

                                                                                            \n@param value The value of the tag.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                            The value of the tag.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Key" ], "shapeName" : "Tag", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false }, "TooManyTagsException" : { "c2jName" : "TooManyTagsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            The request contains too many tags. Try the request again with fewer tags.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "TooManyTagsException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyTagsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyTagsException", "variableName" : "tooManyTagsException", "variableType" : "TooManyTagsException", "documentation" : null, "simpleType" : "TooManyTagsException", "variableSetterType" : "TooManyTagsException" }, "wrapper" : false }, "UpdateCertificateOptionsRequest" : { "c2jName" : "UpdateCertificateOptionsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateCertificateOptions", "locationName" : null, "requestUri" : "/", "target" : "CertificateManager.UpdateCertificateOptions", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                                                            ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                                                            ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012

                                                                                            \n@param certificateArn ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012 \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                                                            ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012

                                                                                            \n@return ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012 ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012

                                                                                            \n@param certificateArn ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012 ", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                                                            ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOptions", "beanStyleSetterMethodName" : "setOptions", "c2jName" : "Options", "c2jShape" : "CertificateOptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

                                                                                            \nThis is a convenience that creates an instance of the {@link CertificateOptions.Builder} avoiding the need to create one manually via {@link CertificateOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link CertificateOptions.Builder#build()} is called immediately and its result is passed to {@link #options(CertificateOptions)}.\n@param options a consumer that will call methods on {@link CertificateOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(CertificateOptions)", "deprecated" : false, "documentation" : "

                                                                                            Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "options", "fluentSetterDocumentation" : "

                                                                                            Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

                                                                                            \n@param options Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "options", "getterDocumentation" : "

                                                                                            Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

                                                                                            \n@return Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.", "getterModel" : { "returnType" : "CertificateOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Options", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Options", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Options", "sensitive" : false, "setterDocumentation" : "

                                                                                            Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

                                                                                            \n@param options Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "CertificateOptions", "variableName" : "options", "variableType" : "CertificateOptions", "documentation" : null, "simpleType" : "CertificateOptions", "variableSetterType" : "CertificateOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CertificateOptions", "variableName" : "options", "variableType" : "CertificateOptions", "documentation" : "

                                                                                            Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

                                                                                            ", "simpleType" : "CertificateOptions", "variableSetterType" : "CertificateOptions" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CertificateArn" : { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                                                            ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                                                            ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012

                                                                                            \n@param certificateArn ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012 \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                                                            ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012

                                                                                            \n@return ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012 ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012

                                                                                            \n@param certificateArn ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012 ", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                                                            ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Options" : { "beanStyleGetterMethodName" : "getOptions", "beanStyleSetterMethodName" : "setOptions", "c2jName" : "Options", "c2jShape" : "CertificateOptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

                                                                                            \nThis is a convenience that creates an instance of the {@link CertificateOptions.Builder} avoiding the need to create one manually via {@link CertificateOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link CertificateOptions.Builder#build()} is called immediately and its result is passed to {@link #options(CertificateOptions)}.\n@param options a consumer that will call methods on {@link CertificateOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(CertificateOptions)", "deprecated" : false, "documentation" : "

                                                                                            Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "options", "fluentSetterDocumentation" : "

                                                                                            Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

                                                                                            \n@param options Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "options", "getterDocumentation" : "

                                                                                            Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

                                                                                            \n@return Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.", "getterModel" : { "returnType" : "CertificateOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Options", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Options", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Options", "sensitive" : false, "setterDocumentation" : "

                                                                                            Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

                                                                                            \n@param options Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "CertificateOptions", "variableName" : "options", "variableType" : "CertificateOptions", "documentation" : null, "simpleType" : "CertificateOptions", "variableSetterType" : "CertificateOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CertificateOptions", "variableName" : "options", "variableType" : "CertificateOptions", "documentation" : "

                                                                                            Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

                                                                                            ", "simpleType" : "CertificateOptions", "variableSetterType" : "CertificateOptions" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCertificateArn", "beanStyleSetterMethodName" : "setCertificateArn", "c2jName" : "CertificateArn", "c2jShape" : "Arn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #certificateArn(String)}.\n@param certificateArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #certificateArn(String)", "deprecated" : false, "documentation" : "

                                                                                            ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "certificateArn", "fluentSetterDocumentation" : "

                                                                                            ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012

                                                                                            \n@param certificateArn ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012 \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "certificateArn", "getterDocumentation" : "

                                                                                            ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012

                                                                                            \n@return ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012 ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CertificateArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CertificateArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CertificateArn", "sensitive" : false, "setterDocumentation" : "

                                                                                            ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012

                                                                                            \n@param certificateArn ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012 ", "setterMethodName" : "setCertificateArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "certificateArn", "variableType" : "String", "documentation" : "

                                                                                            ARN of the requested certificate to update. This must be of the form:

                                                                                            arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOptions", "beanStyleSetterMethodName" : "setOptions", "c2jName" : "Options", "c2jShape" : "CertificateOptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

                                                                                            \nThis is a convenience that creates an instance of the {@link CertificateOptions.Builder} avoiding the need to create one manually via {@link CertificateOptions#builder()}.\n\nWhen the {@link Consumer} completes, {@link CertificateOptions.Builder#build()} is called immediately and its result is passed to {@link #options(CertificateOptions)}.\n@param options a consumer that will call methods on {@link CertificateOptions.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #options(CertificateOptions)", "deprecated" : false, "documentation" : "

                                                                                            Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "options", "fluentSetterDocumentation" : "

                                                                                            Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

                                                                                            \n@param options Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "options", "getterDocumentation" : "

                                                                                            Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

                                                                                            \n@return Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.", "getterModel" : { "returnType" : "CertificateOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Options", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Options", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Options", "sensitive" : false, "setterDocumentation" : "

                                                                                            Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

                                                                                            \n@param options Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "CertificateOptions", "variableName" : "options", "variableType" : "CertificateOptions", "documentation" : null, "simpleType" : "CertificateOptions", "variableSetterType" : "CertificateOptions" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "CertificateOptions", "variableName" : "options", "variableType" : "CertificateOptions", "documentation" : "

                                                                                            Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.

                                                                                            ", "simpleType" : "CertificateOptions", "variableSetterType" : "CertificateOptions" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CertificateArn", "Options" ], "shapeName" : "UpdateCertificateOptionsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateCertificateOptionsRequest", "variableName" : "updateCertificateOptionsRequest", "variableType" : "UpdateCertificateOptionsRequest", "documentation" : null, "simpleType" : "UpdateCertificateOptionsRequest", "variableSetterType" : "UpdateCertificateOptionsRequest" }, "wrapper" : false }, "UpdateCertificateOptionsResponse" : { "c2jName" : "UpdateCertificateOptionsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateCertificateOptionsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateCertificateOptionsResponse", "variableName" : "updateCertificateOptionsResponse", "variableType" : "UpdateCertificateOptionsResponse", "documentation" : null, "simpleType" : "UpdateCertificateOptionsResponse", "variableSetterType" : "UpdateCertificateOptionsResponse" }, "wrapper" : false }, "ValidationMethod" : { "c2jName" : "ValidationMethod", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "EMAIL", "value" : "EMAIL" }, { "name" : "DNS", "value" : "DNS" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ValidationMethod", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ValidationMethod", "variableName" : "validationMethod", "variableType" : "ValidationMethod", "documentation" : null, "simpleType" : "ValidationMethod", "variableSetterType" : "ValidationMethod" }, "wrapper" : false } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "AcmException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.acm.model.AcmException", "sdkRequestBaseClassName" : "AcmRequest", "sdkResponseBaseClassName" : "AcmResponse" }