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

models.transcribe-2017-10-26-intermediate.json Maven / Gradle / Ivy

Go to download

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

There is a newer version: 2.30.1
Show newest version
{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customErrorCodeFieldName" : null,
    "customProtocolFactoryFqcn" : null,
    "customResponseMetadata" : null,
    "customRetryPolicy" : null,
    "customServiceMetadata" : null,
    "defaultSimpleMethodTestRegion" : null,
    "deprecatedOperations" : [ ],
    "deprecatedShapes" : [ ],
    "enableEndpointDiscoveryMethodRequired" : false,
    "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,
    "utilitiesMethod" : null,
    "verifiedSimpleMethods" : [ "listTranscriptionJobs", "listVocabularies" ]
  },
  "metadata" : {
    "apiVersion" : "2017-10-26",
    "asyncBuilder" : "DefaultTranscribeAsyncClientBuilder",
    "asyncBuilderInterface" : "TranscribeAsyncClientBuilder",
    "asyncClient" : "DefaultTranscribeAsyncClient",
    "asyncInterface" : "TranscribeAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultTranscribeBaseClientBuilder",
    "baseBuilderInterface" : "TranscribeBaseClientBuilder",
    "baseExceptionName" : "TranscribeException",
    "baseRequestName" : "TranscribeRequest",
    "baseResponseName" : "TranscribeResponse",
    "cborProtocol" : false,
    "clientPackageName" : "transcribe",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "Amazon Transcribe Service",
    "documentation" : "

Operations and objects for transcribing speech to text.

", "endpointPrefix" : "transcribe", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.transcribe", "fullModelPackageName" : "software.amazon.awssdk.services.transcribe.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.transcribe.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.transcribe.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.transcribe.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "transcribe.model", "paginatorsPackageName" : "transcribe.paginators", "protocol" : "json", "queryProtocol" : false, "requestTransformPackageName" : "transcribe.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "Transcribe", "serviceName" : "Transcribe", "signingName" : "transcribe", "syncBuilder" : "DefaultTranscribeClientBuilder", "syncBuilderInterface" : "TranscribeClientBuilder", "syncClient" : "DefaultTranscribeClient", "syncInterface" : "TranscribeClient", "transformPackageName" : "transcribe.transform", "uid" : "transcribe-2017-10-26", "xmlProtocol" : false }, "operations" : { "CreateMedicalVocabulary" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio file.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

There was an internal error. Check the error message and try your request again.

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

The resource name already exists.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateMedicalVocabularyRequest", "variableName" : "createMedicalVocabularyRequest", "variableType" : "CreateMedicalVocabularyRequest", "documentation" : "", "simpleType" : "CreateMedicalVocabularyRequest", "variableSetterType" : "CreateMedicalVocabularyRequest" }, "methodName" : "createMedicalVocabulary", "operationName" : "CreateMedicalVocabulary", "paginated" : false, "returnType" : { "returnType" : "CreateMedicalVocabularyResponse", "documentation" : null }, "syncReturnType" : "CreateMedicalVocabularyResponse" }, "CreateVocabulary" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

There was an internal error. Check the error message and try your request again.

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

The resource name already exists.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateVocabularyRequest", "variableName" : "createVocabularyRequest", "variableType" : "CreateVocabularyRequest", "documentation" : "", "simpleType" : "CreateVocabularyRequest", "variableSetterType" : "CreateVocabularyRequest" }, "methodName" : "createVocabulary", "operationName" : "CreateVocabulary", "paginated" : false, "returnType" : { "returnType" : "CreateVocabularyResponse", "documentation" : null }, "syncReturnType" : "CreateVocabularyResponse" }, "CreateVocabularyFilter" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new vocabulary filter that you can use to filter words, such as profane words, from the output of a transcription job.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

There was an internal error. Check the error message and try your request again.

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

The resource name already exists.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateVocabularyFilterRequest", "variableName" : "createVocabularyFilterRequest", "variableType" : "CreateVocabularyFilterRequest", "documentation" : "", "simpleType" : "CreateVocabularyFilterRequest", "variableSetterType" : "CreateVocabularyFilterRequest" }, "methodName" : "createVocabularyFilter", "operationName" : "CreateVocabularyFilter", "paginated" : false, "returnType" : { "returnType" : "CreateVocabularyFilterResponse", "documentation" : null }, "syncReturnType" : "CreateVocabularyFilterResponse" }, "DeleteMedicalTranscriptionJob" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a transcription job generated by Amazon Transcribe Medical and any related information.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

There was an internal error. Check the error message and try your request again.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteMedicalTranscriptionJobRequest", "variableName" : "deleteMedicalTranscriptionJobRequest", "variableType" : "DeleteMedicalTranscriptionJobRequest", "documentation" : "", "simpleType" : "DeleteMedicalTranscriptionJobRequest", "variableSetterType" : "DeleteMedicalTranscriptionJobRequest" }, "methodName" : "deleteMedicalTranscriptionJob", "operationName" : "DeleteMedicalTranscriptionJob", "paginated" : false, "returnType" : { "returnType" : "DeleteMedicalTranscriptionJobResponse", "documentation" : null }, "syncReturnType" : "DeleteMedicalTranscriptionJobResponse" }, "DeleteMedicalVocabulary" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a vocabulary from Amazon Transcribe Medical.

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

We can't find the requested resource. Check the name and try your request again.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

There was an internal error. Check the error message and try your request again.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteMedicalVocabularyRequest", "variableName" : "deleteMedicalVocabularyRequest", "variableType" : "DeleteMedicalVocabularyRequest", "documentation" : "", "simpleType" : "DeleteMedicalVocabularyRequest", "variableSetterType" : "DeleteMedicalVocabularyRequest" }, "methodName" : "deleteMedicalVocabulary", "operationName" : "DeleteMedicalVocabulary", "paginated" : false, "returnType" : { "returnType" : "DeleteMedicalVocabularyResponse", "documentation" : null }, "syncReturnType" : "DeleteMedicalVocabularyResponse" }, "DeleteTranscriptionJob" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a previously submitted transcription job along with any other generated results such as the transcription, models, and so on.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

There was an internal error. Check the error message and try your request again.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteTranscriptionJobRequest", "variableName" : "deleteTranscriptionJobRequest", "variableType" : "DeleteTranscriptionJobRequest", "documentation" : "", "simpleType" : "DeleteTranscriptionJobRequest", "variableSetterType" : "DeleteTranscriptionJobRequest" }, "methodName" : "deleteTranscriptionJob", "operationName" : "DeleteTranscriptionJob", "paginated" : false, "returnType" : { "returnType" : "DeleteTranscriptionJobResponse", "documentation" : null }, "syncReturnType" : "DeleteTranscriptionJobResponse" }, "DeleteVocabulary" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a vocabulary from Amazon Transcribe.

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

We can't find the requested resource. Check the name and try your request again.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

There was an internal error. Check the error message and try your request again.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteVocabularyRequest", "variableName" : "deleteVocabularyRequest", "variableType" : "DeleteVocabularyRequest", "documentation" : "", "simpleType" : "DeleteVocabularyRequest", "variableSetterType" : "DeleteVocabularyRequest" }, "methodName" : "deleteVocabulary", "operationName" : "DeleteVocabulary", "paginated" : false, "returnType" : { "returnType" : "DeleteVocabularyResponse", "documentation" : null }, "syncReturnType" : "DeleteVocabularyResponse" }, "DeleteVocabularyFilter" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Removes a vocabulary filter.

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

We can't find the requested resource. Check the name and try your request again.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

There was an internal error. Check the error message and try your request again.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteVocabularyFilterRequest", "variableName" : "deleteVocabularyFilterRequest", "variableType" : "DeleteVocabularyFilterRequest", "documentation" : "", "simpleType" : "DeleteVocabularyFilterRequest", "variableSetterType" : "DeleteVocabularyFilterRequest" }, "methodName" : "deleteVocabularyFilter", "operationName" : "DeleteVocabularyFilter", "paginated" : false, "returnType" : { "returnType" : "DeleteVocabularyFilterResponse", "documentation" : null }, "syncReturnType" : "DeleteVocabularyFilterResponse" }, "GetMedicalTranscriptionJob" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about a transcription job from Amazon Transcribe Medical. To see the status of the job, check the TranscriptionJobStatus field. If the status is COMPLETED, the job is finished. You find the results of the completed job in the TranscriptFileUri field.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

There was an internal error. Check the error message and try your request again.

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

We can't find the requested resource. Check the name and try your request again.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetMedicalTranscriptionJobRequest", "variableName" : "getMedicalTranscriptionJobRequest", "variableType" : "GetMedicalTranscriptionJobRequest", "documentation" : "", "simpleType" : "GetMedicalTranscriptionJobRequest", "variableSetterType" : "GetMedicalTranscriptionJobRequest" }, "methodName" : "getMedicalTranscriptionJob", "operationName" : "GetMedicalTranscriptionJob", "paginated" : false, "returnType" : { "returnType" : "GetMedicalTranscriptionJobResponse", "documentation" : null }, "syncReturnType" : "GetMedicalTranscriptionJobResponse" }, "GetMedicalVocabulary" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieve information about a medical vocabulary.

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

We can't find the requested resource. Check the name and try your request again.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

There was an internal error. Check the error message and try your request again.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetMedicalVocabularyRequest", "variableName" : "getMedicalVocabularyRequest", "variableType" : "GetMedicalVocabularyRequest", "documentation" : "", "simpleType" : "GetMedicalVocabularyRequest", "variableSetterType" : "GetMedicalVocabularyRequest" }, "methodName" : "getMedicalVocabulary", "operationName" : "GetMedicalVocabulary", "paginated" : false, "returnType" : { "returnType" : "GetMedicalVocabularyResponse", "documentation" : null }, "syncReturnType" : "GetMedicalVocabularyResponse" }, "GetTranscriptionJob" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about a transcription job. To see the status of the job, check the TranscriptionJobStatus field. If the status is COMPLETED, the job is finished and you can find the results at the location specified in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

There was an internal error. Check the error message and try your request again.

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

We can't find the requested resource. Check the name and try your request again.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetTranscriptionJobRequest", "variableName" : "getTranscriptionJobRequest", "variableType" : "GetTranscriptionJobRequest", "documentation" : "", "simpleType" : "GetTranscriptionJobRequest", "variableSetterType" : "GetTranscriptionJobRequest" }, "methodName" : "getTranscriptionJob", "operationName" : "GetTranscriptionJob", "paginated" : false, "returnType" : { "returnType" : "GetTranscriptionJobResponse", "documentation" : null }, "syncReturnType" : "GetTranscriptionJobResponse" }, "GetVocabulary" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets information about a vocabulary.

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

We can't find the requested resource. Check the name and try your request again.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

There was an internal error. Check the error message and try your request again.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetVocabularyRequest", "variableName" : "getVocabularyRequest", "variableType" : "GetVocabularyRequest", "documentation" : "", "simpleType" : "GetVocabularyRequest", "variableSetterType" : "GetVocabularyRequest" }, "methodName" : "getVocabulary", "operationName" : "GetVocabulary", "paginated" : false, "returnType" : { "returnType" : "GetVocabularyResponse", "documentation" : null }, "syncReturnType" : "GetVocabularyResponse" }, "GetVocabularyFilter" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns information about a vocabulary filter.

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

We can't find the requested resource. Check the name and try your request again.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

There was an internal error. Check the error message and try your request again.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetVocabularyFilterRequest", "variableName" : "getVocabularyFilterRequest", "variableType" : "GetVocabularyFilterRequest", "documentation" : "", "simpleType" : "GetVocabularyFilterRequest", "variableSetterType" : "GetVocabularyFilterRequest" }, "methodName" : "getVocabularyFilter", "operationName" : "GetVocabularyFilter", "paginated" : false, "returnType" : { "returnType" : "GetVocabularyFilterResponse", "documentation" : null }, "syncReturnType" : "GetVocabularyFilterResponse" }, "ListMedicalTranscriptionJobs" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists medical transcription jobs with a specified status or substring that matches their names.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

There was an internal error. Check the error message and try your request again.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListMedicalTranscriptionJobsRequest", "variableName" : "listMedicalTranscriptionJobsRequest", "variableType" : "ListMedicalTranscriptionJobsRequest", "documentation" : "", "simpleType" : "ListMedicalTranscriptionJobsRequest", "variableSetterType" : "ListMedicalTranscriptionJobsRequest" }, "methodName" : "listMedicalTranscriptionJobs", "operationName" : "ListMedicalTranscriptionJobs", "paginated" : true, "returnType" : { "returnType" : "ListMedicalTranscriptionJobsResponse", "documentation" : null }, "syncReturnType" : "ListMedicalTranscriptionJobsResponse" }, "ListMedicalVocabularies" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of vocabularies that match the specified criteria. You get the entire list of vocabularies if you don't enter a value in any of the request parameters.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

There was an internal error. Check the error message and try your request again.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListMedicalVocabulariesRequest", "variableName" : "listMedicalVocabulariesRequest", "variableType" : "ListMedicalVocabulariesRequest", "documentation" : "", "simpleType" : "ListMedicalVocabulariesRequest", "variableSetterType" : "ListMedicalVocabulariesRequest" }, "methodName" : "listMedicalVocabularies", "operationName" : "ListMedicalVocabularies", "paginated" : true, "returnType" : { "returnType" : "ListMedicalVocabulariesResponse", "documentation" : null }, "syncReturnType" : "ListMedicalVocabulariesResponse" }, "ListTranscriptionJobs" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists transcription jobs with the specified status.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

There was an internal error. Check the error message and try your request again.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTranscriptionJobsRequest", "variableName" : "listTranscriptionJobsRequest", "variableType" : "ListTranscriptionJobsRequest", "documentation" : "", "simpleType" : "ListTranscriptionJobsRequest", "variableSetterType" : "ListTranscriptionJobsRequest" }, "methodName" : "listTranscriptionJobs", "operationName" : "ListTranscriptionJobs", "paginated" : true, "returnType" : { "returnType" : "ListTranscriptionJobsResponse", "documentation" : null }, "syncReturnType" : "ListTranscriptionJobsResponse" }, "ListVocabularies" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

There was an internal error. Check the error message and try your request again.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListVocabulariesRequest", "variableName" : "listVocabulariesRequest", "variableType" : "ListVocabulariesRequest", "documentation" : "", "simpleType" : "ListVocabulariesRequest", "variableSetterType" : "ListVocabulariesRequest" }, "methodName" : "listVocabularies", "operationName" : "ListVocabularies", "paginated" : true, "returnType" : { "returnType" : "ListVocabulariesResponse", "documentation" : null }, "syncReturnType" : "ListVocabulariesResponse" }, "ListVocabularyFilters" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Gets information about vocabulary filters.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

There was an internal error. Check the error message and try your request again.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListVocabularyFiltersRequest", "variableName" : "listVocabularyFiltersRequest", "variableType" : "ListVocabularyFiltersRequest", "documentation" : "", "simpleType" : "ListVocabularyFiltersRequest", "variableSetterType" : "ListVocabularyFiltersRequest" }, "methodName" : "listVocabularyFilters", "operationName" : "ListVocabularyFilters", "paginated" : true, "returnType" : { "returnType" : "ListVocabularyFiltersResponse", "documentation" : null }, "syncReturnType" : "ListVocabularyFiltersResponse" }, "StartMedicalTranscriptionJob" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Start a batch job to transcribe medical speech to text.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

There was an internal error. Check the error message and try your request again.

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

The resource name already exists.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartMedicalTranscriptionJobRequest", "variableName" : "startMedicalTranscriptionJobRequest", "variableType" : "StartMedicalTranscriptionJobRequest", "documentation" : "", "simpleType" : "StartMedicalTranscriptionJobRequest", "variableSetterType" : "StartMedicalTranscriptionJobRequest" }, "methodName" : "startMedicalTranscriptionJob", "operationName" : "StartMedicalTranscriptionJob", "paginated" : false, "returnType" : { "returnType" : "StartMedicalTranscriptionJobResponse", "documentation" : null }, "syncReturnType" : "StartMedicalTranscriptionJobResponse" }, "StartTranscriptionJob" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Starts an asynchronous job to transcribe speech to text.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

There was an internal error. Check the error message and try your request again.

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

The resource name already exists.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartTranscriptionJobRequest", "variableName" : "startTranscriptionJobRequest", "variableType" : "StartTranscriptionJobRequest", "documentation" : "", "simpleType" : "StartTranscriptionJobRequest", "variableSetterType" : "StartTranscriptionJobRequest" }, "methodName" : "startTranscriptionJob", "operationName" : "StartTranscriptionJob", "paginated" : false, "returnType" : { "returnType" : "StartTranscriptionJobResponse", "documentation" : null }, "syncReturnType" : "StartTranscriptionJobResponse" }, "UpdateMedicalVocabulary" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates an existing vocabulary with new values in a different text file. The UpdateMedicalVocabulary operation overwrites all of the existing information with the values that you provide in the request.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

There was an internal error. Check the error message and try your request again.

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

We can't find the requested resource. Check the name and try your request again.

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

The resource name already exists.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateMedicalVocabularyRequest", "variableName" : "updateMedicalVocabularyRequest", "variableType" : "UpdateMedicalVocabularyRequest", "documentation" : "", "simpleType" : "UpdateMedicalVocabularyRequest", "variableSetterType" : "UpdateMedicalVocabularyRequest" }, "methodName" : "updateMedicalVocabulary", "operationName" : "UpdateMedicalVocabulary", "paginated" : false, "returnType" : { "returnType" : "UpdateMedicalVocabularyResponse", "documentation" : null }, "syncReturnType" : "UpdateMedicalVocabularyResponse" }, "UpdateVocabulary" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates an existing vocabulary with new values. The UpdateVocabulary operation overwrites all of the existing information with the values that you provide in the request.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

There was an internal error. Check the error message and try your request again.

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

We can't find the requested resource. Check the name and try your request again.

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

The resource name already exists.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateVocabularyRequest", "variableName" : "updateVocabularyRequest", "variableType" : "UpdateVocabularyRequest", "documentation" : "", "simpleType" : "UpdateVocabularyRequest", "variableSetterType" : "UpdateVocabularyRequest" }, "methodName" : "updateVocabulary", "operationName" : "UpdateVocabulary", "paginated" : false, "returnType" : { "returnType" : "UpdateVocabularyResponse", "documentation" : null }, "syncReturnType" : "UpdateVocabularyResponse" }, "UpdateVocabularyFilter" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates a vocabulary filter with a new list of filtered words.

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

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

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

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

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

There was an internal error. Check the error message and try your request again.

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

We can't find the requested resource. Check the name and try your request again.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateVocabularyFilterRequest", "variableName" : "updateVocabularyFilterRequest", "variableType" : "UpdateVocabularyFilterRequest", "documentation" : "", "simpleType" : "UpdateVocabularyFilterRequest", "variableSetterType" : "UpdateVocabularyFilterRequest" }, "methodName" : "updateVocabularyFilter", "operationName" : "UpdateVocabularyFilter", "paginated" : false, "returnType" : { "returnType" : "UpdateVocabularyFilterResponse", "documentation" : null }, "syncReturnType" : "UpdateVocabularyFilterResponse" } }, "shapes" : { "BadRequestException" : { "c2jName" : "BadRequestException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message field for more information.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "BadRequestException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BadRequestException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BadRequestException", "variableName" : "badRequestException", "variableType" : "BadRequestException", "documentation" : null, "simpleType" : "BadRequestException", "variableSetterType" : "BadRequestException" }, "wrapper" : false, "xmlNamespace" : null }, "ConflictException" : { "c2jName" : "ConflictException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The resource name already exists.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ConflictException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConflictException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ConflictException", "variableName" : "conflictException", "variableType" : "ConflictException", "documentation" : null, "simpleType" : "ConflictException", "variableSetterType" : "ConflictException" }, "wrapper" : false, "xmlNamespace" : null }, "ContentRedaction" : { "c2jName" : "ContentRedaction", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Settings for content redaction within a transcription job.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRedactionType", "beanStyleSetterMethodName" : "setRedactionType", "c2jName" : "RedactionType", "c2jShape" : "RedactionType", "defaultConsumerFluentSetterDocumentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

\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 #redactionTypeAsString(String)}.\n@param redactionType 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 #redactionType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

\n

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

\n@return Request parameter that defines the entities to be redacted. The only accepted value is PII.\n@see RedactionType\n@deprecated Use {@link #redactionTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

\n@param redactionType Request parameter that defines the entities to be redacted. The only accepted value is PII.\n@see RedactionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionType\n@deprecated Use {@link #redactionType(String)}\n", "documentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

", "endpointDiscoveryId" : false, "enumType" : "RedactionType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RedactionType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRedactionType", "fluentEnumGetterMethodName" : "redactionType", "fluentEnumSetterMethodName" : "redactionType", "fluentGetterMethodName" : "redactionTypeAsString", "fluentSetterDocumentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

\n@param redactionType Request parameter that defines the entities to be redacted. The only accepted value is PII.\n@see RedactionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionType", "fluentSetterMethodName" : "redactionType", "getterDocumentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

\n

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

\n@return Request parameter that defines the entities to be redacted. The only accepted value is PII.\n@see RedactionType", "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" : "RedactionType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedactionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RedactionType", "sensitive" : false, "setterDocumentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

\n@param redactionType Request parameter that defines the entities to be redacted. The only accepted value is PII.\n@see RedactionType", "setterMethodName" : "setRedactionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "redactionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "redactionType", "variableType" : "String", "documentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRedactionOutput", "beanStyleSetterMethodName" : "setRedactionOutput", "c2jName" : "RedactionOutput", "c2jShape" : "RedactionOutput", "defaultConsumerFluentSetterDocumentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

\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 #redactionOutputAsString(String)}.\n@param redactionOutput 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 #redactionOutput(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

\n

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

\n@return The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput\n@deprecated Use {@link #redactionOutputAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

\n@param redactionOutput The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionOutput\n@deprecated Use {@link #redactionOutput(String)}\n", "documentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

", "endpointDiscoveryId" : false, "enumType" : "RedactionOutput", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RedactionOutput property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRedactionOutput", "fluentEnumGetterMethodName" : "redactionOutput", "fluentEnumSetterMethodName" : "redactionOutput", "fluentGetterMethodName" : "redactionOutputAsString", "fluentSetterDocumentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

\n@param redactionOutput The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionOutput", "fluentSetterMethodName" : "redactionOutput", "getterDocumentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

\n

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

\n@return The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput", "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" : "RedactionOutput", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedactionOutput", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RedactionOutput", "sensitive" : false, "setterDocumentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

\n@param redactionOutput The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput", "setterMethodName" : "setRedactionOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "redactionOutput", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "redactionOutput", "variableType" : "String", "documentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RedactionOutput" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRedactionOutput", "beanStyleSetterMethodName" : "setRedactionOutput", "c2jName" : "RedactionOutput", "c2jShape" : "RedactionOutput", "defaultConsumerFluentSetterDocumentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

\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 #redactionOutputAsString(String)}.\n@param redactionOutput 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 #redactionOutput(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

\n

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

\n@return The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput\n@deprecated Use {@link #redactionOutputAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

\n@param redactionOutput The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionOutput\n@deprecated Use {@link #redactionOutput(String)}\n", "documentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

", "endpointDiscoveryId" : false, "enumType" : "RedactionOutput", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RedactionOutput property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRedactionOutput", "fluentEnumGetterMethodName" : "redactionOutput", "fluentEnumSetterMethodName" : "redactionOutput", "fluentGetterMethodName" : "redactionOutputAsString", "fluentSetterDocumentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

\n@param redactionOutput The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionOutput", "fluentSetterMethodName" : "redactionOutput", "getterDocumentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

\n

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

\n@return The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput", "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" : "RedactionOutput", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedactionOutput", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RedactionOutput", "sensitive" : false, "setterDocumentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

\n@param redactionOutput The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput", "setterMethodName" : "setRedactionOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "redactionOutput", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "redactionOutput", "variableType" : "String", "documentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "RedactionType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRedactionType", "beanStyleSetterMethodName" : "setRedactionType", "c2jName" : "RedactionType", "c2jShape" : "RedactionType", "defaultConsumerFluentSetterDocumentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

\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 #redactionTypeAsString(String)}.\n@param redactionType 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 #redactionType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

\n

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

\n@return Request parameter that defines the entities to be redacted. The only accepted value is PII.\n@see RedactionType\n@deprecated Use {@link #redactionTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

\n@param redactionType Request parameter that defines the entities to be redacted. The only accepted value is PII.\n@see RedactionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionType\n@deprecated Use {@link #redactionType(String)}\n", "documentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

", "endpointDiscoveryId" : false, "enumType" : "RedactionType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RedactionType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRedactionType", "fluentEnumGetterMethodName" : "redactionType", "fluentEnumSetterMethodName" : "redactionType", "fluentGetterMethodName" : "redactionTypeAsString", "fluentSetterDocumentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

\n@param redactionType Request parameter that defines the entities to be redacted. The only accepted value is PII.\n@see RedactionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionType", "fluentSetterMethodName" : "redactionType", "getterDocumentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

\n

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

\n@return Request parameter that defines the entities to be redacted. The only accepted value is PII.\n@see RedactionType", "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" : "RedactionType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedactionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RedactionType", "sensitive" : false, "setterDocumentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

\n@param redactionType Request parameter that defines the entities to be redacted. The only accepted value is PII.\n@see RedactionType", "setterMethodName" : "setRedactionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "redactionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "redactionType", "variableType" : "String", "documentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRedactionType", "beanStyleSetterMethodName" : "setRedactionType", "c2jName" : "RedactionType", "c2jShape" : "RedactionType", "defaultConsumerFluentSetterDocumentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

\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 #redactionTypeAsString(String)}.\n@param redactionType 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 #redactionType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

\n

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

\n@return Request parameter that defines the entities to be redacted. The only accepted value is PII.\n@see RedactionType\n@deprecated Use {@link #redactionTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

\n@param redactionType Request parameter that defines the entities to be redacted. The only accepted value is PII.\n@see RedactionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionType\n@deprecated Use {@link #redactionType(String)}\n", "documentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

", "endpointDiscoveryId" : false, "enumType" : "RedactionType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RedactionType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRedactionType", "fluentEnumGetterMethodName" : "redactionType", "fluentEnumSetterMethodName" : "redactionType", "fluentGetterMethodName" : "redactionTypeAsString", "fluentSetterDocumentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

\n@param redactionType Request parameter that defines the entities to be redacted. The only accepted value is PII.\n@see RedactionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionType", "fluentSetterMethodName" : "redactionType", "getterDocumentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

\n

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

\n@return Request parameter that defines the entities to be redacted. The only accepted value is PII.\n@see RedactionType", "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" : "RedactionType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedactionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RedactionType", "sensitive" : false, "setterDocumentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

\n@param redactionType Request parameter that defines the entities to be redacted. The only accepted value is PII.\n@see RedactionType", "setterMethodName" : "setRedactionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "redactionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "redactionType", "variableType" : "String", "documentation" : "

Request parameter that defines the entities to be redacted. The only accepted value is PII.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRedactionOutput", "beanStyleSetterMethodName" : "setRedactionOutput", "c2jName" : "RedactionOutput", "c2jShape" : "RedactionOutput", "defaultConsumerFluentSetterDocumentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

\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 #redactionOutputAsString(String)}.\n@param redactionOutput 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 #redactionOutput(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

\n

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

\n@return The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput\n@deprecated Use {@link #redactionOutputAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

\n@param redactionOutput The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionOutput\n@deprecated Use {@link #redactionOutput(String)}\n", "documentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

", "endpointDiscoveryId" : false, "enumType" : "RedactionOutput", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RedactionOutput property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRedactionOutput", "fluentEnumGetterMethodName" : "redactionOutput", "fluentEnumSetterMethodName" : "redactionOutput", "fluentGetterMethodName" : "redactionOutputAsString", "fluentSetterDocumentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

\n@param redactionOutput The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionOutput", "fluentSetterMethodName" : "redactionOutput", "getterDocumentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

\n

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

\n@return The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput", "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" : "RedactionOutput", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedactionOutput", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RedactionOutput", "sensitive" : false, "setterDocumentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

\n@param redactionOutput The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput", "setterMethodName" : "setRedactionOutput", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "redactionOutput", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "redactionOutput", "variableType" : "String", "documentation" : "

The output transcript file stored in either the default S3 bucket or in a bucket you specify.

When you choose redacted Amazon Transcribe outputs only the redacted transcript.

When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RedactionType", "RedactionOutput" ], "shapeName" : "ContentRedaction", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ContentRedaction", "variableName" : "contentRedaction", "variableType" : "ContentRedaction", "documentation" : null, "simpleType" : "ContentRedaction", "variableSetterType" : "ContentRedaction" }, "wrapper" : false, "xmlNamespace" : null }, "CreateMedicalVocabularyRequest" : { "c2jName" : "CreateMedicalVocabularyRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateMedicalVocabulary", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.CreateMedicalVocabulary", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@return The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@param vocabularyName The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@param vocabularyName The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@return The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@param vocabularyName The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

\n

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

\n@return The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

\n@param languageCode The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

\n@param languageCode The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

\n

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

\n@return The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

\n@param languageCode The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFileUri", "beanStyleSetterMethodName" : "setVocabularyFileUri", "c2jName" : "VocabularyFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

\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 #vocabularyFileUri(String)}.\n@param vocabularyFileUri 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 #vocabularyFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

\n@return The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

\n@param vocabularyFileUri The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n", "documentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFileUri", "fluentSetterDocumentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

\n@param vocabularyFileUri The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFileUri", "getterDocumentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

\n@return The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.", "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" : "VocabularyFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFileUri", "sensitive" : false, "setterDocumentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

\n@param vocabularyFileUri The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.", "setterMethodName" : "setVocabularyFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

\n

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

\n@return The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

\n@param languageCode The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

\n@param languageCode The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

\n

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

\n@return The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

\n@param languageCode The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyFileUri" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFileUri", "beanStyleSetterMethodName" : "setVocabularyFileUri", "c2jName" : "VocabularyFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

\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 #vocabularyFileUri(String)}.\n@param vocabularyFileUri 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 #vocabularyFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

\n@return The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

\n@param vocabularyFileUri The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n", "documentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFileUri", "fluentSetterDocumentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

\n@param vocabularyFileUri The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFileUri", "getterDocumentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

\n@return The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.", "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" : "VocabularyFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFileUri", "sensitive" : false, "setterDocumentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

\n@param vocabularyFileUri The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.", "setterMethodName" : "setVocabularyFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@return The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@param vocabularyName The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@param vocabularyName The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@return The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@param vocabularyName The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@return The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@param vocabularyName The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@param vocabularyName The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@return The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@param vocabularyName The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

\n

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

\n@return The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

\n@param languageCode The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

\n@param languageCode The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

\n

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

\n@return The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

\n@param languageCode The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFileUri", "beanStyleSetterMethodName" : "setVocabularyFileUri", "c2jName" : "VocabularyFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

\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 #vocabularyFileUri(String)}.\n@param vocabularyFileUri 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 #vocabularyFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

\n@return The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

\n@param vocabularyFileUri The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n", "documentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFileUri", "fluentSetterDocumentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

\n@param vocabularyFileUri The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFileUri", "getterDocumentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

\n@return The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.", "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" : "VocabularyFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFileUri", "sensitive" : false, "setterDocumentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

\n@param vocabularyFileUri The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.", "setterMethodName" : "setVocabularyFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : "

The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri in the following format:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

This is an example of a vocabulary file uri location in Amazon S3:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Medical Custom Vocabularies.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VocabularyName", "LanguageCode", "VocabularyFileUri" ], "shapeName" : "CreateMedicalVocabularyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateMedicalVocabularyRequest", "variableName" : "createMedicalVocabularyRequest", "variableType" : "CreateMedicalVocabularyRequest", "documentation" : null, "simpleType" : "CreateMedicalVocabularyRequest", "variableSetterType" : "CreateMedicalVocabularyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateMedicalVocabularyResponse" : { "c2jName" : "CreateMedicalVocabularyResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

\n@return The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

\n@return The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

\n

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

\n@return The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

\n@param languageCode The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

\n@param languageCode The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

\n

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

\n@return The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

\n@param languageCode The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob 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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

\n

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

\n@return The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

\n@param vocabularyState The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

\n@param vocabularyState The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

\n

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

\n@return The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

\n@param vocabularyState The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

The date and time you created the vocabulary.

\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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time you created the vocabulary.

\n@return The date and time you created the vocabulary.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time you created the vocabulary.

\n@param lastModifiedTime The date and time you created the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time you created the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

The date and time you created the vocabulary.

\n@param lastModifiedTime The date and time you created the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time you created the vocabulary.

\n@return The date and time you created the vocabulary.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time you created the vocabulary.

\n@param lastModifiedTime The date and time you created the vocabulary.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time you created the vocabulary.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job 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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState field is FAILED, this field contains information about why the job failed.", "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, "requiresLength" : 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" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.", "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" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FailureReason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job 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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState field is FAILED, this field contains information about why the job failed.", "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, "requiresLength" : 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" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.", "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" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

\n

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

\n@return The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

\n@param languageCode The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

\n@param languageCode The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

\n

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

\n@return The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

\n@param languageCode The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

The date and time you created the vocabulary.

\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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time you created the vocabulary.

\n@return The date and time you created the vocabulary.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time you created the vocabulary.

\n@param lastModifiedTime The date and time you created the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time you created the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

The date and time you created the vocabulary.

\n@param lastModifiedTime The date and time you created the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time you created the vocabulary.

\n@return The date and time you created the vocabulary.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time you created the vocabulary.

\n@param lastModifiedTime The date and time you created the vocabulary.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time you created the vocabulary.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

\n@return The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

\n@return The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyState" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob 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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

\n

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

\n@return The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

\n@param vocabularyState The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

\n@param vocabularyState The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

\n

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

\n@return The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

\n@param vocabularyState The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

\n@return The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

\n@return The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

\n

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

\n@return The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

\n@param languageCode The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

\n@param languageCode The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

\n

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

\n@return The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

\n@param languageCode The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob 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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

\n

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

\n@return The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

\n@param vocabularyState The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

\n@param vocabularyState The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

\n

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

\n@return The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

\n@param vocabularyState The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY you can use the vocabulary in a StartMedicalTranscriptionJob request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

The date and time you created the vocabulary.

\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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time you created the vocabulary.

\n@return The date and time you created the vocabulary.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time you created the vocabulary.

\n@param lastModifiedTime The date and time you created the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time you created the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

The date and time you created the vocabulary.

\n@param lastModifiedTime The date and time you created the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time you created the vocabulary.

\n@return The date and time you created the vocabulary.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time you created the vocabulary.

\n@param lastModifiedTime The date and time you created the vocabulary.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time you created the vocabulary.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job 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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState field is FAILED, this field contains information about why the job failed.", "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, "requiresLength" : 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" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.", "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" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateMedicalVocabularyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateMedicalVocabularyResponse", "variableName" : "createMedicalVocabularyResponse", "variableType" : "CreateMedicalVocabularyResponse", "documentation" : null, "simpleType" : "CreateMedicalVocabularyResponse", "variableSetterType" : "CreateMedicalVocabularyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateVocabularyFilterRequest" : { "c2jName" : "CreateVocabularyFilterRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateVocabularyFilter", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.CreateVocabularyFilter", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

\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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

\n@return The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

\n@param vocabularyFilterName The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

\n@param vocabularyFilterName The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

\n@return The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

\n@param vocabularyFilterName The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

\n

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

\n@return The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

\n@param languageCode The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

\n@param languageCode The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

\n

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

\n@return The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

\n@param languageCode The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getWords", "beanStyleSetterMethodName" : "setWords", "c2jName" : "Words", "c2jShape" : "Words", "defaultConsumerFluentSetterDocumentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

\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 #words(List)}.\n@param words 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 #words(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

\n

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

\n

\nYou can use {@link #hasWords()} to see if a value was sent in this field.\n

\n@return The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.\n@deprecated Use {@link #words()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

\n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #words(List)}\n", "documentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Words property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWords", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "words", "fluentSetterDocumentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

\n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "words", "getterDocumentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

\n

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

\n

\nYou can use {@link #hasWords()} to see if a value was sent in this field.\n

\n@return The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.", "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" : "Words", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Words", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Word", "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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, "requiresLength" : 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" }, "xmlAttribute" : false, "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" : "Words", "sensitive" : false, "setterDocumentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

\n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.", "setterMethodName" : "setWords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "words", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "words", "variableType" : "java.util.List", "documentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterFileUri", "beanStyleSetterMethodName" : "setVocabularyFilterFileUri", "c2jName" : "VocabularyFilterFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

\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 #vocabularyFilterFileUri(String)}.\n@param vocabularyFilterFileUri 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 #vocabularyFilterFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

\n@return The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.\n@deprecated Use {@link #vocabularyFilterFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

\n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterFileUri(String)}\n", "documentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterFileUri", "fluentSetterDocumentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

\n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterFileUri", "getterDocumentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

\n@return The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.", "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" : "VocabularyFilterFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterFileUri", "sensitive" : false, "setterDocumentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

\n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.", "setterMethodName" : "setVocabularyFilterFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterFileUri", "variableType" : "String", "documentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

\n

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

\n@return The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

\n@param languageCode The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

\n@param languageCode The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

\n

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

\n@return The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

\n@param languageCode The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyFilterFileUri" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterFileUri", "beanStyleSetterMethodName" : "setVocabularyFilterFileUri", "c2jName" : "VocabularyFilterFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

\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 #vocabularyFilterFileUri(String)}.\n@param vocabularyFilterFileUri 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 #vocabularyFilterFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

\n@return The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.\n@deprecated Use {@link #vocabularyFilterFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

\n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterFileUri(String)}\n", "documentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterFileUri", "fluentSetterDocumentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

\n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterFileUri", "getterDocumentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

\n@return The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.", "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" : "VocabularyFilterFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterFileUri", "sensitive" : false, "setterDocumentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

\n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.", "setterMethodName" : "setVocabularyFilterFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterFileUri", "variableType" : "String", "documentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyFilterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

\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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

\n@return The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

\n@param vocabularyFilterName The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

\n@param vocabularyFilterName The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

\n@return The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

\n@param vocabularyFilterName The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Words" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getWords", "beanStyleSetterMethodName" : "setWords", "c2jName" : "Words", "c2jShape" : "Words", "defaultConsumerFluentSetterDocumentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

\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 #words(List)}.\n@param words 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 #words(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

\n

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

\n

\nYou can use {@link #hasWords()} to see if a value was sent in this field.\n

\n@return The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.\n@deprecated Use {@link #words()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

\n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #words(List)}\n", "documentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Words property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWords", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "words", "fluentSetterDocumentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

\n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "words", "getterDocumentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

\n

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

\n

\nYou can use {@link #hasWords()} to see if a value was sent in this field.\n

\n@return The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.", "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" : "Words", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Words", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Word", "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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, "requiresLength" : 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" }, "xmlAttribute" : false, "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" : "Words", "sensitive" : false, "setterDocumentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

\n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.", "setterMethodName" : "setWords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "words", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "words", "variableType" : "java.util.List", "documentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

\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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

\n@return The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

\n@param vocabularyFilterName The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

\n@param vocabularyFilterName The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

\n@return The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

\n@param vocabularyFilterName The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

\n

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

\n@return The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

\n@param languageCode The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

\n@param languageCode The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

\n

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

\n@return The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

\n@param languageCode The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getWords", "beanStyleSetterMethodName" : "setWords", "c2jName" : "Words", "c2jShape" : "Words", "defaultConsumerFluentSetterDocumentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

\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 #words(List)}.\n@param words 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 #words(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

\n

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

\n

\nYou can use {@link #hasWords()} to see if a value was sent in this field.\n

\n@return The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.\n@deprecated Use {@link #words()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

\n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #words(List)}\n", "documentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Words property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWords", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "words", "fluentSetterDocumentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

\n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "words", "getterDocumentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

\n

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

\n

\nYou can use {@link #hasWords()} to see if a value was sent in this field.\n

\n@return The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.", "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" : "Words", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Words", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Word", "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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, "requiresLength" : 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" }, "xmlAttribute" : false, "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" : "Words", "sensitive" : false, "setterDocumentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

\n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.", "setterMethodName" : "setWords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "words", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "words", "variableType" : "java.util.List", "documentation" : "

The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterFileUri", "beanStyleSetterMethodName" : "setVocabularyFilterFileUri", "c2jName" : "VocabularyFilterFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

\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 #vocabularyFilterFileUri(String)}.\n@param vocabularyFilterFileUri 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 #vocabularyFilterFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

\n@return The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.\n@deprecated Use {@link #vocabularyFilterFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

\n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterFileUri(String)}\n", "documentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterFileUri", "fluentSetterDocumentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

\n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterFileUri", "getterDocumentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

\n@return The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.", "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" : "VocabularyFilterFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterFileUri", "sensitive" : false, "setterDocumentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

\n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.", "setterMethodName" : "setVocabularyFilterFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterFileUri", "variableType" : "String", "documentation" : "

The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

The specified file must be less than 50 KB of UTF-8 characters.

If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VocabularyFilterName", "LanguageCode" ], "shapeName" : "CreateVocabularyFilterRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateVocabularyFilterRequest", "variableName" : "createVocabularyFilterRequest", "variableType" : "CreateVocabularyFilterRequest", "documentation" : null, "simpleType" : "CreateVocabularyFilterRequest", "variableSetterType" : "CreateVocabularyFilterRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateVocabularyFilterResponse" : { "c2jName" : "CreateVocabularyFilterResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary filter.

\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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary filter.

\n@return The name of the vocabulary filter.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary filter.

\n@param vocabularyFilterName The name of the vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

The name of the vocabulary filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

The name of the vocabulary filter.

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

The name of the vocabulary filter.

\n@return The name of the vocabulary filter.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary filter.

\n@param vocabularyFilterName The name of the vocabulary filter.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

The name of the vocabulary filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code of the words in the collection.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the words in the collection.

\n

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

\n@return The language code of the words in the collection.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the words in the collection.

\n@param languageCode The language code of the words in the collection.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code of the words in the collection.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code of the words in the collection.

\n@param languageCode The language code of the words in the collection.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code of the words in the collection.

\n

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

\n@return The language code of the words in the collection.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the words in the collection.

\n@param languageCode The language code of the words in the collection.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code of the words in the collection.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the vocabulary filter was modified.

\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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time that the vocabulary filter was modified.

\n@return The date and time that the vocabulary filter was modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the vocabulary filter was modified.

\n@param lastModifiedTime The date and time that the vocabulary filter was modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time that the vocabulary filter was modified.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

The date and time that the vocabulary filter was modified.

\n@param lastModifiedTime The date and time that the vocabulary filter was modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time that the vocabulary filter was modified.

\n@return The date and time that the vocabulary filter was modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time that the vocabulary filter was modified.

\n@param lastModifiedTime The date and time that the vocabulary filter was modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time that the vocabulary filter was modified.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code of the words in the collection.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the words in the collection.

\n

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

\n@return The language code of the words in the collection.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the words in the collection.

\n@param languageCode The language code of the words in the collection.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code of the words in the collection.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code of the words in the collection.

\n@param languageCode The language code of the words in the collection.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code of the words in the collection.

\n

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

\n@return The language code of the words in the collection.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the words in the collection.

\n@param languageCode The language code of the words in the collection.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code of the words in the collection.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the vocabulary filter was modified.

\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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time that the vocabulary filter was modified.

\n@return The date and time that the vocabulary filter was modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the vocabulary filter was modified.

\n@param lastModifiedTime The date and time that the vocabulary filter was modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time that the vocabulary filter was modified.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

The date and time that the vocabulary filter was modified.

\n@param lastModifiedTime The date and time that the vocabulary filter was modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time that the vocabulary filter was modified.

\n@return The date and time that the vocabulary filter was modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time that the vocabulary filter was modified.

\n@param lastModifiedTime The date and time that the vocabulary filter was modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time that the vocabulary filter was modified.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyFilterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary filter.

\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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary filter.

\n@return The name of the vocabulary filter.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary filter.

\n@param vocabularyFilterName The name of the vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

The name of the vocabulary filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

The name of the vocabulary filter.

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

The name of the vocabulary filter.

\n@return The name of the vocabulary filter.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary filter.

\n@param vocabularyFilterName The name of the vocabulary filter.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

The name of the vocabulary filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary filter.

\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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary filter.

\n@return The name of the vocabulary filter.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary filter.

\n@param vocabularyFilterName The name of the vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

The name of the vocabulary filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

The name of the vocabulary filter.

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

The name of the vocabulary filter.

\n@return The name of the vocabulary filter.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary filter.

\n@param vocabularyFilterName The name of the vocabulary filter.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

The name of the vocabulary filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code of the words in the collection.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the words in the collection.

\n

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

\n@return The language code of the words in the collection.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the words in the collection.

\n@param languageCode The language code of the words in the collection.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code of the words in the collection.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code of the words in the collection.

\n@param languageCode The language code of the words in the collection.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code of the words in the collection.

\n

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

\n@return The language code of the words in the collection.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the words in the collection.

\n@param languageCode The language code of the words in the collection.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code of the words in the collection.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the vocabulary filter was modified.

\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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time that the vocabulary filter was modified.

\n@return The date and time that the vocabulary filter was modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the vocabulary filter was modified.

\n@param lastModifiedTime The date and time that the vocabulary filter was modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time that the vocabulary filter was modified.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

The date and time that the vocabulary filter was modified.

\n@param lastModifiedTime The date and time that the vocabulary filter was modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time that the vocabulary filter was modified.

\n@return The date and time that the vocabulary filter was modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time that the vocabulary filter was modified.

\n@param lastModifiedTime The date and time that the vocabulary filter was modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time that the vocabulary filter was modified.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateVocabularyFilterResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateVocabularyFilterResponse", "variableName" : "createVocabularyFilterResponse", "variableType" : "CreateVocabularyFilterResponse", "documentation" : null, "simpleType" : "CreateVocabularyFilterResponse", "variableSetterType" : "CreateVocabularyFilterResponse" }, "wrapper" : false, "xmlNamespace" : null }, "CreateVocabularyRequest" : { "c2jName" : "CreateVocabularyRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateVocabulary", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.CreateVocabulary", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@return The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@return The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code of the vocabulary entries.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the vocabulary entries.

\n

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

\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code of the vocabulary entries.

\n

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

\n@return The language code of the vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code of the vocabulary entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPhrases", "beanStyleSetterMethodName" : "setPhrases", "c2jName" : "Phrases", "c2jShape" : "Phrases", "defaultConsumerFluentSetterDocumentation" : "

An array of strings that contains the vocabulary entries.

\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 #phrases(List)}.\n@param phrases 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 #phrases(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An array of strings that contains the vocabulary entries.

\n

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

\n

\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n

\n@return An array of strings that contains the vocabulary entries.\n@deprecated Use {@link #phrases()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An array of strings that contains the vocabulary entries.

\n@param phrases An array of strings that contains the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phrases(List)}\n", "documentation" : "

An array of strings that contains the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Phrases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPhrases", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "phrases", "fluentSetterDocumentation" : "

An array of strings that contains the vocabulary entries.

\n@param phrases An array of strings that contains the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "phrases", "getterDocumentation" : "

An array of strings that contains the vocabulary entries.

\n

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

\n

\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n

\n@return An array of strings that contains the vocabulary entries.", "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" : "Phrases", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Phrases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Phrase", "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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, "requiresLength" : 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" }, "xmlAttribute" : false, "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" : "Phrases", "sensitive" : false, "setterDocumentation" : "

An array of strings that contains the vocabulary entries.

\n@param phrases An array of strings that contains the vocabulary entries.", "setterMethodName" : "setPhrases", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "phrases", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "phrases", "variableType" : "java.util.List", "documentation" : "

An array of strings that contains the vocabulary entries.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFileUri", "beanStyleSetterMethodName" : "setVocabularyFileUri", "c2jName" : "VocabularyFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

\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 #vocabularyFileUri(String)}.\n@param vocabularyFileUri 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 #vocabularyFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n", "documentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFileUri", "fluentSetterDocumentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFileUri", "getterDocumentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.", "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" : "VocabularyFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFileUri", "sensitive" : false, "setterDocumentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.", "setterMethodName" : "setVocabularyFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code of the vocabulary entries.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the vocabulary entries.

\n

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

\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code of the vocabulary entries.

\n

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

\n@return The language code of the vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code of the vocabulary entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Phrases" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPhrases", "beanStyleSetterMethodName" : "setPhrases", "c2jName" : "Phrases", "c2jShape" : "Phrases", "defaultConsumerFluentSetterDocumentation" : "

An array of strings that contains the vocabulary entries.

\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 #phrases(List)}.\n@param phrases 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 #phrases(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An array of strings that contains the vocabulary entries.

\n

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

\n

\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n

\n@return An array of strings that contains the vocabulary entries.\n@deprecated Use {@link #phrases()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An array of strings that contains the vocabulary entries.

\n@param phrases An array of strings that contains the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phrases(List)}\n", "documentation" : "

An array of strings that contains the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Phrases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPhrases", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "phrases", "fluentSetterDocumentation" : "

An array of strings that contains the vocabulary entries.

\n@param phrases An array of strings that contains the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "phrases", "getterDocumentation" : "

An array of strings that contains the vocabulary entries.

\n

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

\n

\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n

\n@return An array of strings that contains the vocabulary entries.", "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" : "Phrases", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Phrases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Phrase", "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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, "requiresLength" : 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" }, "xmlAttribute" : false, "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" : "Phrases", "sensitive" : false, "setterDocumentation" : "

An array of strings that contains the vocabulary entries.

\n@param phrases An array of strings that contains the vocabulary entries.", "setterMethodName" : "setPhrases", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "phrases", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "phrases", "variableType" : "java.util.List", "documentation" : "

An array of strings that contains the vocabulary entries.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyFileUri" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFileUri", "beanStyleSetterMethodName" : "setVocabularyFileUri", "c2jName" : "VocabularyFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

\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 #vocabularyFileUri(String)}.\n@param vocabularyFileUri 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 #vocabularyFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n", "documentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFileUri", "fluentSetterDocumentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFileUri", "getterDocumentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.", "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" : "VocabularyFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFileUri", "sensitive" : false, "setterDocumentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.", "setterMethodName" : "setVocabularyFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@return The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@return The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@return The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@return The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code of the vocabulary entries.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the vocabulary entries.

\n

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

\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code of the vocabulary entries.

\n

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

\n@return The language code of the vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code of the vocabulary entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPhrases", "beanStyleSetterMethodName" : "setPhrases", "c2jName" : "Phrases", "c2jShape" : "Phrases", "defaultConsumerFluentSetterDocumentation" : "

An array of strings that contains the vocabulary entries.

\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 #phrases(List)}.\n@param phrases 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 #phrases(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

An array of strings that contains the vocabulary entries.

\n

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

\n

\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n

\n@return An array of strings that contains the vocabulary entries.\n@deprecated Use {@link #phrases()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An array of strings that contains the vocabulary entries.

\n@param phrases An array of strings that contains the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phrases(List)}\n", "documentation" : "

An array of strings that contains the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Phrases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPhrases", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "phrases", "fluentSetterDocumentation" : "

An array of strings that contains the vocabulary entries.

\n@param phrases An array of strings that contains the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "phrases", "getterDocumentation" : "

An array of strings that contains the vocabulary entries.

\n

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

\n

\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n

\n@return An array of strings that contains the vocabulary entries.", "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" : "Phrases", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Phrases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Phrase", "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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, "requiresLength" : 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" }, "xmlAttribute" : false, "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" : "Phrases", "sensitive" : false, "setterDocumentation" : "

An array of strings that contains the vocabulary entries.

\n@param phrases An array of strings that contains the vocabulary entries.", "setterMethodName" : "setPhrases", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "phrases", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "phrases", "variableType" : "java.util.List", "documentation" : "

An array of strings that contains the vocabulary entries.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFileUri", "beanStyleSetterMethodName" : "setVocabularyFileUri", "c2jName" : "VocabularyFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

\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 #vocabularyFileUri(String)}.\n@param vocabularyFileUri 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 #vocabularyFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n", "documentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFileUri", "fluentSetterDocumentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFileUri", "getterDocumentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.", "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" : "VocabularyFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFileUri", "sensitive" : false, "setterDocumentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.", "setterMethodName" : "setVocabularyFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : "

The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies, see Custom Vocabularies.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VocabularyName", "LanguageCode" ], "shapeName" : "CreateVocabularyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateVocabularyRequest", "variableName" : "createVocabularyRequest", "variableType" : "CreateVocabularyRequest", "documentation" : null, "simpleType" : "CreateVocabularyRequest", "variableSetterType" : "CreateVocabularyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "CreateVocabularyResponse" : { "c2jName" : "CreateVocabularyResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary.

\n@return The name of the vocabulary.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary.

\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary.

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

The name of the vocabulary.

\n@return The name of the vocabulary.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary.

\n@param vocabularyName The name of the vocabulary.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code of the vocabulary entries.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the vocabulary entries.

\n

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

\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code of the vocabulary entries.

\n

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

\n@return The language code of the vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code of the vocabulary entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob 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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

\n

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

\n@return The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

\n

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

\n@return The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the vocabulary was created.

\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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time that the vocabulary was created.

\n@return The date and time that the vocabulary was created.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the vocabulary was created.

\n@param lastModifiedTime The date and time that the vocabulary was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time that the vocabulary was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

The date and time that the vocabulary was created.

\n@param lastModifiedTime The date and time that the vocabulary was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time that the vocabulary was created.

\n@return The date and time that the vocabulary was created.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time that the vocabulary was created.

\n@param lastModifiedTime The date and time that the vocabulary was created.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time that the vocabulary was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job 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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState field is FAILED, this field contains information about why the job failed.", "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, "requiresLength" : 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" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.", "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" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FailureReason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job 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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState field is FAILED, this field contains information about why the job failed.", "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, "requiresLength" : 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" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.", "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" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code of the vocabulary entries.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the vocabulary entries.

\n

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

\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code of the vocabulary entries.

\n

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

\n@return The language code of the vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code of the vocabulary entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the vocabulary was created.

\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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time that the vocabulary was created.

\n@return The date and time that the vocabulary was created.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the vocabulary was created.

\n@param lastModifiedTime The date and time that the vocabulary was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time that the vocabulary was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

The date and time that the vocabulary was created.

\n@param lastModifiedTime The date and time that the vocabulary was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time that the vocabulary was created.

\n@return The date and time that the vocabulary was created.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time that the vocabulary was created.

\n@param lastModifiedTime The date and time that the vocabulary was created.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time that the vocabulary was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary.

\n@return The name of the vocabulary.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary.

\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary.

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

The name of the vocabulary.

\n@return The name of the vocabulary.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary.

\n@param vocabularyName The name of the vocabulary.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyState" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob 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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

\n

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

\n@return The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

\n

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

\n@return The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary.

\n@return The name of the vocabulary.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary.

\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary.

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

The name of the vocabulary.

\n@return The name of the vocabulary.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary.

\n@param vocabularyName The name of the vocabulary.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code of the vocabulary entries.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the vocabulary entries.

\n

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

\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code of the vocabulary entries.

\n

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

\n@return The language code of the vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code of the vocabulary entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob 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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

\n

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

\n@return The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

\n

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

\n@return The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the vocabulary was created.

\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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time that the vocabulary was created.

\n@return The date and time that the vocabulary was created.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the vocabulary was created.

\n@param lastModifiedTime The date and time that the vocabulary was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time that the vocabulary was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

The date and time that the vocabulary was created.

\n@param lastModifiedTime The date and time that the vocabulary was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time that the vocabulary was created.

\n@return The date and time that the vocabulary was created.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time that the vocabulary was created.

\n@param lastModifiedTime The date and time that the vocabulary was created.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time that the vocabulary was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job 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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState field is FAILED, this field contains information about why the job failed.", "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, "requiresLength" : 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" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.", "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" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateVocabularyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateVocabularyResponse", "variableName" : "createVocabularyResponse", "variableType" : "CreateVocabularyResponse", "documentation" : null, "simpleType" : "CreateVocabularyResponse", "variableSetterType" : "CreateVocabularyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteMedicalTranscriptionJobRequest" : { "c2jName" : "DeleteMedicalTranscriptionJobRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteMedicalTranscriptionJob", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.DeleteMedicalTranscriptionJob", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJobName", "beanStyleSetterMethodName" : "setMedicalTranscriptionJobName", "c2jName" : "MedicalTranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

\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 #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName 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 #medicalTranscriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

\n@return The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

\n@param medicalTranscriptionJobName The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n", "documentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJobName", "fluentSetterDocumentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

\n@param medicalTranscriptionJobName The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJobName", "getterDocumentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

\n@return The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.", "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" : "MedicalTranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MedicalTranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

\n@param medicalTranscriptionJobName The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.", "setterMethodName" : "setMedicalTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MedicalTranscriptionJobName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJobName", "beanStyleSetterMethodName" : "setMedicalTranscriptionJobName", "c2jName" : "MedicalTranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

\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 #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName 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 #medicalTranscriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

\n@return The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

\n@param medicalTranscriptionJobName The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n", "documentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJobName", "fluentSetterDocumentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

\n@param medicalTranscriptionJobName The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJobName", "getterDocumentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

\n@return The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.", "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" : "MedicalTranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MedicalTranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

\n@param medicalTranscriptionJobName The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.", "setterMethodName" : "setMedicalTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJobName", "beanStyleSetterMethodName" : "setMedicalTranscriptionJobName", "c2jName" : "MedicalTranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

\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 #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName 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 #medicalTranscriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

\n@return The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

\n@param medicalTranscriptionJobName The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n", "documentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJobName", "fluentSetterDocumentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

\n@param medicalTranscriptionJobName The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJobName", "getterDocumentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

\n@return The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.", "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" : "MedicalTranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MedicalTranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

\n@param medicalTranscriptionJobName The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.", "setterMethodName" : "setMedicalTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : "

The name you provide to the DeleteMedicalTranscriptionJob object to delete a transcription job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "MedicalTranscriptionJobName" ], "shapeName" : "DeleteMedicalTranscriptionJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteMedicalTranscriptionJobRequest", "variableName" : "deleteMedicalTranscriptionJobRequest", "variableType" : "DeleteMedicalTranscriptionJobRequest", "documentation" : null, "simpleType" : "DeleteMedicalTranscriptionJobRequest", "variableSetterType" : "DeleteMedicalTranscriptionJobRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteMedicalTranscriptionJobResponse" : { "c2jName" : "DeleteMedicalTranscriptionJobResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteMedicalTranscriptionJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteMedicalTranscriptionJobResponse", "variableName" : "deleteMedicalTranscriptionJobResponse", "variableType" : "DeleteMedicalTranscriptionJobResponse", "documentation" : null, "simpleType" : "DeleteMedicalTranscriptionJobResponse", "variableSetterType" : "DeleteMedicalTranscriptionJobResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteMedicalVocabularyRequest" : { "c2jName" : "DeleteMedicalVocabularyRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteMedicalVocabulary", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.DeleteMedicalVocabulary", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary you are choosing to delete.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary you are choosing to delete.

\n@return The name of the vocabulary you are choosing to delete.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary you are choosing to delete.

\n@param vocabularyName The name of the vocabulary you are choosing to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary you are choosing to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary you are choosing to delete.

\n@param vocabularyName The name of the vocabulary you are choosing to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The name of the vocabulary you are choosing to delete.

\n@return The name of the vocabulary you are choosing to delete.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary you are choosing to delete.

\n@param vocabularyName The name of the vocabulary you are choosing to delete.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary you are choosing to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VocabularyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary you are choosing to delete.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary you are choosing to delete.

\n@return The name of the vocabulary you are choosing to delete.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary you are choosing to delete.

\n@param vocabularyName The name of the vocabulary you are choosing to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary you are choosing to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary you are choosing to delete.

\n@param vocabularyName The name of the vocabulary you are choosing to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The name of the vocabulary you are choosing to delete.

\n@return The name of the vocabulary you are choosing to delete.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary you are choosing to delete.

\n@param vocabularyName The name of the vocabulary you are choosing to delete.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary you are choosing to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary you are choosing to delete.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary you are choosing to delete.

\n@return The name of the vocabulary you are choosing to delete.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary you are choosing to delete.

\n@param vocabularyName The name of the vocabulary you are choosing to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary you are choosing to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary you are choosing to delete.

\n@param vocabularyName The name of the vocabulary you are choosing to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The name of the vocabulary you are choosing to delete.

\n@return The name of the vocabulary you are choosing to delete.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary you are choosing to delete.

\n@param vocabularyName The name of the vocabulary you are choosing to delete.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary you are choosing to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VocabularyName" ], "shapeName" : "DeleteMedicalVocabularyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteMedicalVocabularyRequest", "variableName" : "deleteMedicalVocabularyRequest", "variableType" : "DeleteMedicalVocabularyRequest", "documentation" : null, "simpleType" : "DeleteMedicalVocabularyRequest", "variableSetterType" : "DeleteMedicalVocabularyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteMedicalVocabularyResponse" : { "c2jName" : "DeleteMedicalVocabularyResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteMedicalVocabularyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteMedicalVocabularyResponse", "variableName" : "deleteMedicalVocabularyResponse", "variableType" : "DeleteMedicalVocabularyResponse", "documentation" : null, "simpleType" : "DeleteMedicalVocabularyResponse", "variableSetterType" : "DeleteMedicalVocabularyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteTranscriptionJobRequest" : { "c2jName" : "DeleteTranscriptionJobRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteTranscriptionJob", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.DeleteTranscriptionJob", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobName", "beanStyleSetterMethodName" : "setTranscriptionJobName", "c2jName" : "TranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

The name of the transcription job to be deleted.

\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 #transcriptionJobName(String)}.\n@param transcriptionJobName 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 #transcriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the transcription job to be deleted.

\n@return The name of the transcription job to be deleted.\n@deprecated Use {@link #transcriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the transcription job to be deleted.

\n@param transcriptionJobName The name of the transcription job to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n", "documentation" : "

The name of the transcription job to be deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJobName", "fluentSetterDocumentation" : "

The name of the transcription job to be deleted.

\n@param transcriptionJobName The name of the transcription job to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptionJobName", "getterDocumentation" : "

The name of the transcription job to be deleted.

\n@return The name of the transcription job to be deleted.", "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" : "TranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

The name of the transcription job to be deleted.

\n@param transcriptionJobName The name of the transcription job to be deleted.", "setterMethodName" : "setTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : "

The name of the transcription job to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TranscriptionJobName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobName", "beanStyleSetterMethodName" : "setTranscriptionJobName", "c2jName" : "TranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

The name of the transcription job to be deleted.

\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 #transcriptionJobName(String)}.\n@param transcriptionJobName 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 #transcriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the transcription job to be deleted.

\n@return The name of the transcription job to be deleted.\n@deprecated Use {@link #transcriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the transcription job to be deleted.

\n@param transcriptionJobName The name of the transcription job to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n", "documentation" : "

The name of the transcription job to be deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJobName", "fluentSetterDocumentation" : "

The name of the transcription job to be deleted.

\n@param transcriptionJobName The name of the transcription job to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptionJobName", "getterDocumentation" : "

The name of the transcription job to be deleted.

\n@return The name of the transcription job to be deleted.", "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" : "TranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

The name of the transcription job to be deleted.

\n@param transcriptionJobName The name of the transcription job to be deleted.", "setterMethodName" : "setTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : "

The name of the transcription job to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobName", "beanStyleSetterMethodName" : "setTranscriptionJobName", "c2jName" : "TranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

The name of the transcription job to be deleted.

\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 #transcriptionJobName(String)}.\n@param transcriptionJobName 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 #transcriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the transcription job to be deleted.

\n@return The name of the transcription job to be deleted.\n@deprecated Use {@link #transcriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the transcription job to be deleted.

\n@param transcriptionJobName The name of the transcription job to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n", "documentation" : "

The name of the transcription job to be deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJobName", "fluentSetterDocumentation" : "

The name of the transcription job to be deleted.

\n@param transcriptionJobName The name of the transcription job to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptionJobName", "getterDocumentation" : "

The name of the transcription job to be deleted.

\n@return The name of the transcription job to be deleted.", "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" : "TranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

The name of the transcription job to be deleted.

\n@param transcriptionJobName The name of the transcription job to be deleted.", "setterMethodName" : "setTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : "

The name of the transcription job to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TranscriptionJobName" ], "shapeName" : "DeleteTranscriptionJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteTranscriptionJobRequest", "variableName" : "deleteTranscriptionJobRequest", "variableType" : "DeleteTranscriptionJobRequest", "documentation" : null, "simpleType" : "DeleteTranscriptionJobRequest", "variableSetterType" : "DeleteTranscriptionJobRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteTranscriptionJobResponse" : { "c2jName" : "DeleteTranscriptionJobResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteTranscriptionJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteTranscriptionJobResponse", "variableName" : "deleteTranscriptionJobResponse", "variableType" : "DeleteTranscriptionJobResponse", "documentation" : null, "simpleType" : "DeleteTranscriptionJobResponse", "variableSetterType" : "DeleteTranscriptionJobResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteVocabularyFilterRequest" : { "c2jName" : "DeleteVocabularyFilterRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteVocabularyFilter", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.DeleteVocabularyFilter", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary filter to remove.

\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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary filter to remove.

\n@return The name of the vocabulary filter to remove.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary filter to remove.

\n@param vocabularyFilterName The name of the vocabulary filter to remove.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

The name of the vocabulary filter to remove.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

The name of the vocabulary filter to remove.

\n@param vocabularyFilterName The name of the vocabulary filter to remove.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

The name of the vocabulary filter to remove.

\n@return The name of the vocabulary filter to remove.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary filter to remove.

\n@param vocabularyFilterName The name of the vocabulary filter to remove.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

The name of the vocabulary filter to remove.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VocabularyFilterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary filter to remove.

\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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary filter to remove.

\n@return The name of the vocabulary filter to remove.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary filter to remove.

\n@param vocabularyFilterName The name of the vocabulary filter to remove.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

The name of the vocabulary filter to remove.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

The name of the vocabulary filter to remove.

\n@param vocabularyFilterName The name of the vocabulary filter to remove.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

The name of the vocabulary filter to remove.

\n@return The name of the vocabulary filter to remove.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary filter to remove.

\n@param vocabularyFilterName The name of the vocabulary filter to remove.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

The name of the vocabulary filter to remove.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary filter to remove.

\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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary filter to remove.

\n@return The name of the vocabulary filter to remove.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary filter to remove.

\n@param vocabularyFilterName The name of the vocabulary filter to remove.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

The name of the vocabulary filter to remove.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

The name of the vocabulary filter to remove.

\n@param vocabularyFilterName The name of the vocabulary filter to remove.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

The name of the vocabulary filter to remove.

\n@return The name of the vocabulary filter to remove.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary filter to remove.

\n@param vocabularyFilterName The name of the vocabulary filter to remove.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

The name of the vocabulary filter to remove.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VocabularyFilterName" ], "shapeName" : "DeleteVocabularyFilterRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteVocabularyFilterRequest", "variableName" : "deleteVocabularyFilterRequest", "variableType" : "DeleteVocabularyFilterRequest", "documentation" : null, "simpleType" : "DeleteVocabularyFilterRequest", "variableSetterType" : "DeleteVocabularyFilterRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteVocabularyFilterResponse" : { "c2jName" : "DeleteVocabularyFilterResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteVocabularyFilterResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteVocabularyFilterResponse", "variableName" : "deleteVocabularyFilterResponse", "variableType" : "DeleteVocabularyFilterResponse", "documentation" : null, "simpleType" : "DeleteVocabularyFilterResponse", "variableSetterType" : "DeleteVocabularyFilterResponse" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteVocabularyRequest" : { "c2jName" : "DeleteVocabularyRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteVocabulary", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.DeleteVocabulary", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary to delete.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary to delete.

\n@return The name of the vocabulary to delete.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary to delete.

\n@param vocabularyName The name of the vocabulary to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary to delete.

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

The name of the vocabulary to delete.

\n@return The name of the vocabulary to delete.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary to delete.

\n@param vocabularyName The name of the vocabulary to delete.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VocabularyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary to delete.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary to delete.

\n@return The name of the vocabulary to delete.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary to delete.

\n@param vocabularyName The name of the vocabulary to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary to delete.

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

The name of the vocabulary to delete.

\n@return The name of the vocabulary to delete.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary to delete.

\n@param vocabularyName The name of the vocabulary to delete.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary to delete.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary to delete.

\n@return The name of the vocabulary to delete.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary to delete.

\n@param vocabularyName The name of the vocabulary to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary to delete.

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

The name of the vocabulary to delete.

\n@return The name of the vocabulary to delete.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary to delete.

\n@param vocabularyName The name of the vocabulary to delete.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VocabularyName" ], "shapeName" : "DeleteVocabularyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteVocabularyRequest", "variableName" : "deleteVocabularyRequest", "variableType" : "DeleteVocabularyRequest", "documentation" : null, "simpleType" : "DeleteVocabularyRequest", "variableSetterType" : "DeleteVocabularyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "DeleteVocabularyResponse" : { "c2jName" : "DeleteVocabularyResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteVocabularyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteVocabularyResponse", "variableName" : "deleteVocabularyResponse", "variableType" : "DeleteVocabularyResponse", "documentation" : null, "simpleType" : "DeleteVocabularyResponse", "variableSetterType" : "DeleteVocabularyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetMedicalTranscriptionJobRequest" : { "c2jName" : "GetMedicalTranscriptionJobRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetMedicalTranscriptionJob", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.GetMedicalTranscriptionJob", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJobName", "beanStyleSetterMethodName" : "setMedicalTranscriptionJobName", "c2jName" : "MedicalTranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

The name of the medical transcription job.

\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 #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName 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 #medicalTranscriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the medical transcription job.

\n@return The name of the medical transcription job.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the medical transcription job.

\n@param medicalTranscriptionJobName The name of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n", "documentation" : "

The name of the medical transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJobName", "fluentSetterDocumentation" : "

The name of the medical transcription job.

\n@param medicalTranscriptionJobName The name of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJobName", "getterDocumentation" : "

The name of the medical transcription job.

\n@return The name of the medical transcription job.", "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" : "MedicalTranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MedicalTranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

The name of the medical transcription job.

\n@param medicalTranscriptionJobName The name of the medical transcription job.", "setterMethodName" : "setMedicalTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : "

The name of the medical transcription job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MedicalTranscriptionJobName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJobName", "beanStyleSetterMethodName" : "setMedicalTranscriptionJobName", "c2jName" : "MedicalTranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

The name of the medical transcription job.

\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 #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName 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 #medicalTranscriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the medical transcription job.

\n@return The name of the medical transcription job.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the medical transcription job.

\n@param medicalTranscriptionJobName The name of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n", "documentation" : "

The name of the medical transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJobName", "fluentSetterDocumentation" : "

The name of the medical transcription job.

\n@param medicalTranscriptionJobName The name of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJobName", "getterDocumentation" : "

The name of the medical transcription job.

\n@return The name of the medical transcription job.", "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" : "MedicalTranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MedicalTranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

The name of the medical transcription job.

\n@param medicalTranscriptionJobName The name of the medical transcription job.", "setterMethodName" : "setMedicalTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : "

The name of the medical transcription job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJobName", "beanStyleSetterMethodName" : "setMedicalTranscriptionJobName", "c2jName" : "MedicalTranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

The name of the medical transcription job.

\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 #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName 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 #medicalTranscriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the medical transcription job.

\n@return The name of the medical transcription job.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the medical transcription job.

\n@param medicalTranscriptionJobName The name of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n", "documentation" : "

The name of the medical transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJobName", "fluentSetterDocumentation" : "

The name of the medical transcription job.

\n@param medicalTranscriptionJobName The name of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJobName", "getterDocumentation" : "

The name of the medical transcription job.

\n@return The name of the medical transcription job.", "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" : "MedicalTranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MedicalTranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

The name of the medical transcription job.

\n@param medicalTranscriptionJobName The name of the medical transcription job.", "setterMethodName" : "setMedicalTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : "

The name of the medical transcription job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "MedicalTranscriptionJobName" ], "shapeName" : "GetMedicalTranscriptionJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetMedicalTranscriptionJobRequest", "variableName" : "getMedicalTranscriptionJobRequest", "variableType" : "GetMedicalTranscriptionJobRequest", "documentation" : null, "simpleType" : "GetMedicalTranscriptionJobRequest", "variableSetterType" : "GetMedicalTranscriptionJobRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetMedicalTranscriptionJobResponse" : { "c2jName" : "GetMedicalTranscriptionJobResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJob", "beanStyleSetterMethodName" : "setMedicalTranscriptionJob", "c2jName" : "MedicalTranscriptionJob", "c2jShape" : "MedicalTranscriptionJob", "defaultConsumerFluentSetterDocumentation" : "

An object that contains the results of the medical transcription job.

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

An object that contains the results of the medical transcription job.

\n@return An object that contains the results of the medical transcription job.\n@deprecated Use {@link #medicalTranscriptionJob()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An object that contains the results of the medical transcription job.

\n@param medicalTranscriptionJob An object that contains the results of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJob(MedicalTranscriptionJob)}\n", "documentation" : "

An object that contains the results of the medical transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJob", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJob", "fluentSetterDocumentation" : "

An object that contains the results of the medical transcription job.

\n@param medicalTranscriptionJob An object that contains the results of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJob", "getterDocumentation" : "

An object that contains the results of the medical transcription job.

\n@return An object that contains the results of the medical transcription job.", "getterModel" : { "returnType" : "MedicalTranscriptionJob", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MedicalTranscriptionJob", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJob", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MedicalTranscriptionJob", "sensitive" : false, "setterDocumentation" : "

An object that contains the results of the medical transcription job.

\n@param medicalTranscriptionJob An object that contains the results of the medical transcription job.", "setterMethodName" : "setMedicalTranscriptionJob", "setterModel" : { "variableDeclarationType" : "MedicalTranscriptionJob", "variableName" : "medicalTranscriptionJob", "variableType" : "MedicalTranscriptionJob", "documentation" : null, "simpleType" : "MedicalTranscriptionJob", "variableSetterType" : "MedicalTranscriptionJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MedicalTranscriptionJob", "variableName" : "medicalTranscriptionJob", "variableType" : "MedicalTranscriptionJob", "documentation" : "

An object that contains the results of the medical transcription job.

", "simpleType" : "MedicalTranscriptionJob", "variableSetterType" : "MedicalTranscriptionJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MedicalTranscriptionJob" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJob", "beanStyleSetterMethodName" : "setMedicalTranscriptionJob", "c2jName" : "MedicalTranscriptionJob", "c2jShape" : "MedicalTranscriptionJob", "defaultConsumerFluentSetterDocumentation" : "

An object that contains the results of the medical transcription job.

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

An object that contains the results of the medical transcription job.

\n@return An object that contains the results of the medical transcription job.\n@deprecated Use {@link #medicalTranscriptionJob()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An object that contains the results of the medical transcription job.

\n@param medicalTranscriptionJob An object that contains the results of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJob(MedicalTranscriptionJob)}\n", "documentation" : "

An object that contains the results of the medical transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJob", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJob", "fluentSetterDocumentation" : "

An object that contains the results of the medical transcription job.

\n@param medicalTranscriptionJob An object that contains the results of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJob", "getterDocumentation" : "

An object that contains the results of the medical transcription job.

\n@return An object that contains the results of the medical transcription job.", "getterModel" : { "returnType" : "MedicalTranscriptionJob", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MedicalTranscriptionJob", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJob", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MedicalTranscriptionJob", "sensitive" : false, "setterDocumentation" : "

An object that contains the results of the medical transcription job.

\n@param medicalTranscriptionJob An object that contains the results of the medical transcription job.", "setterMethodName" : "setMedicalTranscriptionJob", "setterModel" : { "variableDeclarationType" : "MedicalTranscriptionJob", "variableName" : "medicalTranscriptionJob", "variableType" : "MedicalTranscriptionJob", "documentation" : null, "simpleType" : "MedicalTranscriptionJob", "variableSetterType" : "MedicalTranscriptionJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MedicalTranscriptionJob", "variableName" : "medicalTranscriptionJob", "variableType" : "MedicalTranscriptionJob", "documentation" : "

An object that contains the results of the medical transcription job.

", "simpleType" : "MedicalTranscriptionJob", "variableSetterType" : "MedicalTranscriptionJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJob", "beanStyleSetterMethodName" : "setMedicalTranscriptionJob", "c2jName" : "MedicalTranscriptionJob", "c2jShape" : "MedicalTranscriptionJob", "defaultConsumerFluentSetterDocumentation" : "

An object that contains the results of the medical transcription job.

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

An object that contains the results of the medical transcription job.

\n@return An object that contains the results of the medical transcription job.\n@deprecated Use {@link #medicalTranscriptionJob()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An object that contains the results of the medical transcription job.

\n@param medicalTranscriptionJob An object that contains the results of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJob(MedicalTranscriptionJob)}\n", "documentation" : "

An object that contains the results of the medical transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJob", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJob", "fluentSetterDocumentation" : "

An object that contains the results of the medical transcription job.

\n@param medicalTranscriptionJob An object that contains the results of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJob", "getterDocumentation" : "

An object that contains the results of the medical transcription job.

\n@return An object that contains the results of the medical transcription job.", "getterModel" : { "returnType" : "MedicalTranscriptionJob", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MedicalTranscriptionJob", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJob", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MedicalTranscriptionJob", "sensitive" : false, "setterDocumentation" : "

An object that contains the results of the medical transcription job.

\n@param medicalTranscriptionJob An object that contains the results of the medical transcription job.", "setterMethodName" : "setMedicalTranscriptionJob", "setterModel" : { "variableDeclarationType" : "MedicalTranscriptionJob", "variableName" : "medicalTranscriptionJob", "variableType" : "MedicalTranscriptionJob", "documentation" : null, "simpleType" : "MedicalTranscriptionJob", "variableSetterType" : "MedicalTranscriptionJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MedicalTranscriptionJob", "variableName" : "medicalTranscriptionJob", "variableType" : "MedicalTranscriptionJob", "documentation" : "

An object that contains the results of the medical transcription job.

", "simpleType" : "MedicalTranscriptionJob", "variableSetterType" : "MedicalTranscriptionJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetMedicalTranscriptionJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetMedicalTranscriptionJobResponse", "variableName" : "getMedicalTranscriptionJobResponse", "variableType" : "GetMedicalTranscriptionJobResponse", "documentation" : null, "simpleType" : "GetMedicalTranscriptionJobResponse", "variableSetterType" : "GetMedicalTranscriptionJobResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetMedicalVocabularyRequest" : { "c2jName" : "GetMedicalVocabularyRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetMedicalVocabulary", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.GetMedicalVocabulary", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

\n@return The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

\n@param vocabularyName The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

\n@param vocabularyName The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

\n@return The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

\n@param vocabularyName The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VocabularyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

\n@return The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

\n@param vocabularyName The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

\n@param vocabularyName The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

\n@return The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

\n@param vocabularyName The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

\n@return The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

\n@param vocabularyName The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

\n@param vocabularyName The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

\n@return The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

\n@param vocabularyName The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VocabularyName" ], "shapeName" : "GetMedicalVocabularyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetMedicalVocabularyRequest", "variableName" : "getMedicalVocabularyRequest", "variableType" : "GetMedicalVocabularyRequest", "documentation" : null, "simpleType" : "GetMedicalVocabularyRequest", "variableSetterType" : "GetMedicalVocabularyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetMedicalVocabularyResponse" : { "c2jName" : "GetMedicalVocabularyResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The valid name that Amazon Transcribe Medical returns.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The valid name that Amazon Transcribe Medical returns.

\n@return The valid name that Amazon Transcribe Medical returns.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The valid name that Amazon Transcribe Medical returns.

\n@param vocabularyName The valid name that Amazon Transcribe Medical returns.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The valid name that Amazon Transcribe Medical returns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The valid name that Amazon Transcribe Medical returns.

\n@param vocabularyName The valid name that Amazon Transcribe Medical returns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The valid name that Amazon Transcribe Medical returns.

\n@return The valid name that Amazon Transcribe Medical returns.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The valid name that Amazon Transcribe Medical returns.

\n@param vocabularyName The valid name that Amazon Transcribe Medical returns.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The valid name that Amazon Transcribe Medical returns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The valid language code returned for your vocabulary entries.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The valid language code returned for your vocabulary entries.

\n

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

\n@return The valid language code returned for your vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The valid language code returned for your vocabulary entries.

\n@param languageCode The valid language code returned for your vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The valid language code returned for your vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The valid language code returned for your vocabulary entries.

\n@param languageCode The valid language code returned for your vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The valid language code returned for your vocabulary entries.

\n

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

\n@return The valid language code returned for your vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The valid language code returned for your vocabulary entries.

\n@param languageCode The valid language code returned for your vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The valid language code returned for your vocabulary entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

The processing state of the vocabulary.

\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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The processing state of the vocabulary.

\n

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

\n@return The processing state of the vocabulary.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The processing state of the vocabulary.

\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

The processing state of the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

The processing state of the vocabulary.

\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

The processing state of the vocabulary.

\n

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

\n@return The processing state of the vocabulary.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

The processing state of the vocabulary.

\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

The processing state of the vocabulary.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

\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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

\n@return The date and time the vocabulary was last modified with a text file different from what was previously used.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

\n@param lastModifiedTime The date and time the vocabulary was last modified with a text file different from what was previously used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

\n@param lastModifiedTime The date and time the vocabulary was last modified with a text file different from what was previously used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

\n@return The date and time the vocabulary was last modified with a text file different from what was previously used.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

\n@param lastModifiedTime The date and time the vocabulary was last modified with a text file different from what was previously used.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

If the VocabularyState is FAILED, this field contains information about why the job 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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState is FAILED, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState is FAILED, this field contains information about why the job failed.", "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, "requiresLength" : 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" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState is FAILED, this field contains information about why the job failed.", "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" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDownloadUri", "beanStyleSetterMethodName" : "setDownloadUri", "c2jName" : "DownloadUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

\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 #downloadUri(String)}.\n@param downloadUri 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 #downloadUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

\n@return The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.\n@deprecated Use {@link #downloadUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

\n@param downloadUri The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n", "documentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDownloadUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "downloadUri", "fluentSetterDocumentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

\n@param downloadUri The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "downloadUri", "getterDocumentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

\n@return The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.", "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" : "DownloadUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DownloadUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DownloadUri", "sensitive" : false, "setterDocumentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

\n@param downloadUri The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.", "setterMethodName" : "setDownloadUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "downloadUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "downloadUri", "variableType" : "String", "documentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DownloadUri" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDownloadUri", "beanStyleSetterMethodName" : "setDownloadUri", "c2jName" : "DownloadUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

\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 #downloadUri(String)}.\n@param downloadUri 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 #downloadUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

\n@return The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.\n@deprecated Use {@link #downloadUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

\n@param downloadUri The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n", "documentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDownloadUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "downloadUri", "fluentSetterDocumentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

\n@param downloadUri The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "downloadUri", "getterDocumentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

\n@return The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.", "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" : "DownloadUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DownloadUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DownloadUri", "sensitive" : false, "setterDocumentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

\n@param downloadUri The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.", "setterMethodName" : "setDownloadUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "downloadUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "downloadUri", "variableType" : "String", "documentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FailureReason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

If the VocabularyState is FAILED, this field contains information about why the job 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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState is FAILED, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState is FAILED, this field contains information about why the job failed.", "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, "requiresLength" : 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" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState is FAILED, this field contains information about why the job failed.", "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" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The valid language code returned for your vocabulary entries.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The valid language code returned for your vocabulary entries.

\n

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

\n@return The valid language code returned for your vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The valid language code returned for your vocabulary entries.

\n@param languageCode The valid language code returned for your vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The valid language code returned for your vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The valid language code returned for your vocabulary entries.

\n@param languageCode The valid language code returned for your vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The valid language code returned for your vocabulary entries.

\n

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

\n@return The valid language code returned for your vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The valid language code returned for your vocabulary entries.

\n@param languageCode The valid language code returned for your vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The valid language code returned for your vocabulary entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

\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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

\n@return The date and time the vocabulary was last modified with a text file different from what was previously used.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

\n@param lastModifiedTime The date and time the vocabulary was last modified with a text file different from what was previously used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

\n@param lastModifiedTime The date and time the vocabulary was last modified with a text file different from what was previously used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

\n@return The date and time the vocabulary was last modified with a text file different from what was previously used.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

\n@param lastModifiedTime The date and time the vocabulary was last modified with a text file different from what was previously used.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The valid name that Amazon Transcribe Medical returns.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The valid name that Amazon Transcribe Medical returns.

\n@return The valid name that Amazon Transcribe Medical returns.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The valid name that Amazon Transcribe Medical returns.

\n@param vocabularyName The valid name that Amazon Transcribe Medical returns.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The valid name that Amazon Transcribe Medical returns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The valid name that Amazon Transcribe Medical returns.

\n@param vocabularyName The valid name that Amazon Transcribe Medical returns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The valid name that Amazon Transcribe Medical returns.

\n@return The valid name that Amazon Transcribe Medical returns.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The valid name that Amazon Transcribe Medical returns.

\n@param vocabularyName The valid name that Amazon Transcribe Medical returns.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The valid name that Amazon Transcribe Medical returns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyState" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

The processing state of the vocabulary.

\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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The processing state of the vocabulary.

\n

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

\n@return The processing state of the vocabulary.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The processing state of the vocabulary.

\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

The processing state of the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

The processing state of the vocabulary.

\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

The processing state of the vocabulary.

\n

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

\n@return The processing state of the vocabulary.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

The processing state of the vocabulary.

\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

The processing state of the vocabulary.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The valid name that Amazon Transcribe Medical returns.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The valid name that Amazon Transcribe Medical returns.

\n@return The valid name that Amazon Transcribe Medical returns.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The valid name that Amazon Transcribe Medical returns.

\n@param vocabularyName The valid name that Amazon Transcribe Medical returns.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The valid name that Amazon Transcribe Medical returns.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The valid name that Amazon Transcribe Medical returns.

\n@param vocabularyName The valid name that Amazon Transcribe Medical returns.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The valid name that Amazon Transcribe Medical returns.

\n@return The valid name that Amazon Transcribe Medical returns.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The valid name that Amazon Transcribe Medical returns.

\n@param vocabularyName The valid name that Amazon Transcribe Medical returns.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The valid name that Amazon Transcribe Medical returns.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The valid language code returned for your vocabulary entries.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The valid language code returned for your vocabulary entries.

\n

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

\n@return The valid language code returned for your vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The valid language code returned for your vocabulary entries.

\n@param languageCode The valid language code returned for your vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The valid language code returned for your vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The valid language code returned for your vocabulary entries.

\n@param languageCode The valid language code returned for your vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The valid language code returned for your vocabulary entries.

\n

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

\n@return The valid language code returned for your vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The valid language code returned for your vocabulary entries.

\n@param languageCode The valid language code returned for your vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The valid language code returned for your vocabulary entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

The processing state of the vocabulary.

\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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The processing state of the vocabulary.

\n

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

\n@return The processing state of the vocabulary.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The processing state of the vocabulary.

\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

The processing state of the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

The processing state of the vocabulary.

\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

The processing state of the vocabulary.

\n

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

\n@return The processing state of the vocabulary.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

The processing state of the vocabulary.

\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

The processing state of the vocabulary.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

\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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

\n@return The date and time the vocabulary was last modified with a text file different from what was previously used.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

\n@param lastModifiedTime The date and time the vocabulary was last modified with a text file different from what was previously used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

\n@param lastModifiedTime The date and time the vocabulary was last modified with a text file different from what was previously used.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

\n@return The date and time the vocabulary was last modified with a text file different from what was previously used.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

\n@param lastModifiedTime The date and time the vocabulary was last modified with a text file different from what was previously used.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time the vocabulary was last modified with a text file different from what was previously used.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

If the VocabularyState is FAILED, this field contains information about why the job 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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState is FAILED, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState is FAILED, this field contains information about why the job failed.", "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, "requiresLength" : 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" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState is FAILED, this field contains information about why the job failed.", "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" : "

If the VocabularyState is FAILED, this field contains information about why the job failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDownloadUri", "beanStyleSetterMethodName" : "setDownloadUri", "c2jName" : "DownloadUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

\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 #downloadUri(String)}.\n@param downloadUri 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 #downloadUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

\n@return The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.\n@deprecated Use {@link #downloadUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

\n@param downloadUri The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n", "documentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDownloadUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "downloadUri", "fluentSetterDocumentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

\n@param downloadUri The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "downloadUri", "getterDocumentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

\n@return The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.", "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" : "DownloadUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DownloadUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DownloadUri", "sensitive" : false, "setterDocumentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

\n@param downloadUri The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.", "setterMethodName" : "setDownloadUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "downloadUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "downloadUri", "variableType" : "String", "documentation" : "

The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetMedicalVocabularyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetMedicalVocabularyResponse", "variableName" : "getMedicalVocabularyResponse", "variableType" : "GetMedicalVocabularyResponse", "documentation" : null, "simpleType" : "GetMedicalVocabularyResponse", "variableSetterType" : "GetMedicalVocabularyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetTranscriptionJobRequest" : { "c2jName" : "GetTranscriptionJobRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetTranscriptionJob", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.GetTranscriptionJob", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobName", "beanStyleSetterMethodName" : "setTranscriptionJobName", "c2jName" : "TranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

The name of the job.

\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 #transcriptionJobName(String)}.\n@param transcriptionJobName 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 #transcriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the job.

\n@return The name of the job.\n@deprecated Use {@link #transcriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the job.

\n@param transcriptionJobName The name of the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n", "documentation" : "

The name of the job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJobName", "fluentSetterDocumentation" : "

The name of the job.

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

The name of the job.

\n@return The name of the job.", "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" : "TranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

The name of the job.

\n@param transcriptionJobName The name of the job.", "setterMethodName" : "setTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : "

The name of the job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TranscriptionJobName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobName", "beanStyleSetterMethodName" : "setTranscriptionJobName", "c2jName" : "TranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

The name of the job.

\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 #transcriptionJobName(String)}.\n@param transcriptionJobName 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 #transcriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the job.

\n@return The name of the job.\n@deprecated Use {@link #transcriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the job.

\n@param transcriptionJobName The name of the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n", "documentation" : "

The name of the job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJobName", "fluentSetterDocumentation" : "

The name of the job.

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

The name of the job.

\n@return The name of the job.", "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" : "TranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

The name of the job.

\n@param transcriptionJobName The name of the job.", "setterMethodName" : "setTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : "

The name of the job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobName", "beanStyleSetterMethodName" : "setTranscriptionJobName", "c2jName" : "TranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

The name of the job.

\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 #transcriptionJobName(String)}.\n@param transcriptionJobName 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 #transcriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the job.

\n@return The name of the job.\n@deprecated Use {@link #transcriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the job.

\n@param transcriptionJobName The name of the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n", "documentation" : "

The name of the job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJobName", "fluentSetterDocumentation" : "

The name of the job.

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

The name of the job.

\n@return The name of the job.", "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" : "TranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

The name of the job.

\n@param transcriptionJobName The name of the job.", "setterMethodName" : "setTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : "

The name of the job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TranscriptionJobName" ], "shapeName" : "GetTranscriptionJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetTranscriptionJobRequest", "variableName" : "getTranscriptionJobRequest", "variableType" : "GetTranscriptionJobRequest", "documentation" : null, "simpleType" : "GetTranscriptionJobRequest", "variableSetterType" : "GetTranscriptionJobRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetTranscriptionJobResponse" : { "c2jName" : "GetTranscriptionJobResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJob", "beanStyleSetterMethodName" : "setTranscriptionJob", "c2jName" : "TranscriptionJob", "c2jShape" : "TranscriptionJob", "defaultConsumerFluentSetterDocumentation" : "

An object that contains the results of the transcription job.

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

An object that contains the results of the transcription job.

\n@return An object that contains the results of the transcription job.\n@deprecated Use {@link #transcriptionJob()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An object that contains the results of the transcription job.

\n@param transcriptionJob An object that contains the results of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJob(TranscriptionJob)}\n", "documentation" : "

An object that contains the results of the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJob", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJob", "fluentSetterDocumentation" : "

An object that contains the results of the transcription job.

\n@param transcriptionJob An object that contains the results of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptionJob", "getterDocumentation" : "

An object that contains the results of the transcription job.

\n@return An object that contains the results of the transcription job.", "getterModel" : { "returnType" : "TranscriptionJob", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TranscriptionJob", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJob", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TranscriptionJob", "sensitive" : false, "setterDocumentation" : "

An object that contains the results of the transcription job.

\n@param transcriptionJob An object that contains the results of the transcription job.", "setterMethodName" : "setTranscriptionJob", "setterModel" : { "variableDeclarationType" : "TranscriptionJob", "variableName" : "transcriptionJob", "variableType" : "TranscriptionJob", "documentation" : null, "simpleType" : "TranscriptionJob", "variableSetterType" : "TranscriptionJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TranscriptionJob", "variableName" : "transcriptionJob", "variableType" : "TranscriptionJob", "documentation" : "

An object that contains the results of the transcription job.

", "simpleType" : "TranscriptionJob", "variableSetterType" : "TranscriptionJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TranscriptionJob" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJob", "beanStyleSetterMethodName" : "setTranscriptionJob", "c2jName" : "TranscriptionJob", "c2jShape" : "TranscriptionJob", "defaultConsumerFluentSetterDocumentation" : "

An object that contains the results of the transcription job.

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

An object that contains the results of the transcription job.

\n@return An object that contains the results of the transcription job.\n@deprecated Use {@link #transcriptionJob()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An object that contains the results of the transcription job.

\n@param transcriptionJob An object that contains the results of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJob(TranscriptionJob)}\n", "documentation" : "

An object that contains the results of the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJob", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJob", "fluentSetterDocumentation" : "

An object that contains the results of the transcription job.

\n@param transcriptionJob An object that contains the results of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptionJob", "getterDocumentation" : "

An object that contains the results of the transcription job.

\n@return An object that contains the results of the transcription job.", "getterModel" : { "returnType" : "TranscriptionJob", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TranscriptionJob", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJob", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TranscriptionJob", "sensitive" : false, "setterDocumentation" : "

An object that contains the results of the transcription job.

\n@param transcriptionJob An object that contains the results of the transcription job.", "setterMethodName" : "setTranscriptionJob", "setterModel" : { "variableDeclarationType" : "TranscriptionJob", "variableName" : "transcriptionJob", "variableType" : "TranscriptionJob", "documentation" : null, "simpleType" : "TranscriptionJob", "variableSetterType" : "TranscriptionJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TranscriptionJob", "variableName" : "transcriptionJob", "variableType" : "TranscriptionJob", "documentation" : "

An object that contains the results of the transcription job.

", "simpleType" : "TranscriptionJob", "variableSetterType" : "TranscriptionJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJob", "beanStyleSetterMethodName" : "setTranscriptionJob", "c2jName" : "TranscriptionJob", "c2jShape" : "TranscriptionJob", "defaultConsumerFluentSetterDocumentation" : "

An object that contains the results of the transcription job.

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

An object that contains the results of the transcription job.

\n@return An object that contains the results of the transcription job.\n@deprecated Use {@link #transcriptionJob()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An object that contains the results of the transcription job.

\n@param transcriptionJob An object that contains the results of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJob(TranscriptionJob)}\n", "documentation" : "

An object that contains the results of the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJob", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJob", "fluentSetterDocumentation" : "

An object that contains the results of the transcription job.

\n@param transcriptionJob An object that contains the results of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptionJob", "getterDocumentation" : "

An object that contains the results of the transcription job.

\n@return An object that contains the results of the transcription job.", "getterModel" : { "returnType" : "TranscriptionJob", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TranscriptionJob", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJob", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TranscriptionJob", "sensitive" : false, "setterDocumentation" : "

An object that contains the results of the transcription job.

\n@param transcriptionJob An object that contains the results of the transcription job.", "setterMethodName" : "setTranscriptionJob", "setterModel" : { "variableDeclarationType" : "TranscriptionJob", "variableName" : "transcriptionJob", "variableType" : "TranscriptionJob", "documentation" : null, "simpleType" : "TranscriptionJob", "variableSetterType" : "TranscriptionJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TranscriptionJob", "variableName" : "transcriptionJob", "variableType" : "TranscriptionJob", "documentation" : "

An object that contains the results of the transcription job.

", "simpleType" : "TranscriptionJob", "variableSetterType" : "TranscriptionJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetTranscriptionJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetTranscriptionJobResponse", "variableName" : "getTranscriptionJobResponse", "variableType" : "GetTranscriptionJobResponse", "documentation" : null, "simpleType" : "GetTranscriptionJobResponse", "variableSetterType" : "GetTranscriptionJobResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetVocabularyFilterRequest" : { "c2jName" : "GetVocabularyFilterRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetVocabularyFilter", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.GetVocabularyFilter", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary filter for which to return information.

\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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary filter for which to return information.

\n@return The name of the vocabulary filter for which to return information.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary filter for which to return information.

\n@param vocabularyFilterName The name of the vocabulary filter for which to return information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

The name of the vocabulary filter for which to return information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

The name of the vocabulary filter for which to return information.

\n@param vocabularyFilterName The name of the vocabulary filter for which to return information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

The name of the vocabulary filter for which to return information.

\n@return The name of the vocabulary filter for which to return information.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary filter for which to return information.

\n@param vocabularyFilterName The name of the vocabulary filter for which to return information.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

The name of the vocabulary filter for which to return information.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VocabularyFilterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary filter for which to return information.

\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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary filter for which to return information.

\n@return The name of the vocabulary filter for which to return information.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary filter for which to return information.

\n@param vocabularyFilterName The name of the vocabulary filter for which to return information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

The name of the vocabulary filter for which to return information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

The name of the vocabulary filter for which to return information.

\n@param vocabularyFilterName The name of the vocabulary filter for which to return information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

The name of the vocabulary filter for which to return information.

\n@return The name of the vocabulary filter for which to return information.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary filter for which to return information.

\n@param vocabularyFilterName The name of the vocabulary filter for which to return information.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

The name of the vocabulary filter for which to return information.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary filter for which to return information.

\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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary filter for which to return information.

\n@return The name of the vocabulary filter for which to return information.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary filter for which to return information.

\n@param vocabularyFilterName The name of the vocabulary filter for which to return information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

The name of the vocabulary filter for which to return information.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

The name of the vocabulary filter for which to return information.

\n@param vocabularyFilterName The name of the vocabulary filter for which to return information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

The name of the vocabulary filter for which to return information.

\n@return The name of the vocabulary filter for which to return information.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary filter for which to return information.

\n@param vocabularyFilterName The name of the vocabulary filter for which to return information.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

The name of the vocabulary filter for which to return information.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VocabularyFilterName" ], "shapeName" : "GetVocabularyFilterRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetVocabularyFilterRequest", "variableName" : "getVocabularyFilterRequest", "variableType" : "GetVocabularyFilterRequest", "documentation" : null, "simpleType" : "GetVocabularyFilterRequest", "variableSetterType" : "GetVocabularyFilterRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetVocabularyFilterResponse" : { "c2jName" : "GetVocabularyFilterResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary filter.

\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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary filter.

\n@return The name of the vocabulary filter.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary filter.

\n@param vocabularyFilterName The name of the vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

The name of the vocabulary filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

The name of the vocabulary filter.

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

The name of the vocabulary filter.

\n@return The name of the vocabulary filter.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary filter.

\n@param vocabularyFilterName The name of the vocabulary filter.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

The name of the vocabulary filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code of the words in the vocabulary filter.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the words in the vocabulary filter.

\n

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

\n@return The language code of the words in the vocabulary filter.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the words in the vocabulary filter.

\n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code of the words in the vocabulary filter.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code of the words in the vocabulary filter.

\n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code of the words in the vocabulary filter.

\n

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

\n@return The language code of the words in the vocabulary filter.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the words in the vocabulary filter.

\n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code of the words in the vocabulary filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the contents of the vocabulary filter were updated.

\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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time that the contents of the vocabulary filter were updated.

\n@return The date and time that the contents of the vocabulary filter were updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the contents of the vocabulary filter were updated.

\n@param lastModifiedTime The date and time that the contents of the vocabulary filter were updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time that the contents of the vocabulary filter were updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

The date and time that the contents of the vocabulary filter were updated.

\n@param lastModifiedTime The date and time that the contents of the vocabulary filter were updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time that the contents of the vocabulary filter were updated.

\n@return The date and time that the contents of the vocabulary filter were updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time that the contents of the vocabulary filter were updated.

\n@param lastModifiedTime The date and time that the contents of the vocabulary filter were updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time that the contents of the vocabulary filter were updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDownloadUri", "beanStyleSetterMethodName" : "setDownloadUri", "c2jName" : "DownloadUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

\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 #downloadUri(String)}.\n@param downloadUri 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 #downloadUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

\n@return The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.\n@deprecated Use {@link #downloadUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

\n@param downloadUri The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n", "documentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDownloadUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "downloadUri", "fluentSetterDocumentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

\n@param downloadUri The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "downloadUri", "getterDocumentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

\n@return The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.", "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" : "DownloadUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DownloadUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DownloadUri", "sensitive" : false, "setterDocumentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

\n@param downloadUri The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.", "setterMethodName" : "setDownloadUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "downloadUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "downloadUri", "variableType" : "String", "documentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DownloadUri" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDownloadUri", "beanStyleSetterMethodName" : "setDownloadUri", "c2jName" : "DownloadUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

\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 #downloadUri(String)}.\n@param downloadUri 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 #downloadUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

\n@return The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.\n@deprecated Use {@link #downloadUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

\n@param downloadUri The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n", "documentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDownloadUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "downloadUri", "fluentSetterDocumentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

\n@param downloadUri The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "downloadUri", "getterDocumentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

\n@return The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.", "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" : "DownloadUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DownloadUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DownloadUri", "sensitive" : false, "setterDocumentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

\n@param downloadUri The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.", "setterMethodName" : "setDownloadUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "downloadUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "downloadUri", "variableType" : "String", "documentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code of the words in the vocabulary filter.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the words in the vocabulary filter.

\n

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

\n@return The language code of the words in the vocabulary filter.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the words in the vocabulary filter.

\n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code of the words in the vocabulary filter.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code of the words in the vocabulary filter.

\n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code of the words in the vocabulary filter.

\n

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

\n@return The language code of the words in the vocabulary filter.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the words in the vocabulary filter.

\n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code of the words in the vocabulary filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the contents of the vocabulary filter were updated.

\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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time that the contents of the vocabulary filter were updated.

\n@return The date and time that the contents of the vocabulary filter were updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the contents of the vocabulary filter were updated.

\n@param lastModifiedTime The date and time that the contents of the vocabulary filter were updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time that the contents of the vocabulary filter were updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

The date and time that the contents of the vocabulary filter were updated.

\n@param lastModifiedTime The date and time that the contents of the vocabulary filter were updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time that the contents of the vocabulary filter were updated.

\n@return The date and time that the contents of the vocabulary filter were updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time that the contents of the vocabulary filter were updated.

\n@param lastModifiedTime The date and time that the contents of the vocabulary filter were updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time that the contents of the vocabulary filter were updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyFilterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary filter.

\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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary filter.

\n@return The name of the vocabulary filter.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary filter.

\n@param vocabularyFilterName The name of the vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

The name of the vocabulary filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

The name of the vocabulary filter.

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

The name of the vocabulary filter.

\n@return The name of the vocabulary filter.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary filter.

\n@param vocabularyFilterName The name of the vocabulary filter.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

The name of the vocabulary filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary filter.

\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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary filter.

\n@return The name of the vocabulary filter.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary filter.

\n@param vocabularyFilterName The name of the vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

The name of the vocabulary filter.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

The name of the vocabulary filter.

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

The name of the vocabulary filter.

\n@return The name of the vocabulary filter.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary filter.

\n@param vocabularyFilterName The name of the vocabulary filter.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

The name of the vocabulary filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code of the words in the vocabulary filter.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the words in the vocabulary filter.

\n

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

\n@return The language code of the words in the vocabulary filter.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the words in the vocabulary filter.

\n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code of the words in the vocabulary filter.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code of the words in the vocabulary filter.

\n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code of the words in the vocabulary filter.

\n

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

\n@return The language code of the words in the vocabulary filter.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the words in the vocabulary filter.

\n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code of the words in the vocabulary filter.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the contents of the vocabulary filter were updated.

\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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time that the contents of the vocabulary filter were updated.

\n@return The date and time that the contents of the vocabulary filter were updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the contents of the vocabulary filter were updated.

\n@param lastModifiedTime The date and time that the contents of the vocabulary filter were updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time that the contents of the vocabulary filter were updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

The date and time that the contents of the vocabulary filter were updated.

\n@param lastModifiedTime The date and time that the contents of the vocabulary filter were updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time that the contents of the vocabulary filter were updated.

\n@return The date and time that the contents of the vocabulary filter were updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time that the contents of the vocabulary filter were updated.

\n@param lastModifiedTime The date and time that the contents of the vocabulary filter were updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time that the contents of the vocabulary filter were updated.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDownloadUri", "beanStyleSetterMethodName" : "setDownloadUri", "c2jName" : "DownloadUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

\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 #downloadUri(String)}.\n@param downloadUri 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 #downloadUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

\n@return The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.\n@deprecated Use {@link #downloadUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

\n@param downloadUri The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n", "documentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDownloadUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "downloadUri", "fluentSetterDocumentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

\n@param downloadUri The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "downloadUri", "getterDocumentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

\n@return The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.", "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" : "DownloadUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DownloadUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DownloadUri", "sensitive" : false, "setterDocumentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

\n@param downloadUri The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.", "setterMethodName" : "setDownloadUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "downloadUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "downloadUri", "variableType" : "String", "documentation" : "

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetVocabularyFilterResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetVocabularyFilterResponse", "variableName" : "getVocabularyFilterResponse", "variableType" : "GetVocabularyFilterResponse", "documentation" : null, "simpleType" : "GetVocabularyFilterResponse", "variableSetterType" : "GetVocabularyFilterResponse" }, "wrapper" : false, "xmlNamespace" : null }, "GetVocabularyRequest" : { "c2jName" : "GetVocabularyRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetVocabulary", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.GetVocabulary", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

\n@return The name of the vocabulary to return information about. The name is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

\n@return The name of the vocabulary to return information about. The name is case-sensitive.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VocabularyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

\n@return The name of the vocabulary to return information about. The name is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

\n@return The name of the vocabulary to return information about. The name is case-sensitive.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

\n@return The name of the vocabulary to return information about. The name is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

\n@return The name of the vocabulary to return information about. The name is case-sensitive.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VocabularyName" ], "shapeName" : "GetVocabularyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetVocabularyRequest", "variableName" : "getVocabularyRequest", "variableType" : "GetVocabularyRequest", "documentation" : null, "simpleType" : "GetVocabularyRequest", "variableSetterType" : "GetVocabularyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "GetVocabularyResponse" : { "c2jName" : "GetVocabularyResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary to return.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary to return.

\n@return The name of the vocabulary to return.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary to return.

\n@param vocabularyName The name of the vocabulary to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary to return.

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

The name of the vocabulary to return.

\n@return The name of the vocabulary to return.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary to return.

\n@param vocabularyName The name of the vocabulary to return.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code of the vocabulary entries.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the vocabulary entries.

\n

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

\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code of the vocabulary entries.

\n

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

\n@return The language code of the vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code of the vocabulary entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

The processing state of the vocabulary.

\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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The processing state of the vocabulary.

\n

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

\n@return The processing state of the vocabulary.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The processing state of the vocabulary.

\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

The processing state of the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

The processing state of the vocabulary.

\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

The processing state of the vocabulary.

\n

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

\n@return The processing state of the vocabulary.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

The processing state of the vocabulary.

\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

The processing state of the vocabulary.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the vocabulary was last modified.

\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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time that the vocabulary was last modified.

\n@return The date and time that the vocabulary was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the vocabulary was last modified.

\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time that the vocabulary was last modified.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

The date and time that the vocabulary was last modified.

\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time that the vocabulary was last modified.

\n@return The date and time that the vocabulary was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time that the vocabulary was last modified.

\n@param lastModifiedTime The date and time that the vocabulary was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time that the vocabulary was last modified.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job 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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState field is FAILED, this field contains information about why the job failed.", "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, "requiresLength" : 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" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.", "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" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDownloadUri", "beanStyleSetterMethodName" : "setDownloadUri", "c2jName" : "DownloadUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

\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 #downloadUri(String)}.\n@param downloadUri 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 #downloadUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

\n@return The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@deprecated Use {@link #downloadUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n", "documentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDownloadUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "downloadUri", "fluentSetterDocumentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "downloadUri", "getterDocumentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

\n@return The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.", "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" : "DownloadUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DownloadUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DownloadUri", "sensitive" : false, "setterDocumentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.", "setterMethodName" : "setDownloadUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "downloadUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "downloadUri", "variableType" : "String", "documentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DownloadUri" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDownloadUri", "beanStyleSetterMethodName" : "setDownloadUri", "c2jName" : "DownloadUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

\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 #downloadUri(String)}.\n@param downloadUri 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 #downloadUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

\n@return The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@deprecated Use {@link #downloadUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n", "documentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDownloadUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "downloadUri", "fluentSetterDocumentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "downloadUri", "getterDocumentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

\n@return The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.", "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" : "DownloadUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DownloadUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DownloadUri", "sensitive" : false, "setterDocumentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.", "setterMethodName" : "setDownloadUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "downloadUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "downloadUri", "variableType" : "String", "documentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FailureReason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job 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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState field is FAILED, this field contains information about why the job failed.", "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, "requiresLength" : 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" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.", "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" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code of the vocabulary entries.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the vocabulary entries.

\n

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

\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code of the vocabulary entries.

\n

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

\n@return The language code of the vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code of the vocabulary entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the vocabulary was last modified.

\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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time that the vocabulary was last modified.

\n@return The date and time that the vocabulary was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the vocabulary was last modified.

\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time that the vocabulary was last modified.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

The date and time that the vocabulary was last modified.

\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time that the vocabulary was last modified.

\n@return The date and time that the vocabulary was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time that the vocabulary was last modified.

\n@param lastModifiedTime The date and time that the vocabulary was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time that the vocabulary was last modified.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary to return.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary to return.

\n@return The name of the vocabulary to return.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary to return.

\n@param vocabularyName The name of the vocabulary to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary to return.

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

The name of the vocabulary to return.

\n@return The name of the vocabulary to return.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary to return.

\n@param vocabularyName The name of the vocabulary to return.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyState" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

The processing state of the vocabulary.

\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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The processing state of the vocabulary.

\n

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

\n@return The processing state of the vocabulary.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The processing state of the vocabulary.

\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

The processing state of the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

The processing state of the vocabulary.

\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

The processing state of the vocabulary.

\n

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

\n@return The processing state of the vocabulary.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

The processing state of the vocabulary.

\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

The processing state of the vocabulary.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary to return.

\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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name of the vocabulary to return.

\n@return The name of the vocabulary to return.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name of the vocabulary to return.

\n@param vocabularyName The name of the vocabulary to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

The name of the vocabulary to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

The name of the vocabulary to return.

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

The name of the vocabulary to return.

\n@return The name of the vocabulary to return.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

The name of the vocabulary to return.

\n@param vocabularyName The name of the vocabulary to return.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

The name of the vocabulary to return.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code of the vocabulary entries.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code of the vocabulary entries.

\n

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

\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code of the vocabulary entries.

\n

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

\n@return The language code of the vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code of the vocabulary entries.

\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code of the vocabulary entries.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

The processing state of the vocabulary.

\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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The processing state of the vocabulary.

\n

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

\n@return The processing state of the vocabulary.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The processing state of the vocabulary.

\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

The processing state of the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

The processing state of the vocabulary.

\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

The processing state of the vocabulary.

\n

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

\n@return The processing state of the vocabulary.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

The processing state of the vocabulary.

\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

The processing state of the vocabulary.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

The date and time that the vocabulary was last modified.

\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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The date and time that the vocabulary was last modified.

\n@return The date and time that the vocabulary was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The date and time that the vocabulary was last modified.

\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

The date and time that the vocabulary was last modified.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

The date and time that the vocabulary was last modified.

\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

The date and time that the vocabulary was last modified.

\n@return The date and time that the vocabulary was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

The date and time that the vocabulary was last modified.

\n@param lastModifiedTime The date and time that the vocabulary was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

The date and time that the vocabulary was last modified.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job 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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@return If the VocabularyState field is FAILED, this field contains information about why the job failed.", "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, "requiresLength" : 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" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the VocabularyState field is FAILED, this field contains information about why the job failed.", "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" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDownloadUri", "beanStyleSetterMethodName" : "setDownloadUri", "c2jName" : "DownloadUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

\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 #downloadUri(String)}.\n@param downloadUri 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 #downloadUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

\n@return The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@deprecated Use {@link #downloadUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n", "documentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDownloadUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "downloadUri", "fluentSetterDocumentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "downloadUri", "getterDocumentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

\n@return The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.", "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" : "DownloadUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DownloadUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DownloadUri", "sensitive" : false, "setterDocumentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.", "setterMethodName" : "setDownloadUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "downloadUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "downloadUri", "variableType" : "String", "documentation" : "

The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetVocabularyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetVocabularyResponse", "variableName" : "getVocabularyResponse", "variableType" : "GetVocabularyResponse", "documentation" : null, "simpleType" : "GetVocabularyResponse", "variableSetterType" : "GetVocabularyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "InternalFailureException" : { "c2jName" : "InternalFailureException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

There was an internal error. Check the error message and try your request again.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InternalFailureException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InternalFailureException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InternalFailureException", "variableName" : "internalFailureException", "variableType" : "InternalFailureException", "documentation" : null, "simpleType" : "InternalFailureException", "variableSetterType" : "InternalFailureException" }, "wrapper" : false, "xmlNamespace" : null }, "JobExecutionSettings" : { "c2jName" : "JobExecutionSettings", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Provides information about when a transcription job should be executed.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAllowDeferredExecution", "beanStyleSetterMethodName" : "setAllowDeferredExecution", "c2jName" : "AllowDeferredExecution", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

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

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@return Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.\n@deprecated Use {@link #allowDeferredExecution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowDeferredExecution(Boolean)}\n", "documentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllowDeferredExecution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllowDeferredExecution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allowDeferredExecution", "fluentSetterDocumentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowDeferredExecution", "getterDocumentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@return Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllowDeferredExecution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllowDeferredExecution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AllowDeferredExecution", "sensitive" : false, "setterDocumentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.", "setterMethodName" : "setAllowDeferredExecution", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "allowDeferredExecution", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "allowDeferredExecution", "variableType" : "Boolean", "documentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataAccessRoleArn", "beanStyleSetterMethodName" : "setDataAccessRoleArn", "c2jName" : "DataAccessRoleArn", "c2jShape" : "DataAccessRoleArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn 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 #dataAccessRoleArn(String)}.\n@param dataAccessRoleArn 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 #dataAccessRoleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@return The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.\n@deprecated Use {@link #dataAccessRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataAccessRoleArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DataAccessRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDataAccessRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataAccessRoleArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataAccessRoleArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@return The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn 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" : "DataAccessRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DataAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DataAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.", "setterMethodName" : "setDataAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dataAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dataAccessRoleArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AllowDeferredExecution" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAllowDeferredExecution", "beanStyleSetterMethodName" : "setAllowDeferredExecution", "c2jName" : "AllowDeferredExecution", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

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

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@return Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.\n@deprecated Use {@link #allowDeferredExecution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowDeferredExecution(Boolean)}\n", "documentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllowDeferredExecution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllowDeferredExecution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allowDeferredExecution", "fluentSetterDocumentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowDeferredExecution", "getterDocumentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@return Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllowDeferredExecution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllowDeferredExecution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AllowDeferredExecution", "sensitive" : false, "setterDocumentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.", "setterMethodName" : "setAllowDeferredExecution", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "allowDeferredExecution", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "allowDeferredExecution", "variableType" : "Boolean", "documentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "DataAccessRoleArn" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataAccessRoleArn", "beanStyleSetterMethodName" : "setDataAccessRoleArn", "c2jName" : "DataAccessRoleArn", "c2jShape" : "DataAccessRoleArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn 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 #dataAccessRoleArn(String)}.\n@param dataAccessRoleArn 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 #dataAccessRoleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@return The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.\n@deprecated Use {@link #dataAccessRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataAccessRoleArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DataAccessRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDataAccessRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataAccessRoleArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataAccessRoleArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@return The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn 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" : "DataAccessRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DataAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DataAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.", "setterMethodName" : "setDataAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dataAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dataAccessRoleArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getAllowDeferredExecution", "beanStyleSetterMethodName" : "setAllowDeferredExecution", "c2jName" : "AllowDeferredExecution", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

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

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@return Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.\n@deprecated Use {@link #allowDeferredExecution()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowDeferredExecution(Boolean)}\n", "documentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the AllowDeferredExecution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasAllowDeferredExecution", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "allowDeferredExecution", "fluentSetterDocumentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "allowDeferredExecution", "getterDocumentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@return Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AllowDeferredExecution", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "AllowDeferredExecution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "AllowDeferredExecution", "sensitive" : false, "setterDocumentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.", "setterMethodName" : "setAllowDeferredExecution", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "allowDeferredExecution", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "allowDeferredExecution", "variableType" : "Boolean", "documentation" : "

Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException exception.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getDataAccessRoleArn", "beanStyleSetterMethodName" : "setDataAccessRoleArn", "c2jName" : "DataAccessRoleArn", "c2jShape" : "DataAccessRoleArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn 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 #dataAccessRoleArn(String)}.\n@param dataAccessRoleArn 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 #dataAccessRoleArn(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@return The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.\n@deprecated Use {@link #dataAccessRoleArn()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataAccessRoleArn(String)}\n", "documentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the DataAccessRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasDataAccessRoleArn", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "dataAccessRoleArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "dataAccessRoleArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@return The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn 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" : "DataAccessRoleArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "DataAccessRoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "DataAccessRoleArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.", "setterMethodName" : "setDataAccessRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dataAccessRoleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "dataAccessRoleArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.

If you specify the AllowDeferredExecution field, you must specify the DataAccessRoleArn field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "JobExecutionSettings", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "JobExecutionSettings", "variableName" : "jobExecutionSettings", "variableType" : "JobExecutionSettings", "documentation" : null, "simpleType" : "JobExecutionSettings", "variableSetterType" : "JobExecutionSettings" }, "wrapper" : false, "xmlNamespace" : null }, "LanguageCode" : { "c2jName" : "LanguageCode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "EN_US", "value" : "en-US" }, { "name" : "ES_US", "value" : "es-US" }, { "name" : "EN_AU", "value" : "en-AU" }, { "name" : "FR_CA", "value" : "fr-CA" }, { "name" : "EN_GB", "value" : "en-GB" }, { "name" : "DE_DE", "value" : "de-DE" }, { "name" : "PT_BR", "value" : "pt-BR" }, { "name" : "FR_FR", "value" : "fr-FR" }, { "name" : "IT_IT", "value" : "it-IT" }, { "name" : "KO_KR", "value" : "ko-KR" }, { "name" : "ES_ES", "value" : "es-ES" }, { "name" : "EN_IN", "value" : "en-IN" }, { "name" : "HI_IN", "value" : "hi-IN" }, { "name" : "AR_SA", "value" : "ar-SA" }, { "name" : "RU_RU", "value" : "ru-RU" }, { "name" : "ZH_CN", "value" : "zh-CN" }, { "name" : "NL_NL", "value" : "nl-NL" }, { "name" : "ID_ID", "value" : "id-ID" }, { "name" : "TA_IN", "value" : "ta-IN" }, { "name" : "FA_IR", "value" : "fa-IR" }, { "name" : "EN_IE", "value" : "en-IE" }, { "name" : "EN_AB", "value" : "en-AB" }, { "name" : "EN_WL", "value" : "en-WL" }, { "name" : "PT_PT", "value" : "pt-PT" }, { "name" : "TE_IN", "value" : "te-IN" }, { "name" : "TR_TR", "value" : "tr-TR" }, { "name" : "DE_CH", "value" : "de-CH" }, { "name" : "HE_IL", "value" : "he-IL" }, { "name" : "MS_MY", "value" : "ms-MY" }, { "name" : "JA_JP", "value" : "ja-JP" }, { "name" : "AR_AE", "value" : "ar-AE" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LanguageCode", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LanguageCode", "variableName" : "languageCode", "variableType" : "LanguageCode", "documentation" : null, "simpleType" : "LanguageCode", "variableSetterType" : "LanguageCode" }, "wrapper" : false, "xmlNamespace" : null }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LimitExceededException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : 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, "xmlNamespace" : null }, "ListMedicalTranscriptionJobsRequest" : { "c2jName" : "ListMedicalTranscriptionJobsRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListMedicalTranscriptionJobs", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.ListMedicalTranscriptionJobs", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

\n

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

\n@return When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

\n@param status When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

\n@param status When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

\n

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

\n@return When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus", "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, "requiresLength" : 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" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

\n@param status When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus", "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" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobNameContains", "beanStyleSetterMethodName" : "setJobNameContains", "c2jName" : "JobNameContains", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\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 #jobNameContains(String)}.\n@param jobNameContains 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 #jobNameContains(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@deprecated Use {@link #jobNameContains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobNameContains(String)}\n", "documentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobNameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobNameContains", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobNameContains", "fluentSetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobNameContains", "getterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.", "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" : "JobNameContains", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobNameContains", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobNameContains", "sensitive" : false, "setterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.", "setterMethodName" : "setJobNameContains", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobNameContains", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobNameContains", "variableType" : "String", "documentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

\n@return If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

\n@param nextToken If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

\n@param nextToken If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

\n@return If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.", "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, "requiresLength" : 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" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

\n@param nextToken If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.", "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" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

\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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.", "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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "JobNameContains" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobNameContains", "beanStyleSetterMethodName" : "setJobNameContains", "c2jName" : "JobNameContains", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\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 #jobNameContains(String)}.\n@param jobNameContains 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 #jobNameContains(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@deprecated Use {@link #jobNameContains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobNameContains(String)}\n", "documentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobNameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobNameContains", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobNameContains", "fluentSetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobNameContains", "getterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.", "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" : "JobNameContains", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobNameContains", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobNameContains", "sensitive" : false, "setterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.", "setterMethodName" : "setJobNameContains", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobNameContains", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobNameContains", "variableType" : "String", "documentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

\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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.", "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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

\n@return If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

\n@param nextToken If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

\n@param nextToken If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

\n@return If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.", "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, "requiresLength" : 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" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

\n@param nextToken If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.", "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" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

\n

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

\n@return When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

\n@param status When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

\n@param status When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

\n

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

\n@return When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus", "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, "requiresLength" : 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" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

\n@param status When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus", "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" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

\n

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

\n@return When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

\n@param status When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

\n@param status When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

\n

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

\n@return When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus", "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, "requiresLength" : 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" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

\n@param status When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus", "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" : "

When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobNameContains", "beanStyleSetterMethodName" : "setJobNameContains", "c2jName" : "JobNameContains", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\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 #jobNameContains(String)}.\n@param jobNameContains 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 #jobNameContains(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@deprecated Use {@link #jobNameContains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobNameContains(String)}\n", "documentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobNameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobNameContains", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobNameContains", "fluentSetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobNameContains", "getterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.", "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" : "JobNameContains", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobNameContains", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobNameContains", "sensitive" : false, "setterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.", "setterMethodName" : "setJobNameContains", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobNameContains", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobNameContains", "variableType" : "String", "documentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

\n@return If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

\n@param nextToken If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

\n@param nextToken If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

\n@return If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.", "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, "requiresLength" : 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" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

\n@param nextToken If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.", "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" : "

If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include NextToken to fetch the next set of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

\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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.", "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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListMedicalTranscriptionJobsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListMedicalTranscriptionJobsRequest", "variableName" : "listMedicalTranscriptionJobsRequest", "variableType" : "ListMedicalTranscriptionJobsRequest", "documentation" : null, "simpleType" : "ListMedicalTranscriptionJobsRequest", "variableSetterType" : "ListMedicalTranscriptionJobsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListMedicalTranscriptionJobsResponse" : { "c2jName" : "ListMedicalTranscriptionJobsResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

The requested status of the medical transcription jobs returned.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The requested status of the medical transcription jobs returned.

\n

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

\n@return The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The requested status of the medical transcription jobs returned.

\n@param status The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The requested status of the medical transcription jobs returned.

", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The requested status of the medical transcription jobs returned.

\n@param status The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The requested status of the medical transcription jobs returned.

\n

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

\n@return The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus", "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, "requiresLength" : 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 requested status of the medical transcription jobs returned.

\n@param status The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus", "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 requested status of the medical transcription jobs returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

\n@return The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

\n@param nextToken The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

\n@param nextToken The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

\n@return The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.", "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, "requiresLength" : 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" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

\n@param nextToken The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.", "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" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJobSummaries", "beanStyleSetterMethodName" : "setMedicalTranscriptionJobSummaries", "c2jName" : "MedicalTranscriptionJobSummaries", "c2jShape" : "MedicalTranscriptionJobSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\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 #medicalTranscriptionJobSummaries(List)}.\n@param medicalTranscriptionJobSummaries 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 #medicalTranscriptionJobSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n

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

\n

\nYou can use {@link #hasMedicalTranscriptionJobSummaries()} to see if a value was sent in this field.\n

\n@return A list of objects containing summary information for a transcription job.\n@deprecated Use {@link #medicalTranscriptionJobSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n@param medicalTranscriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobSummaries(List)}\n", "documentation" : "

A list of objects containing summary information for a transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobSummaries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJobSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJobSummaries", "fluentSetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n@param medicalTranscriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJobSummaries", "getterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n

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

\n

\nYou can use {@link #hasMedicalTranscriptionJobSummaries()} to see if a value was sent in this field.\n

\n@return A list of objects containing summary information for a transcription job.", "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" : "MedicalTranscriptionJobSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJobSummaries", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MedicalTranscriptionJobSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MedicalTranscriptionJobSummary.Builder} avoiding the need to create one manually via {@link MedicalTranscriptionJobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link MedicalTranscriptionJobSummary.Builder#build()} is called immediately and its result is passed to {@link #member(MedicalTranscriptionJobSummary)}.\n@param member a consumer that will call methods on {@link MedicalTranscriptionJobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MedicalTranscriptionJobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(MedicalTranscriptionJobSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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" : "MedicalTranscriptionJobSummary", "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, "requiresLength" : 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" : "MedicalTranscriptionJobSummary", "variableName" : "member", "variableType" : "MedicalTranscriptionJobSummary", "documentation" : null, "simpleType" : "MedicalTranscriptionJobSummary", "variableSetterType" : "MedicalTranscriptionJobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MedicalTranscriptionJobSummary", "variableName" : "member", "variableType" : "MedicalTranscriptionJobSummary", "documentation" : "", "simpleType" : "MedicalTranscriptionJobSummary", "variableSetterType" : "MedicalTranscriptionJobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MedicalTranscriptionJobSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MedicalTranscriptionJobSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "MedicalTranscriptionJobSummaries", "sensitive" : false, "setterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n@param medicalTranscriptionJobSummaries A list of objects containing summary information for a transcription job.", "setterMethodName" : "setMedicalTranscriptionJobSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "medicalTranscriptionJobSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "medicalTranscriptionJobSummaries", "variableType" : "java.util.List", "documentation" : "

A list of objects containing summary information for a transcription job.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MedicalTranscriptionJobSummaries" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJobSummaries", "beanStyleSetterMethodName" : "setMedicalTranscriptionJobSummaries", "c2jName" : "MedicalTranscriptionJobSummaries", "c2jShape" : "MedicalTranscriptionJobSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\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 #medicalTranscriptionJobSummaries(List)}.\n@param medicalTranscriptionJobSummaries 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 #medicalTranscriptionJobSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n

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

\n

\nYou can use {@link #hasMedicalTranscriptionJobSummaries()} to see if a value was sent in this field.\n

\n@return A list of objects containing summary information for a transcription job.\n@deprecated Use {@link #medicalTranscriptionJobSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n@param medicalTranscriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobSummaries(List)}\n", "documentation" : "

A list of objects containing summary information for a transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobSummaries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJobSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJobSummaries", "fluentSetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n@param medicalTranscriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJobSummaries", "getterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n

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

\n

\nYou can use {@link #hasMedicalTranscriptionJobSummaries()} to see if a value was sent in this field.\n

\n@return A list of objects containing summary information for a transcription job.", "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" : "MedicalTranscriptionJobSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJobSummaries", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MedicalTranscriptionJobSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MedicalTranscriptionJobSummary.Builder} avoiding the need to create one manually via {@link MedicalTranscriptionJobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link MedicalTranscriptionJobSummary.Builder#build()} is called immediately and its result is passed to {@link #member(MedicalTranscriptionJobSummary)}.\n@param member a consumer that will call methods on {@link MedicalTranscriptionJobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MedicalTranscriptionJobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(MedicalTranscriptionJobSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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" : "MedicalTranscriptionJobSummary", "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, "requiresLength" : 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" : "MedicalTranscriptionJobSummary", "variableName" : "member", "variableType" : "MedicalTranscriptionJobSummary", "documentation" : null, "simpleType" : "MedicalTranscriptionJobSummary", "variableSetterType" : "MedicalTranscriptionJobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MedicalTranscriptionJobSummary", "variableName" : "member", "variableType" : "MedicalTranscriptionJobSummary", "documentation" : "", "simpleType" : "MedicalTranscriptionJobSummary", "variableSetterType" : "MedicalTranscriptionJobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MedicalTranscriptionJobSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MedicalTranscriptionJobSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "MedicalTranscriptionJobSummaries", "sensitive" : false, "setterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n@param medicalTranscriptionJobSummaries A list of objects containing summary information for a transcription job.", "setterMethodName" : "setMedicalTranscriptionJobSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "medicalTranscriptionJobSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "medicalTranscriptionJobSummaries", "variableType" : "java.util.List", "documentation" : "

A list of objects containing summary information for a transcription job.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

\n@return The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

\n@param nextToken The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

\n@param nextToken The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

\n@return The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.", "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, "requiresLength" : 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" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

\n@param nextToken The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.", "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" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

The requested status of the medical transcription jobs returned.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The requested status of the medical transcription jobs returned.

\n

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

\n@return The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The requested status of the medical transcription jobs returned.

\n@param status The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The requested status of the medical transcription jobs returned.

", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The requested status of the medical transcription jobs returned.

\n@param status The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The requested status of the medical transcription jobs returned.

\n

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

\n@return The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus", "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, "requiresLength" : 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 requested status of the medical transcription jobs returned.

\n@param status The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus", "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 requested status of the medical transcription jobs returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

The requested status of the medical transcription jobs returned.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The requested status of the medical transcription jobs returned.

\n

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

\n@return The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The requested status of the medical transcription jobs returned.

\n@param status The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The requested status of the medical transcription jobs returned.

", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The requested status of the medical transcription jobs returned.

\n@param status The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The requested status of the medical transcription jobs returned.

\n

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

\n@return The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus", "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, "requiresLength" : 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 requested status of the medical transcription jobs returned.

\n@param status The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus", "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 requested status of the medical transcription jobs returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

\n@return The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

\n@param nextToken The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

\n@param nextToken The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

\n@return The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.", "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, "requiresLength" : 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" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

\n@param nextToken The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.", "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" : "

The ListMedicalTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalTranscriptionJobs operation to return in the next page of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJobSummaries", "beanStyleSetterMethodName" : "setMedicalTranscriptionJobSummaries", "c2jName" : "MedicalTranscriptionJobSummaries", "c2jShape" : "MedicalTranscriptionJobSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\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 #medicalTranscriptionJobSummaries(List)}.\n@param medicalTranscriptionJobSummaries 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 #medicalTranscriptionJobSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n

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

\n

\nYou can use {@link #hasMedicalTranscriptionJobSummaries()} to see if a value was sent in this field.\n

\n@return A list of objects containing summary information for a transcription job.\n@deprecated Use {@link #medicalTranscriptionJobSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n@param medicalTranscriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobSummaries(List)}\n", "documentation" : "

A list of objects containing summary information for a transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobSummaries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJobSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJobSummaries", "fluentSetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n@param medicalTranscriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJobSummaries", "getterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n

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

\n

\nYou can use {@link #hasMedicalTranscriptionJobSummaries()} to see if a value was sent in this field.\n

\n@return A list of objects containing summary information for a transcription job.", "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" : "MedicalTranscriptionJobSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJobSummaries", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "MedicalTranscriptionJobSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MedicalTranscriptionJobSummary.Builder} avoiding the need to create one manually via {@link MedicalTranscriptionJobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link MedicalTranscriptionJobSummary.Builder#build()} is called immediately and its result is passed to {@link #member(MedicalTranscriptionJobSummary)}.\n@param member a consumer that will call methods on {@link MedicalTranscriptionJobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MedicalTranscriptionJobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(MedicalTranscriptionJobSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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" : "MedicalTranscriptionJobSummary", "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, "requiresLength" : 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" : "MedicalTranscriptionJobSummary", "variableName" : "member", "variableType" : "MedicalTranscriptionJobSummary", "documentation" : null, "simpleType" : "MedicalTranscriptionJobSummary", "variableSetterType" : "MedicalTranscriptionJobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MedicalTranscriptionJobSummary", "variableName" : "member", "variableType" : "MedicalTranscriptionJobSummary", "documentation" : "", "simpleType" : "MedicalTranscriptionJobSummary", "variableSetterType" : "MedicalTranscriptionJobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "MedicalTranscriptionJobSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "MedicalTranscriptionJobSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "MedicalTranscriptionJobSummaries", "sensitive" : false, "setterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n@param medicalTranscriptionJobSummaries A list of objects containing summary information for a transcription job.", "setterMethodName" : "setMedicalTranscriptionJobSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "medicalTranscriptionJobSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "medicalTranscriptionJobSummaries", "variableType" : "java.util.List", "documentation" : "

A list of objects containing summary information for a transcription job.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListMedicalTranscriptionJobsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListMedicalTranscriptionJobsResponse", "variableName" : "listMedicalTranscriptionJobsResponse", "variableType" : "ListMedicalTranscriptionJobsResponse", "documentation" : null, "simpleType" : "ListMedicalTranscriptionJobsResponse", "variableSetterType" : "ListMedicalTranscriptionJobsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListMedicalVocabulariesRequest" : { "c2jName" : "ListMedicalVocabulariesRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListMedicalVocabularies", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.ListMedicalVocabularies", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@return If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@return If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.", "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, "requiresLength" : 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" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.", "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" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of vocabularies to return in the response.

\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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of vocabularies to return in the response.

\n@return The maximum number of vocabularies to return in the response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of vocabularies to return in the response.

\n@param maxResults The maximum number of vocabularies to return in the response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of vocabularies to return in the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of vocabularies to return in the response.

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

The maximum number of vocabularies to return in the response.

\n@return The maximum number of vocabularies to return in the response.", "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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of vocabularies to return in the response.

\n@param maxResults The maximum number of vocabularies to return in the response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of vocabularies to return in the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStateEquals", "beanStyleSetterMethodName" : "setStateEquals", "c2jName" : "StateEquals", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

\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 #stateEqualsAsString(String)}.\n@param stateEquals 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 #stateEquals(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

\n

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

\n@return When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.\n@see VocabularyState\n@deprecated Use {@link #stateEqualsAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

\n@param stateEquals When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #stateEquals(String)}\n", "documentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StateEquals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStateEquals", "fluentEnumGetterMethodName" : "stateEquals", "fluentEnumSetterMethodName" : "stateEquals", "fluentGetterMethodName" : "stateEqualsAsString", "fluentSetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

\n@param stateEquals When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "stateEquals", "getterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

\n

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

\n@return When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.\n@see VocabularyState", "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" : "StateEquals", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StateEquals", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateEquals", "sensitive" : false, "setterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

\n@param stateEquals When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.\n@see VocabularyState", "setterMethodName" : "setStateEquals", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateEquals", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateEquals", "variableType" : "String", "documentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNameContains", "beanStyleSetterMethodName" : "setNameContains", "c2jName" : "NameContains", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\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 #nameContains(String)}.\n@param nameContains 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 #nameContains(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@return Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@deprecated Use {@link #nameContains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@param nameContains Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nameContains(String)}\n", "documentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNameContains", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nameContains", "fluentSetterDocumentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@param nameContains Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nameContains", "getterDocumentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@return Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.", "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" : "NameContains", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NameContains", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NameContains", "sensitive" : false, "setterDocumentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@param nameContains Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.", "setterMethodName" : "setNameContains", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nameContains", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nameContains", "variableType" : "String", "documentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of vocabularies to return in the response.

\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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of vocabularies to return in the response.

\n@return The maximum number of vocabularies to return in the response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of vocabularies to return in the response.

\n@param maxResults The maximum number of vocabularies to return in the response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of vocabularies to return in the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of vocabularies to return in the response.

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

The maximum number of vocabularies to return in the response.

\n@return The maximum number of vocabularies to return in the response.", "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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of vocabularies to return in the response.

\n@param maxResults The maximum number of vocabularies to return in the response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of vocabularies to return in the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NameContains" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNameContains", "beanStyleSetterMethodName" : "setNameContains", "c2jName" : "NameContains", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\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 #nameContains(String)}.\n@param nameContains 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 #nameContains(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@return Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@deprecated Use {@link #nameContains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@param nameContains Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nameContains(String)}\n", "documentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNameContains", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nameContains", "fluentSetterDocumentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@param nameContains Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nameContains", "getterDocumentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@return Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.", "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" : "NameContains", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NameContains", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NameContains", "sensitive" : false, "setterDocumentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@param nameContains Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.", "setterMethodName" : "setNameContains", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nameContains", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nameContains", "variableType" : "String", "documentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@return If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@return If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.", "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, "requiresLength" : 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" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.", "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" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StateEquals" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStateEquals", "beanStyleSetterMethodName" : "setStateEquals", "c2jName" : "StateEquals", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

\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 #stateEqualsAsString(String)}.\n@param stateEquals 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 #stateEquals(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

\n

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

\n@return When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.\n@see VocabularyState\n@deprecated Use {@link #stateEqualsAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

\n@param stateEquals When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #stateEquals(String)}\n", "documentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StateEquals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStateEquals", "fluentEnumGetterMethodName" : "stateEquals", "fluentEnumSetterMethodName" : "stateEquals", "fluentGetterMethodName" : "stateEqualsAsString", "fluentSetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

\n@param stateEquals When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "stateEquals", "getterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

\n

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

\n@return When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.\n@see VocabularyState", "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" : "StateEquals", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StateEquals", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateEquals", "sensitive" : false, "setterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

\n@param stateEquals When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.\n@see VocabularyState", "setterMethodName" : "setStateEquals", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateEquals", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateEquals", "variableType" : "String", "documentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@return If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@return If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.", "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, "requiresLength" : 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" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.", "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" : "

If the result of your previous request to ListMedicalVocabularies was truncated, include the NextToken to fetch the next set of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of vocabularies to return in the response.

\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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of vocabularies to return in the response.

\n@return The maximum number of vocabularies to return in the response.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of vocabularies to return in the response.

\n@param maxResults The maximum number of vocabularies to return in the response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of vocabularies to return in the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of vocabularies to return in the response.

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

The maximum number of vocabularies to return in the response.

\n@return The maximum number of vocabularies to return in the response.", "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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of vocabularies to return in the response.

\n@param maxResults The maximum number of vocabularies to return in the response.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of vocabularies to return in the response.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStateEquals", "beanStyleSetterMethodName" : "setStateEquals", "c2jName" : "StateEquals", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

\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 #stateEqualsAsString(String)}.\n@param stateEquals 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 #stateEquals(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

\n

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

\n@return When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.\n@see VocabularyState\n@deprecated Use {@link #stateEqualsAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

\n@param stateEquals When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #stateEquals(String)}\n", "documentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StateEquals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStateEquals", "fluentEnumGetterMethodName" : "stateEquals", "fluentEnumSetterMethodName" : "stateEquals", "fluentGetterMethodName" : "stateEqualsAsString", "fluentSetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

\n@param stateEquals When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "stateEquals", "getterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

\n

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

\n@return When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.\n@see VocabularyState", "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" : "StateEquals", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StateEquals", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateEquals", "sensitive" : false, "setterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

\n@param stateEquals When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.\n@see VocabularyState", "setterMethodName" : "setStateEquals", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateEquals", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateEquals", "variableType" : "String", "documentation" : "

When specified, only returns vocabularies with the VocabularyState equal to the specified vocabulary state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNameContains", "beanStyleSetterMethodName" : "setNameContains", "c2jName" : "NameContains", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\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 #nameContains(String)}.\n@param nameContains 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 #nameContains(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@return Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@deprecated Use {@link #nameContains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@param nameContains Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nameContains(String)}\n", "documentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNameContains", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nameContains", "fluentSetterDocumentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@param nameContains Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nameContains", "getterDocumentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@return Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.", "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" : "NameContains", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NameContains", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NameContains", "sensitive" : false, "setterDocumentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@param nameContains Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.", "setterMethodName" : "setNameContains", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nameContains", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nameContains", "variableType" : "String", "documentation" : "

Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListMedicalVocabulariesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListMedicalVocabulariesRequest", "variableName" : "listMedicalVocabulariesRequest", "variableType" : "ListMedicalVocabulariesRequest", "documentation" : null, "simpleType" : "ListMedicalVocabulariesRequest", "variableSetterType" : "ListMedicalVocabulariesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListMedicalVocabulariesResponse" : { "c2jName" : "ListMedicalVocabulariesResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

The requested vocabulary state.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The requested vocabulary state.

\n

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

\n@return The requested vocabulary state.\n@see VocabularyState\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The requested vocabulary state.

\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The requested vocabulary state.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The requested vocabulary state.

\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The requested vocabulary state.

\n

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

\n@return The requested vocabulary state.\n@see VocabularyState", "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, "requiresLength" : 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 requested vocabulary state.

\n@param status The requested vocabulary state.\n@see VocabularyState", "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 requested vocabulary state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

\n@return The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

\n@param nextToken The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

\n@param nextToken The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

\n@return The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.", "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, "requiresLength" : 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" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

\n@param nextToken The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.", "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" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getVocabularies", "beanStyleSetterMethodName" : "setVocabularies", "c2jName" : "Vocabularies", "c2jShape" : "Vocabularies", "defaultConsumerFluentSetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\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 #vocabularies(List)}.\n@param vocabularies 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 #vocabularies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n

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

\n

\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n

\n@return A list of objects that describe the vocabularies that match the search criteria in the request.\n@deprecated Use {@link #vocabularies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularies(List)}\n", "documentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Vocabularies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularies", "fluentSetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularies", "getterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n

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

\n

\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n

\n@return A list of objects that describe the vocabularies that match the search criteria in the request.", "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" : "Vocabularies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Vocabularies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VocabularyInfo", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VocabularyInfo.Builder} avoiding the need to create one manually via {@link VocabularyInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link VocabularyInfo.Builder#build()} is called immediately and its result is passed to {@link #member(VocabularyInfo)}.\n@param member a consumer that will call methods on {@link VocabularyInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VocabularyInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(VocabularyInfo)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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" : "VocabularyInfo", "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, "requiresLength" : 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" : "VocabularyInfo", "variableName" : "member", "variableType" : "VocabularyInfo", "documentation" : null, "simpleType" : "VocabularyInfo", "variableSetterType" : "VocabularyInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VocabularyInfo", "variableName" : "member", "variableType" : "VocabularyInfo", "documentation" : "", "simpleType" : "VocabularyInfo", "variableSetterType" : "VocabularyInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VocabularyInfo", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "VocabularyInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Vocabularies", "sensitive" : false, "setterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.", "setterMethodName" : "setVocabularies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vocabularies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vocabularies", "variableType" : "java.util.List", "documentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

\n@return The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

\n@param nextToken The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

\n@param nextToken The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

\n@return The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.", "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, "requiresLength" : 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" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

\n@param nextToken The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.", "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" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

The requested vocabulary state.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The requested vocabulary state.

\n

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

\n@return The requested vocabulary state.\n@see VocabularyState\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The requested vocabulary state.

\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The requested vocabulary state.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The requested vocabulary state.

\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The requested vocabulary state.

\n

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

\n@return The requested vocabulary state.\n@see VocabularyState", "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, "requiresLength" : 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 requested vocabulary state.

\n@param status The requested vocabulary state.\n@see VocabularyState", "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 requested vocabulary state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Vocabularies" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getVocabularies", "beanStyleSetterMethodName" : "setVocabularies", "c2jName" : "Vocabularies", "c2jShape" : "Vocabularies", "defaultConsumerFluentSetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\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 #vocabularies(List)}.\n@param vocabularies 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 #vocabularies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n

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

\n

\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n

\n@return A list of objects that describe the vocabularies that match the search criteria in the request.\n@deprecated Use {@link #vocabularies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularies(List)}\n", "documentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Vocabularies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularies", "fluentSetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularies", "getterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n

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

\n

\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n

\n@return A list of objects that describe the vocabularies that match the search criteria in the request.", "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" : "Vocabularies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Vocabularies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VocabularyInfo", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VocabularyInfo.Builder} avoiding the need to create one manually via {@link VocabularyInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link VocabularyInfo.Builder#build()} is called immediately and its result is passed to {@link #member(VocabularyInfo)}.\n@param member a consumer that will call methods on {@link VocabularyInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VocabularyInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(VocabularyInfo)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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" : "VocabularyInfo", "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, "requiresLength" : 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" : "VocabularyInfo", "variableName" : "member", "variableType" : "VocabularyInfo", "documentation" : null, "simpleType" : "VocabularyInfo", "variableSetterType" : "VocabularyInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VocabularyInfo", "variableName" : "member", "variableType" : "VocabularyInfo", "documentation" : "", "simpleType" : "VocabularyInfo", "variableSetterType" : "VocabularyInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VocabularyInfo", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "VocabularyInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Vocabularies", "sensitive" : false, "setterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.", "setterMethodName" : "setVocabularies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vocabularies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vocabularies", "variableType" : "java.util.List", "documentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

The requested vocabulary state.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The requested vocabulary state.

\n

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

\n@return The requested vocabulary state.\n@see VocabularyState\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The requested vocabulary state.

\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The requested vocabulary state.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The requested vocabulary state.

\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The requested vocabulary state.

\n

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

\n@return The requested vocabulary state.\n@see VocabularyState", "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, "requiresLength" : 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 requested vocabulary state.

\n@param status The requested vocabulary state.\n@see VocabularyState", "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 requested vocabulary state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

\n@return The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

\n@param nextToken The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

\n@param nextToken The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

\n@return The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.", "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, "requiresLength" : 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" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

\n@param nextToken The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.", "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" : "

The ListMedicalVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage token. Include the token in the next request to the ListMedicalVocabularies operation to return the next page of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getVocabularies", "beanStyleSetterMethodName" : "setVocabularies", "c2jName" : "Vocabularies", "c2jShape" : "Vocabularies", "defaultConsumerFluentSetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\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 #vocabularies(List)}.\n@param vocabularies 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 #vocabularies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n

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

\n

\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n

\n@return A list of objects that describe the vocabularies that match the search criteria in the request.\n@deprecated Use {@link #vocabularies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularies(List)}\n", "documentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Vocabularies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularies", "fluentSetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularies", "getterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n

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

\n

\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n

\n@return A list of objects that describe the vocabularies that match the search criteria in the request.", "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" : "Vocabularies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Vocabularies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VocabularyInfo", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VocabularyInfo.Builder} avoiding the need to create one manually via {@link VocabularyInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link VocabularyInfo.Builder#build()} is called immediately and its result is passed to {@link #member(VocabularyInfo)}.\n@param member a consumer that will call methods on {@link VocabularyInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VocabularyInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(VocabularyInfo)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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" : "VocabularyInfo", "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, "requiresLength" : 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" : "VocabularyInfo", "variableName" : "member", "variableType" : "VocabularyInfo", "documentation" : null, "simpleType" : "VocabularyInfo", "variableSetterType" : "VocabularyInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VocabularyInfo", "variableName" : "member", "variableType" : "VocabularyInfo", "documentation" : "", "simpleType" : "VocabularyInfo", "variableSetterType" : "VocabularyInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VocabularyInfo", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "VocabularyInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Vocabularies", "sensitive" : false, "setterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.", "setterMethodName" : "setVocabularies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vocabularies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vocabularies", "variableType" : "java.util.List", "documentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListMedicalVocabulariesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListMedicalVocabulariesResponse", "variableName" : "listMedicalVocabulariesResponse", "variableType" : "ListMedicalVocabulariesResponse", "documentation" : null, "simpleType" : "ListMedicalVocabulariesResponse", "variableSetterType" : "ListMedicalVocabulariesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListTranscriptionJobsRequest" : { "c2jName" : "ListTranscriptionJobsRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListTranscriptionJobs", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.ListTranscriptionJobs", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

\n

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

\n@return When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

\n

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

\n@return When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus", "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, "requiresLength" : 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" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus", "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" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobNameContains", "beanStyleSetterMethodName" : "setJobNameContains", "c2jName" : "JobNameContains", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\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 #jobNameContains(String)}.\n@param jobNameContains 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 #jobNameContains(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@deprecated Use {@link #jobNameContains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobNameContains(String)}\n", "documentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobNameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobNameContains", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobNameContains", "fluentSetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobNameContains", "getterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.", "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" : "JobNameContains", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobNameContains", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobNameContains", "sensitive" : false, "setterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.", "setterMethodName" : "setJobNameContains", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobNameContains", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobNameContains", "variableType" : "String", "documentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

\n@return If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

\n@return If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.", "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, "requiresLength" : 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" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.", "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" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

\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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.", "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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "JobNameContains" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobNameContains", "beanStyleSetterMethodName" : "setJobNameContains", "c2jName" : "JobNameContains", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\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 #jobNameContains(String)}.\n@param jobNameContains 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 #jobNameContains(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@deprecated Use {@link #jobNameContains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobNameContains(String)}\n", "documentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobNameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobNameContains", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobNameContains", "fluentSetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobNameContains", "getterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.", "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" : "JobNameContains", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobNameContains", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobNameContains", "sensitive" : false, "setterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.", "setterMethodName" : "setJobNameContains", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobNameContains", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobNameContains", "variableType" : "String", "documentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

\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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.", "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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

\n@return If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

\n@return If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.", "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, "requiresLength" : 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" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.", "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" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

\n

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

\n@return When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

\n

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

\n@return When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus", "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, "requiresLength" : 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" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus", "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" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

\n

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

\n@return When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

\n

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

\n@return When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus", "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, "requiresLength" : 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" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus", "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" : "

When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobNameContains", "beanStyleSetterMethodName" : "setJobNameContains", "c2jName" : "JobNameContains", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\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 #jobNameContains(String)}.\n@param jobNameContains 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 #jobNameContains(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@deprecated Use {@link #jobNameContains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobNameContains(String)}\n", "documentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobNameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobNameContains", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobNameContains", "fluentSetterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobNameContains", "getterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.", "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" : "JobNameContains", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobNameContains", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobNameContains", "sensitive" : false, "setterDocumentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.", "setterMethodName" : "setJobNameContains", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobNameContains", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobNameContains", "variableType" : "String", "documentation" : "

When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

\n@return If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

\n@return If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.", "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, "requiresLength" : 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" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.", "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" : "

If the result of the previous request to ListTranscriptionJobs was truncated, include the NextToken to fetch the next set of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

\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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.", "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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTranscriptionJobsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTranscriptionJobsRequest", "variableName" : "listTranscriptionJobsRequest", "variableType" : "ListTranscriptionJobsRequest", "documentation" : null, "simpleType" : "ListTranscriptionJobsRequest", "variableSetterType" : "ListTranscriptionJobsRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListTranscriptionJobsResponse" : { "c2jName" : "ListTranscriptionJobsResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

The requested status of the jobs returned.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The requested status of the jobs returned.

\n

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

\n@return The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The requested status of the jobs returned.

\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The requested status of the jobs returned.

", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The requested status of the jobs returned.

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

The requested status of the jobs returned.

\n

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

\n@return The requested status of the jobs returned.\n@see TranscriptionJobStatus", "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, "requiresLength" : 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 requested status of the jobs returned.

\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus", "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 requested status of the jobs returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

\n@return The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

\n@param nextToken The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

\n@param nextToken The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

\n@return The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.", "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, "requiresLength" : 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" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

\n@param nextToken The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.", "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" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTranscriptionJobSummaries", "beanStyleSetterMethodName" : "setTranscriptionJobSummaries", "c2jName" : "TranscriptionJobSummaries", "c2jShape" : "TranscriptionJobSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\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 #transcriptionJobSummaries(List)}.\n@param transcriptionJobSummaries 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 #transcriptionJobSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n

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

\n

\nYou can use {@link #hasTranscriptionJobSummaries()} to see if a value was sent in this field.\n

\n@return A list of objects containing summary information for a transcription job.\n@deprecated Use {@link #transcriptionJobSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobSummaries(List)}\n", "documentation" : "

A list of objects containing summary information for a transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobSummaries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJobSummaries", "fluentSetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptionJobSummaries", "getterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n

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

\n

\nYou can use {@link #hasTranscriptionJobSummaries()} to see if a value was sent in this field.\n

\n@return A list of objects containing summary information for a transcription job.", "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" : "TranscriptionJobSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobSummaries", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TranscriptionJobSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TranscriptionJobSummary.Builder} avoiding the need to create one manually via {@link TranscriptionJobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link TranscriptionJobSummary.Builder#build()} is called immediately and its result is passed to {@link #member(TranscriptionJobSummary)}.\n@param member a consumer that will call methods on {@link TranscriptionJobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TranscriptionJobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(TranscriptionJobSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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" : "TranscriptionJobSummary", "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, "requiresLength" : 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" : "TranscriptionJobSummary", "variableName" : "member", "variableType" : "TranscriptionJobSummary", "documentation" : null, "simpleType" : "TranscriptionJobSummary", "variableSetterType" : "TranscriptionJobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TranscriptionJobSummary", "variableName" : "member", "variableType" : "TranscriptionJobSummary", "documentation" : "", "simpleType" : "TranscriptionJobSummary", "variableSetterType" : "TranscriptionJobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TranscriptionJobSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TranscriptionJobSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TranscriptionJobSummaries", "sensitive" : false, "setterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.", "setterMethodName" : "setTranscriptionJobSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "transcriptionJobSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "transcriptionJobSummaries", "variableType" : "java.util.List", "documentation" : "

A list of objects containing summary information for a transcription job.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

\n@return The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

\n@param nextToken The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

\n@param nextToken The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

\n@return The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.", "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, "requiresLength" : 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" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

\n@param nextToken The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.", "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" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

The requested status of the jobs returned.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The requested status of the jobs returned.

\n

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

\n@return The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The requested status of the jobs returned.

\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The requested status of the jobs returned.

", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The requested status of the jobs returned.

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

The requested status of the jobs returned.

\n

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

\n@return The requested status of the jobs returned.\n@see TranscriptionJobStatus", "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, "requiresLength" : 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 requested status of the jobs returned.

\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus", "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 requested status of the jobs returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TranscriptionJobSummaries" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTranscriptionJobSummaries", "beanStyleSetterMethodName" : "setTranscriptionJobSummaries", "c2jName" : "TranscriptionJobSummaries", "c2jShape" : "TranscriptionJobSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\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 #transcriptionJobSummaries(List)}.\n@param transcriptionJobSummaries 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 #transcriptionJobSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n

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

\n

\nYou can use {@link #hasTranscriptionJobSummaries()} to see if a value was sent in this field.\n

\n@return A list of objects containing summary information for a transcription job.\n@deprecated Use {@link #transcriptionJobSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobSummaries(List)}\n", "documentation" : "

A list of objects containing summary information for a transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobSummaries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJobSummaries", "fluentSetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptionJobSummaries", "getterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n

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

\n

\nYou can use {@link #hasTranscriptionJobSummaries()} to see if a value was sent in this field.\n

\n@return A list of objects containing summary information for a transcription job.", "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" : "TranscriptionJobSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobSummaries", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TranscriptionJobSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TranscriptionJobSummary.Builder} avoiding the need to create one manually via {@link TranscriptionJobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link TranscriptionJobSummary.Builder#build()} is called immediately and its result is passed to {@link #member(TranscriptionJobSummary)}.\n@param member a consumer that will call methods on {@link TranscriptionJobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TranscriptionJobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(TranscriptionJobSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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" : "TranscriptionJobSummary", "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, "requiresLength" : 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" : "TranscriptionJobSummary", "variableName" : "member", "variableType" : "TranscriptionJobSummary", "documentation" : null, "simpleType" : "TranscriptionJobSummary", "variableSetterType" : "TranscriptionJobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TranscriptionJobSummary", "variableName" : "member", "variableType" : "TranscriptionJobSummary", "documentation" : "", "simpleType" : "TranscriptionJobSummary", "variableSetterType" : "TranscriptionJobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TranscriptionJobSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TranscriptionJobSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TranscriptionJobSummaries", "sensitive" : false, "setterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.", "setterMethodName" : "setTranscriptionJobSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "transcriptionJobSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "transcriptionJobSummaries", "variableType" : "java.util.List", "documentation" : "

A list of objects containing summary information for a transcription job.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

The requested status of the jobs returned.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The requested status of the jobs returned.

\n

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

\n@return The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The requested status of the jobs returned.

\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The requested status of the jobs returned.

", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The requested status of the jobs returned.

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

The requested status of the jobs returned.

\n

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

\n@return The requested status of the jobs returned.\n@see TranscriptionJobStatus", "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, "requiresLength" : 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 requested status of the jobs returned.

\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus", "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 requested status of the jobs returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

\n@return The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

\n@param nextToken The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

\n@param nextToken The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

\n@return The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.", "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, "requiresLength" : 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" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

\n@param nextToken The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.", "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" : "

The ListTranscriptionJobs operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListTranscriptionJobs operation to return in the next page of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getTranscriptionJobSummaries", "beanStyleSetterMethodName" : "setTranscriptionJobSummaries", "c2jName" : "TranscriptionJobSummaries", "c2jShape" : "TranscriptionJobSummaries", "defaultConsumerFluentSetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\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 #transcriptionJobSummaries(List)}.\n@param transcriptionJobSummaries 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 #transcriptionJobSummaries(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n

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

\n

\nYou can use {@link #hasTranscriptionJobSummaries()} to see if a value was sent in this field.\n

\n@return A list of objects containing summary information for a transcription job.\n@deprecated Use {@link #transcriptionJobSummaries()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobSummaries(List)}\n", "documentation" : "

A list of objects containing summary information for a transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobSummaries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobSummaries", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJobSummaries", "fluentSetterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptionJobSummaries", "getterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n

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

\n

\nYou can use {@link #hasTranscriptionJobSummaries()} to see if a value was sent in this field.\n

\n@return A list of objects containing summary information for a transcription job.", "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" : "TranscriptionJobSummaries", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobSummaries", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "TranscriptionJobSummary", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TranscriptionJobSummary.Builder} avoiding the need to create one manually via {@link TranscriptionJobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link TranscriptionJobSummary.Builder#build()} is called immediately and its result is passed to {@link #member(TranscriptionJobSummary)}.\n@param member a consumer that will call methods on {@link TranscriptionJobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TranscriptionJobSummary)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(TranscriptionJobSummary)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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" : "TranscriptionJobSummary", "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, "requiresLength" : 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" : "TranscriptionJobSummary", "variableName" : "member", "variableType" : "TranscriptionJobSummary", "documentation" : null, "simpleType" : "TranscriptionJobSummary", "variableSetterType" : "TranscriptionJobSummary" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TranscriptionJobSummary", "variableName" : "member", "variableType" : "TranscriptionJobSummary", "documentation" : "", "simpleType" : "TranscriptionJobSummary", "variableSetterType" : "TranscriptionJobSummary" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "TranscriptionJobSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "TranscriptionJobSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "TranscriptionJobSummaries", "sensitive" : false, "setterDocumentation" : "

A list of objects containing summary information for a transcription job.

\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.", "setterMethodName" : "setTranscriptionJobSummaries", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "transcriptionJobSummaries", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "transcriptionJobSummaries", "variableType" : "java.util.List", "documentation" : "

A list of objects containing summary information for a transcription job.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTranscriptionJobsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTranscriptionJobsResponse", "variableName" : "listTranscriptionJobsResponse", "variableType" : "ListTranscriptionJobsResponse", "documentation" : null, "simpleType" : "ListTranscriptionJobsResponse", "variableSetterType" : "ListTranscriptionJobsResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListVocabulariesRequest" : { "c2jName" : "ListVocabulariesRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListVocabularies", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.ListVocabularies", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@return If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@return If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.", "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, "requiresLength" : 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" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.", "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" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

\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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.", "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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStateEquals", "beanStyleSetterMethodName" : "setStateEquals", "c2jName" : "StateEquals", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

\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 #stateEqualsAsString(String)}.\n@param stateEquals 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 #stateEquals(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

\n

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

\n@return When specified, only returns vocabularies with the VocabularyState field equal to the specified state.\n@see VocabularyState\n@deprecated Use {@link #stateEqualsAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

\n@param stateEquals When specified, only returns vocabularies with the VocabularyState field equal to the specified state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #stateEquals(String)}\n", "documentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StateEquals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStateEquals", "fluentEnumGetterMethodName" : "stateEquals", "fluentEnumSetterMethodName" : "stateEquals", "fluentGetterMethodName" : "stateEqualsAsString", "fluentSetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

\n@param stateEquals When specified, only returns vocabularies with the VocabularyState field equal to the specified state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "stateEquals", "getterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

\n

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

\n@return When specified, only returns vocabularies with the VocabularyState field equal to the specified state.\n@see VocabularyState", "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" : "StateEquals", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StateEquals", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateEquals", "sensitive" : false, "setterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

\n@param stateEquals When specified, only returns vocabularies with the VocabularyState field equal to the specified state.\n@see VocabularyState", "setterMethodName" : "setStateEquals", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateEquals", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateEquals", "variableType" : "String", "documentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNameContains", "beanStyleSetterMethodName" : "setNameContains", "c2jName" : "NameContains", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\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 #nameContains(String)}.\n@param nameContains 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 #nameContains(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@return When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@deprecated Use {@link #nameContains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@param nameContains When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nameContains(String)}\n", "documentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNameContains", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nameContains", "fluentSetterDocumentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@param nameContains When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nameContains", "getterDocumentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@return When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.", "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" : "NameContains", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NameContains", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NameContains", "sensitive" : false, "setterDocumentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@param nameContains When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.", "setterMethodName" : "setNameContains", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nameContains", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nameContains", "variableType" : "String", "documentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

\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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.", "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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NameContains" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNameContains", "beanStyleSetterMethodName" : "setNameContains", "c2jName" : "NameContains", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\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 #nameContains(String)}.\n@param nameContains 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 #nameContains(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@return When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@deprecated Use {@link #nameContains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@param nameContains When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nameContains(String)}\n", "documentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNameContains", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nameContains", "fluentSetterDocumentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@param nameContains When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nameContains", "getterDocumentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@return When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.", "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" : "NameContains", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NameContains", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NameContains", "sensitive" : false, "setterDocumentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@param nameContains When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.", "setterMethodName" : "setNameContains", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nameContains", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nameContains", "variableType" : "String", "documentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@return If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@return If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.", "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, "requiresLength" : 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" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.", "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" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StateEquals" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStateEquals", "beanStyleSetterMethodName" : "setStateEquals", "c2jName" : "StateEquals", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

\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 #stateEqualsAsString(String)}.\n@param stateEquals 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 #stateEquals(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

\n

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

\n@return When specified, only returns vocabularies with the VocabularyState field equal to the specified state.\n@see VocabularyState\n@deprecated Use {@link #stateEqualsAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

\n@param stateEquals When specified, only returns vocabularies with the VocabularyState field equal to the specified state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #stateEquals(String)}\n", "documentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StateEquals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStateEquals", "fluentEnumGetterMethodName" : "stateEquals", "fluentEnumSetterMethodName" : "stateEquals", "fluentGetterMethodName" : "stateEqualsAsString", "fluentSetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

\n@param stateEquals When specified, only returns vocabularies with the VocabularyState field equal to the specified state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "stateEquals", "getterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

\n

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

\n@return When specified, only returns vocabularies with the VocabularyState field equal to the specified state.\n@see VocabularyState", "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" : "StateEquals", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StateEquals", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateEquals", "sensitive" : false, "setterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

\n@param stateEquals When specified, only returns vocabularies with the VocabularyState field equal to the specified state.\n@see VocabularyState", "setterMethodName" : "setStateEquals", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateEquals", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateEquals", "variableType" : "String", "documentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@return If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@return If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.", "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, "requiresLength" : 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" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

\n@param nextToken If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.", "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" : "

If the result of the previous request to ListVocabularies was truncated, include the NextToken to fetch the next set of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

\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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.", "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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStateEquals", "beanStyleSetterMethodName" : "setStateEquals", "c2jName" : "StateEquals", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

\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 #stateEqualsAsString(String)}.\n@param stateEquals 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 #stateEquals(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

\n

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

\n@return When specified, only returns vocabularies with the VocabularyState field equal to the specified state.\n@see VocabularyState\n@deprecated Use {@link #stateEqualsAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

\n@param stateEquals When specified, only returns vocabularies with the VocabularyState field equal to the specified state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #stateEquals(String)}\n", "documentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StateEquals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStateEquals", "fluentEnumGetterMethodName" : "stateEquals", "fluentEnumSetterMethodName" : "stateEquals", "fluentGetterMethodName" : "stateEqualsAsString", "fluentSetterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

\n@param stateEquals When specified, only returns vocabularies with the VocabularyState field equal to the specified state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "stateEquals", "getterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

\n

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

\n@return When specified, only returns vocabularies with the VocabularyState field equal to the specified state.\n@see VocabularyState", "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" : "StateEquals", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StateEquals", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StateEquals", "sensitive" : false, "setterDocumentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

\n@param stateEquals When specified, only returns vocabularies with the VocabularyState field equal to the specified state.\n@see VocabularyState", "setterMethodName" : "setStateEquals", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stateEquals", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "stateEquals", "variableType" : "String", "documentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNameContains", "beanStyleSetterMethodName" : "setNameContains", "c2jName" : "NameContains", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\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 #nameContains(String)}.\n@param nameContains 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 #nameContains(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@return When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@deprecated Use {@link #nameContains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@param nameContains When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nameContains(String)}\n", "documentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNameContains", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nameContains", "fluentSetterDocumentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@param nameContains When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nameContains", "getterDocumentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@return When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.", "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" : "NameContains", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NameContains", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NameContains", "sensitive" : false, "setterDocumentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

\n@param nameContains When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.", "setterMethodName" : "setNameContains", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nameContains", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nameContains", "variableType" : "String", "documentation" : "

When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies returns both \"vocabularyname\" and \"VocabularyName\" in the response list.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListVocabulariesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListVocabulariesRequest", "variableName" : "listVocabulariesRequest", "variableType" : "ListVocabulariesRequest", "documentation" : null, "simpleType" : "ListVocabulariesRequest", "variableSetterType" : "ListVocabulariesRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListVocabulariesResponse" : { "c2jName" : "ListVocabulariesResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

The requested vocabulary state.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The requested vocabulary state.

\n

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

\n@return The requested vocabulary state.\n@see VocabularyState\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The requested vocabulary state.

\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The requested vocabulary state.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The requested vocabulary state.

\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The requested vocabulary state.

\n

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

\n@return The requested vocabulary state.\n@see VocabularyState", "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, "requiresLength" : 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 requested vocabulary state.

\n@param status The requested vocabulary state.\n@see VocabularyState", "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 requested vocabulary state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

\n@return The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

\n@param nextToken The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

\n@param nextToken The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

\n@return The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.", "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, "requiresLength" : 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" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

\n@param nextToken The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.", "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" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getVocabularies", "beanStyleSetterMethodName" : "setVocabularies", "c2jName" : "Vocabularies", "c2jShape" : "Vocabularies", "defaultConsumerFluentSetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\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 #vocabularies(List)}.\n@param vocabularies 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 #vocabularies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n

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

\n

\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n

\n@return A list of objects that describe the vocabularies that match the search criteria in the request.\n@deprecated Use {@link #vocabularies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularies(List)}\n", "documentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Vocabularies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularies", "fluentSetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularies", "getterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n

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

\n

\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n

\n@return A list of objects that describe the vocabularies that match the search criteria in the request.", "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" : "Vocabularies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Vocabularies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VocabularyInfo", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VocabularyInfo.Builder} avoiding the need to create one manually via {@link VocabularyInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link VocabularyInfo.Builder#build()} is called immediately and its result is passed to {@link #member(VocabularyInfo)}.\n@param member a consumer that will call methods on {@link VocabularyInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VocabularyInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(VocabularyInfo)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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" : "VocabularyInfo", "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, "requiresLength" : 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" : "VocabularyInfo", "variableName" : "member", "variableType" : "VocabularyInfo", "documentation" : null, "simpleType" : "VocabularyInfo", "variableSetterType" : "VocabularyInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VocabularyInfo", "variableName" : "member", "variableType" : "VocabularyInfo", "documentation" : "", "simpleType" : "VocabularyInfo", "variableSetterType" : "VocabularyInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VocabularyInfo", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "VocabularyInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Vocabularies", "sensitive" : false, "setterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.", "setterMethodName" : "setVocabularies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vocabularies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vocabularies", "variableType" : "java.util.List", "documentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

\n@return The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

\n@param nextToken The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

\n@param nextToken The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

\n@return The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.", "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, "requiresLength" : 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" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

\n@param nextToken The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.", "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" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Status" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

The requested vocabulary state.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The requested vocabulary state.

\n

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

\n@return The requested vocabulary state.\n@see VocabularyState\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The requested vocabulary state.

\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The requested vocabulary state.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The requested vocabulary state.

\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The requested vocabulary state.

\n

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

\n@return The requested vocabulary state.\n@see VocabularyState", "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, "requiresLength" : 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 requested vocabulary state.

\n@param status The requested vocabulary state.\n@see VocabularyState", "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 requested vocabulary state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Vocabularies" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getVocabularies", "beanStyleSetterMethodName" : "setVocabularies", "c2jName" : "Vocabularies", "c2jShape" : "Vocabularies", "defaultConsumerFluentSetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\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 #vocabularies(List)}.\n@param vocabularies 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 #vocabularies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n

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

\n

\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n

\n@return A list of objects that describe the vocabularies that match the search criteria in the request.\n@deprecated Use {@link #vocabularies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularies(List)}\n", "documentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Vocabularies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularies", "fluentSetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularies", "getterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n

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

\n

\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n

\n@return A list of objects that describe the vocabularies that match the search criteria in the request.", "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" : "Vocabularies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Vocabularies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VocabularyInfo", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VocabularyInfo.Builder} avoiding the need to create one manually via {@link VocabularyInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link VocabularyInfo.Builder#build()} is called immediately and its result is passed to {@link #member(VocabularyInfo)}.\n@param member a consumer that will call methods on {@link VocabularyInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VocabularyInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(VocabularyInfo)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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" : "VocabularyInfo", "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, "requiresLength" : 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" : "VocabularyInfo", "variableName" : "member", "variableType" : "VocabularyInfo", "documentation" : null, "simpleType" : "VocabularyInfo", "variableSetterType" : "VocabularyInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VocabularyInfo", "variableName" : "member", "variableType" : "VocabularyInfo", "documentation" : "", "simpleType" : "VocabularyInfo", "variableSetterType" : "VocabularyInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VocabularyInfo", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "VocabularyInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Vocabularies", "sensitive" : false, "setterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.", "setterMethodName" : "setVocabularies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vocabularies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vocabularies", "variableType" : "java.util.List", "documentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

The requested vocabulary state.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The requested vocabulary state.

\n

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

\n@return The requested vocabulary state.\n@see VocabularyState\n@deprecated Use {@link #statusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The requested vocabulary state.

\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #status(String)}\n", "documentation" : "

The requested vocabulary state.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStatus", "fluentEnumGetterMethodName" : "status", "fluentEnumSetterMethodName" : "status", "fluentGetterMethodName" : "statusAsString", "fluentSetterDocumentation" : "

The requested vocabulary state.

\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The requested vocabulary state.

\n

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

\n@return The requested vocabulary state.\n@see VocabularyState", "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, "requiresLength" : 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 requested vocabulary state.

\n@param status The requested vocabulary state.\n@see VocabularyState", "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 requested vocabulary state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

\n@return The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

\n@param nextToken The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

\n@param nextToken The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

\n@return The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.", "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, "requiresLength" : 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" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

\n@param nextToken The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.", "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" : "

The ListVocabularies operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularies operation to return in the next page of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getVocabularies", "beanStyleSetterMethodName" : "setVocabularies", "c2jName" : "Vocabularies", "c2jShape" : "Vocabularies", "defaultConsumerFluentSetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\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 #vocabularies(List)}.\n@param vocabularies 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 #vocabularies(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n

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

\n

\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n

\n@return A list of objects that describe the vocabularies that match the search criteria in the request.\n@deprecated Use {@link #vocabularies()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularies(List)}\n", "documentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Vocabularies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularies", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularies", "fluentSetterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularies", "getterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n

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

\n

\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n

\n@return A list of objects that describe the vocabularies that match the search criteria in the request.", "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" : "Vocabularies", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Vocabularies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VocabularyInfo", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VocabularyInfo.Builder} avoiding the need to create one manually via {@link VocabularyInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link VocabularyInfo.Builder#build()} is called immediately and its result is passed to {@link #member(VocabularyInfo)}.\n@param member a consumer that will call methods on {@link VocabularyInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VocabularyInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(VocabularyInfo)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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" : "VocabularyInfo", "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, "requiresLength" : 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" : "VocabularyInfo", "variableName" : "member", "variableType" : "VocabularyInfo", "documentation" : null, "simpleType" : "VocabularyInfo", "variableSetterType" : "VocabularyInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VocabularyInfo", "variableName" : "member", "variableType" : "VocabularyInfo", "documentation" : "", "simpleType" : "VocabularyInfo", "variableSetterType" : "VocabularyInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VocabularyInfo", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "VocabularyInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Vocabularies", "sensitive" : false, "setterDocumentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.", "setterMethodName" : "setVocabularies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vocabularies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vocabularies", "variableType" : "java.util.List", "documentation" : "

A list of objects that describe the vocabularies that match the search criteria in the request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListVocabulariesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListVocabulariesResponse", "variableName" : "listVocabulariesResponse", "variableType" : "ListVocabulariesResponse", "documentation" : null, "simpleType" : "ListVocabulariesResponse", "variableSetterType" : "ListVocabulariesResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ListVocabularyFiltersRequest" : { "c2jName" : "ListVocabularyFiltersRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListVocabularyFilters", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.ListVocabularyFilters", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

\n@return If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

\n@param nextToken If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

\n@param nextToken If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

\n@return If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.", "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, "requiresLength" : 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" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

\n@param nextToken If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.", "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" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

\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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.", "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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNameContains", "beanStyleSetterMethodName" : "setNameContains", "c2jName" : "NameContains", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

\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 #nameContains(String)}.\n@param nameContains 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 #nameContains(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

\n@return Filters the response so that it only contains vocabulary filters whose name contains the specified string.\n@deprecated Use {@link #nameContains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

\n@param nameContains Filters the response so that it only contains vocabulary filters whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nameContains(String)}\n", "documentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNameContains", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nameContains", "fluentSetterDocumentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

\n@param nameContains Filters the response so that it only contains vocabulary filters whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nameContains", "getterDocumentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

\n@return Filters the response so that it only contains vocabulary filters whose name contains the specified string.", "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" : "NameContains", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NameContains", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NameContains", "sensitive" : false, "setterDocumentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

\n@param nameContains Filters the response so that it only contains vocabulary filters whose name contains the specified string.", "setterMethodName" : "setNameContains", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nameContains", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nameContains", "variableType" : "String", "documentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

\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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.", "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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NameContains" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNameContains", "beanStyleSetterMethodName" : "setNameContains", "c2jName" : "NameContains", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

\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 #nameContains(String)}.\n@param nameContains 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 #nameContains(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

\n@return Filters the response so that it only contains vocabulary filters whose name contains the specified string.\n@deprecated Use {@link #nameContains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

\n@param nameContains Filters the response so that it only contains vocabulary filters whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nameContains(String)}\n", "documentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNameContains", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nameContains", "fluentSetterDocumentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

\n@param nameContains Filters the response so that it only contains vocabulary filters whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nameContains", "getterDocumentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

\n@return Filters the response so that it only contains vocabulary filters whose name contains the specified string.", "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" : "NameContains", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NameContains", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NameContains", "sensitive" : false, "setterDocumentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

\n@param nameContains Filters the response so that it only contains vocabulary filters whose name contains the specified string.", "setterMethodName" : "setNameContains", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nameContains", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nameContains", "variableType" : "String", "documentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

\n@return If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

\n@param nextToken If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

\n@param nextToken If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

\n@return If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.", "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, "requiresLength" : 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" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

\n@param nextToken If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.", "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" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

\n@return If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

\n@param nextToken If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

\n@param nextToken If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

\n@return If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.", "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, "requiresLength" : 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" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

\n@param nextToken If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.", "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" : "

If the result of the previous request to ListVocabularyFilters was truncated, include the NextToken to fetch the next set of collections.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

\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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n", "documentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxResults", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@return The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.", "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" : "MaxResults", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

\n@param maxResults The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

The maximum number of filters to return in the response. If there are fewer results in the list, this response contains only the actual results.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNameContains", "beanStyleSetterMethodName" : "setNameContains", "c2jName" : "NameContains", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

\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 #nameContains(String)}.\n@param nameContains 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 #nameContains(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

\n@return Filters the response so that it only contains vocabulary filters whose name contains the specified string.\n@deprecated Use {@link #nameContains()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

\n@param nameContains Filters the response so that it only contains vocabulary filters whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nameContains(String)}\n", "documentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNameContains", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nameContains", "fluentSetterDocumentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

\n@param nameContains Filters the response so that it only contains vocabulary filters whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nameContains", "getterDocumentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

\n@return Filters the response so that it only contains vocabulary filters whose name contains the specified string.", "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" : "NameContains", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "NameContains", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NameContains", "sensitive" : false, "setterDocumentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

\n@param nameContains Filters the response so that it only contains vocabulary filters whose name contains the specified string.", "setterMethodName" : "setNameContains", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nameContains", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nameContains", "variableType" : "String", "documentation" : "

Filters the response so that it only contains vocabulary filters whose name contains the specified string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListVocabularyFiltersRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListVocabularyFiltersRequest", "variableName" : "listVocabularyFiltersRequest", "variableType" : "ListVocabularyFiltersRequest", "documentation" : null, "simpleType" : "ListVocabularyFiltersRequest", "variableSetterType" : "ListVocabularyFiltersRequest" }, "wrapper" : false, "xmlNamespace" : null }, "ListVocabularyFiltersResponse" : { "c2jName" : "ListVocabularyFiltersResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

\n@return The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

\n@param nextToken The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

\n@param nextToken The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

\n@return The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.", "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, "requiresLength" : 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" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

\n@param nextToken The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.", "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" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getVocabularyFilters", "beanStyleSetterMethodName" : "setVocabularyFilters", "c2jName" : "VocabularyFilters", "c2jShape" : "VocabularyFilters", "defaultConsumerFluentSetterDocumentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

\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 #vocabularyFilters(List)}.\n@param vocabularyFilters 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 #vocabularyFilters(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

\n

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

\n

\nYou can use {@link #hasVocabularyFilters()} to see if a value was sent in this field.\n

\n@return The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.\n@deprecated Use {@link #vocabularyFilters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

\n@param vocabularyFilters The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilters(List)}\n", "documentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilters", "fluentSetterDocumentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

\n@param vocabularyFilters The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilters", "getterDocumentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

\n

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

\n

\nYou can use {@link #hasVocabularyFilters()} to see if a value was sent in this field.\n

\n@return The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.", "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" : "VocabularyFilters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VocabularyFilterInfo", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VocabularyFilterInfo.Builder} avoiding the need to create one manually via {@link VocabularyFilterInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link VocabularyFilterInfo.Builder#build()} is called immediately and its result is passed to {@link #member(VocabularyFilterInfo)}.\n@param member a consumer that will call methods on {@link VocabularyFilterInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VocabularyFilterInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(VocabularyFilterInfo)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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" : "VocabularyFilterInfo", "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, "requiresLength" : 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" : "VocabularyFilterInfo", "variableName" : "member", "variableType" : "VocabularyFilterInfo", "documentation" : null, "simpleType" : "VocabularyFilterInfo", "variableSetterType" : "VocabularyFilterInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VocabularyFilterInfo", "variableName" : "member", "variableType" : "VocabularyFilterInfo", "documentation" : "", "simpleType" : "VocabularyFilterInfo", "variableSetterType" : "VocabularyFilterInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VocabularyFilterInfo", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "VocabularyFilterInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "VocabularyFilters", "sensitive" : false, "setterDocumentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

\n@param vocabularyFilters The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.", "setterMethodName" : "setVocabularyFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vocabularyFilters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vocabularyFilters", "variableType" : "java.util.List", "documentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

\n@return The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

\n@param nextToken The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

\n@param nextToken The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

\n@return The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.", "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, "requiresLength" : 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" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

\n@param nextToken The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.", "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" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyFilters" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getVocabularyFilters", "beanStyleSetterMethodName" : "setVocabularyFilters", "c2jName" : "VocabularyFilters", "c2jShape" : "VocabularyFilters", "defaultConsumerFluentSetterDocumentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

\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 #vocabularyFilters(List)}.\n@param vocabularyFilters 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 #vocabularyFilters(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

\n

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

\n

\nYou can use {@link #hasVocabularyFilters()} to see if a value was sent in this field.\n

\n@return The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.\n@deprecated Use {@link #vocabularyFilters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

\n@param vocabularyFilters The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilters(List)}\n", "documentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilters", "fluentSetterDocumentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

\n@param vocabularyFilters The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilters", "getterDocumentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

\n

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

\n

\nYou can use {@link #hasVocabularyFilters()} to see if a value was sent in this field.\n

\n@return The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.", "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" : "VocabularyFilters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VocabularyFilterInfo", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VocabularyFilterInfo.Builder} avoiding the need to create one manually via {@link VocabularyFilterInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link VocabularyFilterInfo.Builder#build()} is called immediately and its result is passed to {@link #member(VocabularyFilterInfo)}.\n@param member a consumer that will call methods on {@link VocabularyFilterInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VocabularyFilterInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(VocabularyFilterInfo)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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" : "VocabularyFilterInfo", "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, "requiresLength" : 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" : "VocabularyFilterInfo", "variableName" : "member", "variableType" : "VocabularyFilterInfo", "documentation" : null, "simpleType" : "VocabularyFilterInfo", "variableSetterType" : "VocabularyFilterInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VocabularyFilterInfo", "variableName" : "member", "variableType" : "VocabularyFilterInfo", "documentation" : "", "simpleType" : "VocabularyFilterInfo", "variableSetterType" : "VocabularyFilterInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VocabularyFilterInfo", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "VocabularyFilterInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "VocabularyFilters", "sensitive" : false, "setterDocumentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

\n@param vocabularyFilters The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.", "setterMethodName" : "setVocabularyFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vocabularyFilters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vocabularyFilters", "variableType" : "java.util.List", "documentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "defaultConsumerFluentSetterDocumentation" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

\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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

\n@return The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

\n@param nextToken The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n", "documentation" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasNextToken", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

\n@param nextToken The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

\n@return The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.", "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, "requiresLength" : 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" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

\n@param nextToken The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.", "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" : "

The ListVocabularyFilters operation returns a page of collections at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the ListVocabularyFilters operation to return in the next page of jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getVocabularyFilters", "beanStyleSetterMethodName" : "setVocabularyFilters", "c2jName" : "VocabularyFilters", "c2jShape" : "VocabularyFilters", "defaultConsumerFluentSetterDocumentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

\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 #vocabularyFilters(List)}.\n@param vocabularyFilters 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 #vocabularyFilters(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

\n

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

\n

\nYou can use {@link #hasVocabularyFilters()} to see if a value was sent in this field.\n

\n@return The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.\n@deprecated Use {@link #vocabularyFilters()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

\n@param vocabularyFilters The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilters(List)}\n", "documentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilters", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilters", "fluentSetterDocumentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

\n@param vocabularyFilters The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilters", "getterDocumentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

\n

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

\n

\nYou can use {@link #hasVocabularyFilters()} to see if a value was sent in this field.\n

\n@return The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.", "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" : "VocabularyFilters", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "VocabularyFilterInfo", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VocabularyFilterInfo.Builder} avoiding the need to create one manually via {@link VocabularyFilterInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link VocabularyFilterInfo.Builder#build()} is called immediately and its result is passed to {@link #member(VocabularyFilterInfo)}.\n@param member a consumer that will call methods on {@link VocabularyFilterInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VocabularyFilterInfo)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(VocabularyFilterInfo)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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" : "VocabularyFilterInfo", "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, "requiresLength" : 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" : "VocabularyFilterInfo", "variableName" : "member", "variableType" : "VocabularyFilterInfo", "documentation" : null, "simpleType" : "VocabularyFilterInfo", "variableSetterType" : "VocabularyFilterInfo" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "VocabularyFilterInfo", "variableName" : "member", "variableType" : "VocabularyFilterInfo", "documentation" : "", "simpleType" : "VocabularyFilterInfo", "variableSetterType" : "VocabularyFilterInfo" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "VocabularyFilterInfo", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "VocabularyFilterInfo", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "VocabularyFilters", "sensitive" : false, "setterDocumentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

\n@param vocabularyFilters The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.", "setterMethodName" : "setVocabularyFilters", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "vocabularyFilters", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "vocabularyFilters", "variableType" : "java.util.List", "documentation" : "

The list of vocabulary filters. It contains at most MaxResults number of filters. If there are more filters, call the ListVocabularyFilters operation again with the NextToken parameter in the request set to the value of the NextToken field in the response.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListVocabularyFiltersResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListVocabularyFiltersResponse", "variableName" : "listVocabularyFiltersResponse", "variableType" : "ListVocabularyFiltersResponse", "documentation" : null, "simpleType" : "ListVocabularyFiltersResponse", "variableSetterType" : "ListVocabularyFiltersResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Media" : { "c2jName" : "Media", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Describes the input media file in a transcription request.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaFileUri", "beanStyleSetterMethodName" : "setMediaFileUri", "c2jName" : "MediaFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer 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 #mediaFileUri(String)}.\n@param mediaFileUri 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 #mediaFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

\n@return The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.\n@deprecated Use {@link #mediaFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

\n@param mediaFileUri The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaFileUri(String)}\n", "documentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mediaFileUri", "fluentSetterDocumentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

\n@param mediaFileUri The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mediaFileUri", "getterDocumentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

\n@return The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.", "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" : "MediaFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MediaFileUri", "sensitive" : false, "setterDocumentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

\n@param mediaFileUri The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.", "setterMethodName" : "setMediaFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediaFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mediaFileUri", "variableType" : "String", "documentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MediaFileUri" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaFileUri", "beanStyleSetterMethodName" : "setMediaFileUri", "c2jName" : "MediaFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer 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 #mediaFileUri(String)}.\n@param mediaFileUri 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 #mediaFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

\n@return The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.\n@deprecated Use {@link #mediaFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

\n@param mediaFileUri The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaFileUri(String)}\n", "documentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mediaFileUri", "fluentSetterDocumentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

\n@param mediaFileUri The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mediaFileUri", "getterDocumentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

\n@return The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.", "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" : "MediaFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MediaFileUri", "sensitive" : false, "setterDocumentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

\n@param mediaFileUri The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.", "setterMethodName" : "setMediaFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediaFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mediaFileUri", "variableType" : "String", "documentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaFileUri", "beanStyleSetterMethodName" : "setMediaFileUri", "c2jName" : "MediaFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer 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 #mediaFileUri(String)}.\n@param mediaFileUri 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 #mediaFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

\n@return The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.\n@deprecated Use {@link #mediaFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

\n@param mediaFileUri The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaFileUri(String)}\n", "documentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mediaFileUri", "fluentSetterDocumentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

\n@param mediaFileUri The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mediaFileUri", "getterDocumentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

\n@return The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.", "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" : "MediaFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MediaFileUri", "sensitive" : false, "setterDocumentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

\n@param mediaFileUri The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.", "setterMethodName" : "setMediaFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediaFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mediaFileUri", "variableType" : "String", "documentation" : "

The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:

For example:

For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Media", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : null, "simpleType" : "Media", "variableSetterType" : "Media" }, "wrapper" : false, "xmlNamespace" : null }, "MediaFormat" : { "c2jName" : "MediaFormat", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "MP3", "value" : "mp3" }, { "name" : "MP4", "value" : "mp4" }, { "name" : "WAV", "value" : "wav" }, { "name" : "FLAC", "value" : "flac" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MediaFormat", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MediaFormat", "variableName" : "mediaFormat", "variableType" : "MediaFormat", "documentation" : null, "simpleType" : "MediaFormat", "variableSetterType" : "MediaFormat" }, "wrapper" : false, "xmlNamespace" : null }, "MedicalTranscript" : { "c2jName" : "MedicalTranscript", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Identifies the location of a medical transcript.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptFileUri", "beanStyleSetterMethodName" : "setTranscriptFileUri", "c2jName" : "TranscriptFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

\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 #transcriptFileUri(String)}.\n@param transcriptFileUri 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 #transcriptFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

\n@return The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.\n@deprecated Use {@link #transcriptFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

\n@param transcriptFileUri The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptFileUri(String)}\n", "documentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptFileUri", "fluentSetterDocumentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

\n@param transcriptFileUri The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptFileUri", "getterDocumentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

\n@return The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.", "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" : "TranscriptFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptFileUri", "sensitive" : false, "setterDocumentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

\n@param transcriptFileUri The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.", "setterMethodName" : "setTranscriptFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptFileUri", "variableType" : "String", "documentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TranscriptFileUri" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptFileUri", "beanStyleSetterMethodName" : "setTranscriptFileUri", "c2jName" : "TranscriptFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

\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 #transcriptFileUri(String)}.\n@param transcriptFileUri 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 #transcriptFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

\n@return The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.\n@deprecated Use {@link #transcriptFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

\n@param transcriptFileUri The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptFileUri(String)}\n", "documentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptFileUri", "fluentSetterDocumentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

\n@param transcriptFileUri The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptFileUri", "getterDocumentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

\n@return The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.", "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" : "TranscriptFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptFileUri", "sensitive" : false, "setterDocumentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

\n@param transcriptFileUri The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.", "setterMethodName" : "setTranscriptFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptFileUri", "variableType" : "String", "documentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptFileUri", "beanStyleSetterMethodName" : "setTranscriptFileUri", "c2jName" : "TranscriptFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

\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 #transcriptFileUri(String)}.\n@param transcriptFileUri 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 #transcriptFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

\n@return The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.\n@deprecated Use {@link #transcriptFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

\n@param transcriptFileUri The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptFileUri(String)}\n", "documentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptFileUri", "fluentSetterDocumentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

\n@param transcriptFileUri The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptFileUri", "getterDocumentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

\n@return The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.", "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" : "TranscriptFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptFileUri", "sensitive" : false, "setterDocumentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

\n@param transcriptFileUri The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.", "setterMethodName" : "setTranscriptFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptFileUri", "variableType" : "String", "documentation" : "

The S3 object location of the medical transcript.

Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MedicalTranscript", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MedicalTranscript", "variableName" : "medicalTranscript", "variableType" : "MedicalTranscript", "documentation" : null, "simpleType" : "MedicalTranscript", "variableSetterType" : "MedicalTranscript" }, "wrapper" : false, "xmlNamespace" : null }, "MedicalTranscriptionJob" : { "c2jName" : "MedicalTranscriptionJob", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The data structure that containts the information for a medical transcription job.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJobName", "beanStyleSetterMethodName" : "setMedicalTranscriptionJobName", "c2jName" : "MedicalTranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

The name for a given medical transcription job.

\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 #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName 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 #medicalTranscriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The name for a given medical transcription job.

\n@return The name for a given medical transcription job.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The name for a given medical transcription job.

\n@param medicalTranscriptionJobName The name for a given medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n", "documentation" : "

The name for a given medical transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJobName", "fluentSetterDocumentation" : "

The name for a given medical transcription job.

\n@param medicalTranscriptionJobName The name for a given medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJobName", "getterDocumentation" : "

The name for a given medical transcription job.

\n@return The name for a given medical transcription job.", "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" : "MedicalTranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MedicalTranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

The name for a given medical transcription job.

\n@param medicalTranscriptionJobName The name for a given medical transcription job.", "setterMethodName" : "setMedicalTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : "

The name for a given medical transcription job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobStatus", "beanStyleSetterMethodName" : "setTranscriptionJobStatus", "c2jName" : "TranscriptionJobStatus", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

The completion status of a medical transcription job.

\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 #transcriptionJobStatusAsString(String)}.\n@param transcriptionJobStatus 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 #transcriptionJobStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The completion status of a medical transcription job.

\n

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

\n@return The completion status of a medical transcription job.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The completion status of a medical transcription job.

\n@param transcriptionJobStatus The completion status of a medical transcription job.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatus(String)}\n", "documentation" : "

The completion status of a medical transcription job.

", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobStatus", "fluentEnumGetterMethodName" : "transcriptionJobStatus", "fluentEnumSetterMethodName" : "transcriptionJobStatus", "fluentGetterMethodName" : "transcriptionJobStatusAsString", "fluentSetterDocumentation" : "

The completion status of a medical transcription job.

\n@param transcriptionJobStatus The completion status of a medical transcription job.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus", "fluentSetterMethodName" : "transcriptionJobStatus", "getterDocumentation" : "

The completion status of a medical transcription job.

\n

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

\n@return The completion status of a medical transcription job.\n@see TranscriptionJobStatus", "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" : "TranscriptionJobStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobStatus", "sensitive" : false, "setterDocumentation" : "

The completion status of a medical transcription job.

\n@param transcriptionJobStatus The completion status of a medical transcription job.\n@see TranscriptionJobStatus", "setterMethodName" : "setTranscriptionJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : "

The completion status of a medical transcription job.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

\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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

\n

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

\n@return The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

\n@param languageCode The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

\n@param languageCode The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

\n

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

\n@return The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

\n@param languageCode The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaSampleRateHertz", "beanStyleSetterMethodName" : "setMediaSampleRateHertz", "c2jName" : "MediaSampleRateHertz", "c2jShape" : "MediaSampleRateHertz", "defaultConsumerFluentSetterDocumentation" : "

The sample rate, in Hertz, of the source audio containing medical information.

If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

\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 #mediaSampleRateHertz(Integer)}.\n@param mediaSampleRateHertz 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 #mediaSampleRateHertz(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The sample rate, in Hertz, of the source audio containing medical information.

If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

\n@return The sample rate, in Hertz, of the source audio containing medical information.

If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.\n@deprecated Use {@link #mediaSampleRateHertz()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The sample rate, in Hertz, of the source audio containing medical information.

If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

\n@param mediaSampleRateHertz The sample rate, in Hertz, of the source audio containing medical information.

If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaSampleRateHertz(Integer)}\n", "documentation" : "

The sample rate, in Hertz, of the source audio containing medical information.

If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaSampleRateHertz property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaSampleRateHertz", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mediaSampleRateHertz", "fluentSetterDocumentation" : "

The sample rate, in Hertz, of the source audio containing medical information.

If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

\n@param mediaSampleRateHertz The sample rate, in Hertz, of the source audio containing medical information.

If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mediaSampleRateHertz", "getterDocumentation" : "

The sample rate, in Hertz, of the source audio containing medical information.

If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

\n@return The sample rate, in Hertz, of the source audio containing medical information.

If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.", "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" : "MediaSampleRateHertz", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaSampleRateHertz", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MediaSampleRateHertz", "sensitive" : false, "setterDocumentation" : "

The sample rate, in Hertz, of the source audio containing medical information.

If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

\n@param mediaSampleRateHertz The sample rate, in Hertz, of the source audio containing medical information.

If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.", "setterMethodName" : "setMediaSampleRateHertz", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : "

The sample rate, in Hertz, of the source audio containing medical information.

If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaFormat", "beanStyleSetterMethodName" : "setMediaFormat", "c2jName" : "MediaFormat", "c2jShape" : "MediaFormat", "defaultConsumerFluentSetterDocumentation" : "

The format of the input media file.

\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 #mediaFormatAsString(String)}.\n@param mediaFormat 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 #mediaFormat(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

The format of the input media file.

\n

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

\n@return The format of the input media file.\n@see MediaFormat\n@deprecated Use {@link #mediaFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

The format of the input media file.

\n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat\n@deprecated Use {@link #mediaFormat(String)}\n", "documentation" : "

The format of the input media file.

", "endpointDiscoveryId" : false, "enumType" : "MediaFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaFormat", "fluentEnumGetterMethodName" : "mediaFormat", "fluentEnumSetterMethodName" : "mediaFormat", "fluentGetterMethodName" : "mediaFormatAsString", "fluentSetterDocumentation" : "

The format of the input media file.

\n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat", "fluentSetterMethodName" : "mediaFormat", "getterDocumentation" : "

The format of the input media file.

\n

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

\n@return The format of the input media file.\n@see MediaFormat", "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" : "MediaFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MediaFormat", "sensitive" : false, "setterDocumentation" : "

The format of the input media file.

\n@param mediaFormat The format of the input media file.\n@see MediaFormat", "setterMethodName" : "setMediaFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : "

The format of the input media file.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedia", "beanStyleSetterMethodName" : "setMedia", "c2jName" : "Media", "c2jShape" : "Media", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Media property for this object.\n\nThis is a convenience that creates an instance of the {@link Media.Builder} avoiding the need to create one manually via {@link Media#builder()}.\n\nWhen the {@link Consumer} completes, {@link Media.Builder#build()} is called immediately and its result is passed to {@link #media(Media)}.\n@param media a consumer that will call methods on {@link Media.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #media(Media)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Media property for this object.\n@return The value of the Media property for this object.\n@deprecated Use {@link #media()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Media property for this object.\n\n@param media The new value for the Media property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #media(Media)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Media property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedia", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "media", "fluentSetterDocumentation" : "Sets the value of the Media property for this object.\n\n@param media The new value for the Media property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "media", "getterDocumentation" : "Returns the value of the Media property for this object.\n@return The value of the Media property for this object.", "getterModel" : { "returnType" : "Media", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Media", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Media", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Media", "sensitive" : false, "setterDocumentation" : "Sets the value of the Media property for this object.\n\n@param media The new value for the Media property for this object.", "setterMethodName" : "setMedia", "setterModel" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : null, "simpleType" : "Media", "variableSetterType" : "Media" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : "", "simpleType" : "Media", "variableSetterType" : "Media" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscript", "beanStyleSetterMethodName" : "setTranscript", "c2jName" : "Transcript", "c2jShape" : "MedicalTranscript", "defaultConsumerFluentSetterDocumentation" : "

An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

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

An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

\n@return An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.\n@deprecated Use {@link #transcript()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

\n@param transcript An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcript(MedicalTranscript)}\n", "documentation" : "

An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Transcript property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscript", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcript", "fluentSetterDocumentation" : "

An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

\n@param transcript An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcript", "getterDocumentation" : "

An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

\n@return An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.", "getterModel" : { "returnType" : "MedicalTranscript", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Transcript", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Transcript", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Transcript", "sensitive" : false, "setterDocumentation" : "

An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

\n@param transcript An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.", "setterMethodName" : "setTranscript", "setterModel" : { "variableDeclarationType" : "MedicalTranscript", "variableName" : "transcript", "variableType" : "MedicalTranscript", "documentation" : null, "simpleType" : "MedicalTranscript", "variableSetterType" : "MedicalTranscript" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MedicalTranscript", "variableName" : "transcript", "variableType" : "MedicalTranscript", "documentation" : "

An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

", "simpleType" : "MedicalTranscript", "variableSetterType" : "MedicalTranscript" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

A timestamp that shows when the job started processing.

\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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A timestamp that shows when the job started processing.

\n@return A timestamp that shows when the job started processing.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A timestamp that shows when the job started processing.

\n@param startTime A timestamp that shows when the job started processing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

A timestamp that shows when the job started processing.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

A timestamp that shows when the job started processing.

\n@param startTime A timestamp that shows when the job started processing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

A timestamp that shows when the job started processing.

\n@return A timestamp that shows when the job started processing.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

A timestamp that shows when the job started processing.

\n@param startTime A timestamp that shows when the job started processing.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

A timestamp that shows when the job started processing.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "CreationTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

A timestamp that shows when the job was created.

\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 #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A timestamp that shows when the job was created.

\n@return A timestamp that shows when the job was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A timestamp that shows when the job was created.

\n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

A timestamp that shows when the job was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

A timestamp that shows when the job was created.

\n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

A timestamp that shows when the job was created.

\n@return A timestamp that shows when the job was created.", "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" : "CreationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

A timestamp that shows when the job was created.

\n@param creationTime A timestamp that shows when the job was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

A timestamp that shows when the job was created.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletionTime", "beanStyleSetterMethodName" : "setCompletionTime", "c2jName" : "CompletionTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

A timestamp that shows when the job was completed.

\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 #completionTime(Instant)}.\n@param completionTime 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 #completionTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

A timestamp that shows when the job was completed.

\n@return A timestamp that shows when the job was completed.\n@deprecated Use {@link #completionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

A timestamp that shows when the job was completed.

\n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n", "documentation" : "

A timestamp that shows when the job was completed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completionTime", "fluentSetterDocumentation" : "

A timestamp that shows when the job was completed.

\n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completionTime", "getterDocumentation" : "

A timestamp that shows when the job was completed.

\n@return A timestamp that shows when the job was completed.", "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" : "CompletionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CompletionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletionTime", "sensitive" : false, "setterDocumentation" : "

A timestamp that shows when the job was completed.

\n@param completionTime A timestamp that shows when the job was completed.", "setterMethodName" : "setCompletionTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : "

A timestamp that shows when the job was completed.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

The FailureReason field contains one of the following values:

  • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

  • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

  • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

  • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

  • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

  • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services 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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

The FailureReason field contains one of the following values:

  • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

  • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

  • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

  • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

  • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

  • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

\n@return If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

The FailureReason field contains one of the following values:

  • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

  • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

  • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

  • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

  • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

  • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

  • \n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

    If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

    The FailureReason field contains one of the following values:

    • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

    • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

    • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

    • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

    • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

    • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

    \n@param failureReason If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

    The FailureReason field contains one of the following values:

    • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

    • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

    • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

    • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

    • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

    • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

    • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

      If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

      The FailureReason field contains one of the following values:

      • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

      • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

      • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

      • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

      • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

      • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

      If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

      The FailureReason field contains one of the following values:

      • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

      • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

      • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

      • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

      • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

      • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

      \n@param failureReason If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

      The FailureReason field contains one of the following values:

      • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

      • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

      • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

      • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

      • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

      • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

        If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

        The FailureReason field contains one of the following values:

        • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

        • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

        • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

        • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

        • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

        • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

        \n@return If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

        The FailureReason field contains one of the following values:

        • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

        • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

        • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

        • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

        • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

        • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services 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" : "FailureReason", "queryString" : false, "requiresLength" : 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" : "

          If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

          The FailureReason field contains one of the following values:

          • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

          • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

          • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

          • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

          • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

          • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

          \n@param failureReason If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

          The FailureReason field contains one of the following values:

          • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

          • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

          • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

          • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

          • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

          • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

          • ", "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" : "

            If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

            The FailureReason field contains one of the following values:

            • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

            • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

            • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

            • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

            • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

            • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSettings", "beanStyleSetterMethodName" : "setSettings", "c2jName" : "Settings", "c2jShape" : "MedicalTranscriptionSetting", "defaultConsumerFluentSetterDocumentation" : "

            Object that contains object.

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

            Object that contains object.

            \n@return Object that contains object.\n@deprecated Use {@link #settings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

            Object that contains object.

            \n@param settings Object that contains object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #settings(MedicalTranscriptionSetting)}\n", "documentation" : "

            Object that contains object.

            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Settings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "settings", "fluentSetterDocumentation" : "

            Object that contains object.

            \n@param settings Object that contains object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "settings", "getterDocumentation" : "

            Object that contains object.

            \n@return Object that contains object.", "getterModel" : { "returnType" : "MedicalTranscriptionSetting", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Settings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Settings", "sensitive" : false, "setterDocumentation" : "

            Object that contains object.

            \n@param settings Object that contains object.", "setterMethodName" : "setSettings", "setterModel" : { "variableDeclarationType" : "MedicalTranscriptionSetting", "variableName" : "settings", "variableType" : "MedicalTranscriptionSetting", "documentation" : null, "simpleType" : "MedicalTranscriptionSetting", "variableSetterType" : "MedicalTranscriptionSetting" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MedicalTranscriptionSetting", "variableName" : "settings", "variableType" : "MedicalTranscriptionSetting", "documentation" : "

            Object that contains object.

            ", "simpleType" : "MedicalTranscriptionSetting", "variableSetterType" : "MedicalTranscriptionSetting" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSpecialty", "beanStyleSetterMethodName" : "setSpecialty", "c2jName" : "Specialty", "c2jShape" : "Specialty", "defaultConsumerFluentSetterDocumentation" : "

            The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

            • Family Medicine

            \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 #specialtyAsString(String)}.\n@param specialty 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 #specialty(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

            The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

            • Family Medicine

            \n

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

            \n@return The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

            • Family Medicine

            • \n@see Specialty\n@deprecated Use {@link #specialtyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

              The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

              • Family Medicine

              \n@param specialty The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

              • Family Medicine

              • \n@see Specialty\n@return Returns a reference to this object so that method calls can be chained together.\n@see Specialty\n@deprecated Use {@link #specialty(String)}\n", "documentation" : "

                The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                • Family Medicine

                ", "endpointDiscoveryId" : false, "enumType" : "Specialty", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Specialty property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSpecialty", "fluentEnumGetterMethodName" : "specialty", "fluentEnumSetterMethodName" : "specialty", "fluentGetterMethodName" : "specialtyAsString", "fluentSetterDocumentation" : "

                The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                • Family Medicine

                \n@param specialty The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                • Family Medicine

                • \n@see Specialty\n@return Returns a reference to this object so that method calls can be chained together.\n@see Specialty", "fluentSetterMethodName" : "specialty", "getterDocumentation" : "

                  The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                  • Family Medicine

                  \n

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

                  \n@return The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                  • Family Medicine

                  • \n@see Specialty", "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" : "Specialty", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Specialty", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Specialty", "sensitive" : false, "setterDocumentation" : "

                    The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                    • Family Medicine

                    \n@param specialty The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                    • Family Medicine

                    • \n@see Specialty", "setterMethodName" : "setSpecialty", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "specialty", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "specialty", "variableType" : "String", "documentation" : "

                      The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                      • Family Medicine

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "Type", "defaultConsumerFluentSetterDocumentation" : "

                      The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                      \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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                      \n

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

                      \n@return The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med\n@see Type\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                      \n@param type The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med\n@see Type\n@return Returns a reference to this object so that method calls can be chained together.\n@see Type\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                      The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                      ", "endpointDiscoveryId" : false, "enumType" : "Type", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                      The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                      \n@param type The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med\n@see Type\n@return Returns a reference to this object so that method calls can be chained together.\n@see Type", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                      The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                      \n

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

                      \n@return The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med\n@see Type", "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, "requiresLength" : 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 speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                      \n@param type The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med\n@see Type", "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 speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CompletionTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletionTime", "beanStyleSetterMethodName" : "setCompletionTime", "c2jName" : "CompletionTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                      A timestamp that shows when the job was completed.

                      \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 #completionTime(Instant)}.\n@param completionTime 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 #completionTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      A timestamp that shows when the job was completed.

                      \n@return A timestamp that shows when the job was completed.\n@deprecated Use {@link #completionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      A timestamp that shows when the job was completed.

                      \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n", "documentation" : "

                      A timestamp that shows when the job was completed.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completionTime", "fluentSetterDocumentation" : "

                      A timestamp that shows when the job was completed.

                      \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completionTime", "getterDocumentation" : "

                      A timestamp that shows when the job was completed.

                      \n@return A timestamp that shows when the job was completed.", "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" : "CompletionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CompletionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletionTime", "sensitive" : false, "setterDocumentation" : "

                      A timestamp that shows when the job was completed.

                      \n@param completionTime A timestamp that shows when the job was completed.", "setterMethodName" : "setCompletionTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : "

                      A timestamp that shows when the job was completed.

                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "CreationTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                      A timestamp that shows when the job was created.

                      \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 #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      A timestamp that shows when the job was created.

                      \n@return A timestamp that shows when the job was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                      A timestamp that shows when the job was created.

                      \n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

                      A timestamp that shows when the job was created.

                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

                      A timestamp that shows when the job was created.

                      \n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

                      A timestamp that shows when the job was created.

                      \n@return A timestamp that shows when the job was created.", "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" : "CreationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

                      A timestamp that shows when the job was created.

                      \n@param creationTime A timestamp that shows when the job was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

                      A timestamp that shows when the job was created.

                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FailureReason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

                      If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                      The FailureReason field contains one of the following values:

                      • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                      • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                      • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                      • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                      • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                      • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services 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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                      If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                      The FailureReason field contains one of the following values:

                      • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                      • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                      • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                      • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                      • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                      • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                      \n@return If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                      The FailureReason field contains one of the following values:

                      • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                      • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                      • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                      • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                      • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                      • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                      • \n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                        If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                        The FailureReason field contains one of the following values:

                        • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                        • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                        • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                        • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                        • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                        • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                        \n@param failureReason If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                        The FailureReason field contains one of the following values:

                        • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                        • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                        • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                        • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                        • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                        • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

                          If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                          The FailureReason field contains one of the following values:

                          • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                          • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                          • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                          • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                          • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                          • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

                          If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                          The FailureReason field contains one of the following values:

                          • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                          • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                          • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                          • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                          • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                          • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                          \n@param failureReason If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                          The FailureReason field contains one of the following values:

                          • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                          • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                          • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                          • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                          • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                          • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

                            If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                            The FailureReason field contains one of the following values:

                            • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                            • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                            • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                            • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                            • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                            • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                            \n@return If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                            The FailureReason field contains one of the following values:

                            • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                            • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                            • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                            • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                            • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                            • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services 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" : "FailureReason", "queryString" : false, "requiresLength" : 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" : "

                              If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                              The FailureReason field contains one of the following values:

                              • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                              • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                              • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                              • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                              • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                              • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                              \n@param failureReason If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                              The FailureReason field contains one of the following values:

                              • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                              • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                              • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                              • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                              • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                              • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                              • ", "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" : "

                                If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                The FailureReason field contains one of the following values:

                                • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                                • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                                • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

                                \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

                                \n

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

                                \n@return The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

                                \n@param languageCode The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

                                ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

                                \n@param languageCode The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

                                \n

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

                                \n@return The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

                                \n@param languageCode The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Media" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedia", "beanStyleSetterMethodName" : "setMedia", "c2jName" : "Media", "c2jShape" : "Media", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Media property for this object.\n\nThis is a convenience that creates an instance of the {@link Media.Builder} avoiding the need to create one manually via {@link Media#builder()}.\n\nWhen the {@link Consumer} completes, {@link Media.Builder#build()} is called immediately and its result is passed to {@link #media(Media)}.\n@param media a consumer that will call methods on {@link Media.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #media(Media)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Media property for this object.\n@return The value of the Media property for this object.\n@deprecated Use {@link #media()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Media property for this object.\n\n@param media The new value for the Media property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #media(Media)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Media property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedia", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "media", "fluentSetterDocumentation" : "Sets the value of the Media property for this object.\n\n@param media The new value for the Media property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "media", "getterDocumentation" : "Returns the value of the Media property for this object.\n@return The value of the Media property for this object.", "getterModel" : { "returnType" : "Media", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Media", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Media", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Media", "sensitive" : false, "setterDocumentation" : "Sets the value of the Media property for this object.\n\n@param media The new value for the Media property for this object.", "setterMethodName" : "setMedia", "setterModel" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : null, "simpleType" : "Media", "variableSetterType" : "Media" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : "", "simpleType" : "Media", "variableSetterType" : "Media" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MediaFormat" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaFormat", "beanStyleSetterMethodName" : "setMediaFormat", "c2jName" : "MediaFormat", "c2jShape" : "MediaFormat", "defaultConsumerFluentSetterDocumentation" : "

                                The format of the input media file.

                                \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 #mediaFormatAsString(String)}.\n@param mediaFormat 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 #mediaFormat(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The format of the input media file.

                                \n

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

                                \n@return The format of the input media file.\n@see MediaFormat\n@deprecated Use {@link #mediaFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The format of the input media file.

                                \n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat\n@deprecated Use {@link #mediaFormat(String)}\n", "documentation" : "

                                The format of the input media file.

                                ", "endpointDiscoveryId" : false, "enumType" : "MediaFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaFormat", "fluentEnumGetterMethodName" : "mediaFormat", "fluentEnumSetterMethodName" : "mediaFormat", "fluentGetterMethodName" : "mediaFormatAsString", "fluentSetterDocumentation" : "

                                The format of the input media file.

                                \n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat", "fluentSetterMethodName" : "mediaFormat", "getterDocumentation" : "

                                The format of the input media file.

                                \n

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

                                \n@return The format of the input media file.\n@see MediaFormat", "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" : "MediaFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MediaFormat", "sensitive" : false, "setterDocumentation" : "

                                The format of the input media file.

                                \n@param mediaFormat The format of the input media file.\n@see MediaFormat", "setterMethodName" : "setMediaFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : "

                                The format of the input media file.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MediaSampleRateHertz" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaSampleRateHertz", "beanStyleSetterMethodName" : "setMediaSampleRateHertz", "c2jName" : "MediaSampleRateHertz", "c2jShape" : "MediaSampleRateHertz", "defaultConsumerFluentSetterDocumentation" : "

                                The sample rate, in Hertz, of the source audio containing medical information.

                                If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

                                \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 #mediaSampleRateHertz(Integer)}.\n@param mediaSampleRateHertz 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 #mediaSampleRateHertz(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The sample rate, in Hertz, of the source audio containing medical information.

                                If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

                                \n@return The sample rate, in Hertz, of the source audio containing medical information.

                                If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.\n@deprecated Use {@link #mediaSampleRateHertz()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The sample rate, in Hertz, of the source audio containing medical information.

                                If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

                                \n@param mediaSampleRateHertz The sample rate, in Hertz, of the source audio containing medical information.

                                If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaSampleRateHertz(Integer)}\n", "documentation" : "

                                The sample rate, in Hertz, of the source audio containing medical information.

                                If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaSampleRateHertz property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaSampleRateHertz", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mediaSampleRateHertz", "fluentSetterDocumentation" : "

                                The sample rate, in Hertz, of the source audio containing medical information.

                                If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

                                \n@param mediaSampleRateHertz The sample rate, in Hertz, of the source audio containing medical information.

                                If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mediaSampleRateHertz", "getterDocumentation" : "

                                The sample rate, in Hertz, of the source audio containing medical information.

                                If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

                                \n@return The sample rate, in Hertz, of the source audio containing medical information.

                                If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.", "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" : "MediaSampleRateHertz", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaSampleRateHertz", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MediaSampleRateHertz", "sensitive" : false, "setterDocumentation" : "

                                The sample rate, in Hertz, of the source audio containing medical information.

                                If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

                                \n@param mediaSampleRateHertz The sample rate, in Hertz, of the source audio containing medical information.

                                If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.", "setterMethodName" : "setMediaSampleRateHertz", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : "

                                The sample rate, in Hertz, of the source audio containing medical information.

                                If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

                                ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MedicalTranscriptionJobName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJobName", "beanStyleSetterMethodName" : "setMedicalTranscriptionJobName", "c2jName" : "MedicalTranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

                                The name for a given medical transcription job.

                                \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 #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName 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 #medicalTranscriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The name for a given medical transcription job.

                                \n@return The name for a given medical transcription job.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                The name for a given medical transcription job.

                                \n@param medicalTranscriptionJobName The name for a given medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n", "documentation" : "

                                The name for a given medical transcription job.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJobName", "fluentSetterDocumentation" : "

                                The name for a given medical transcription job.

                                \n@param medicalTranscriptionJobName The name for a given medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJobName", "getterDocumentation" : "

                                The name for a given medical transcription job.

                                \n@return The name for a given medical transcription job.", "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" : "MedicalTranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MedicalTranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

                                The name for a given medical transcription job.

                                \n@param medicalTranscriptionJobName The name for a given medical transcription job.", "setterMethodName" : "setMedicalTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : "

                                The name for a given medical transcription job.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Settings" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSettings", "beanStyleSetterMethodName" : "setSettings", "c2jName" : "Settings", "c2jShape" : "MedicalTranscriptionSetting", "defaultConsumerFluentSetterDocumentation" : "

                                Object that contains object.

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

                                Object that contains object.

                                \n@return Object that contains object.\n@deprecated Use {@link #settings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                Object that contains object.

                                \n@param settings Object that contains object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #settings(MedicalTranscriptionSetting)}\n", "documentation" : "

                                Object that contains object.

                                ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Settings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "settings", "fluentSetterDocumentation" : "

                                Object that contains object.

                                \n@param settings Object that contains object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "settings", "getterDocumentation" : "

                                Object that contains object.

                                \n@return Object that contains object.", "getterModel" : { "returnType" : "MedicalTranscriptionSetting", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Settings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Settings", "sensitive" : false, "setterDocumentation" : "

                                Object that contains object.

                                \n@param settings Object that contains object.", "setterMethodName" : "setSettings", "setterModel" : { "variableDeclarationType" : "MedicalTranscriptionSetting", "variableName" : "settings", "variableType" : "MedicalTranscriptionSetting", "documentation" : null, "simpleType" : "MedicalTranscriptionSetting", "variableSetterType" : "MedicalTranscriptionSetting" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MedicalTranscriptionSetting", "variableName" : "settings", "variableType" : "MedicalTranscriptionSetting", "documentation" : "

                                Object that contains object.

                                ", "simpleType" : "MedicalTranscriptionSetting", "variableSetterType" : "MedicalTranscriptionSetting" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Specialty" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSpecialty", "beanStyleSetterMethodName" : "setSpecialty", "c2jName" : "Specialty", "c2jShape" : "Specialty", "defaultConsumerFluentSetterDocumentation" : "

                                The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                • Family Medicine

                                \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 #specialtyAsString(String)}.\n@param specialty 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 #specialty(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                • Family Medicine

                                \n

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

                                \n@return The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                • Family Medicine

                                • \n@see Specialty\n@deprecated Use {@link #specialtyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                  The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                  • Family Medicine

                                  \n@param specialty The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                  • Family Medicine

                                  • \n@see Specialty\n@return Returns a reference to this object so that method calls can be chained together.\n@see Specialty\n@deprecated Use {@link #specialty(String)}\n", "documentation" : "

                                    The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                    • Family Medicine

                                    ", "endpointDiscoveryId" : false, "enumType" : "Specialty", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Specialty property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSpecialty", "fluentEnumGetterMethodName" : "specialty", "fluentEnumSetterMethodName" : "specialty", "fluentGetterMethodName" : "specialtyAsString", "fluentSetterDocumentation" : "

                                    The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                    • Family Medicine

                                    \n@param specialty The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                    • Family Medicine

                                    • \n@see Specialty\n@return Returns a reference to this object so that method calls can be chained together.\n@see Specialty", "fluentSetterMethodName" : "specialty", "getterDocumentation" : "

                                      The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                      • Family Medicine

                                      \n

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

                                      \n@return The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                      • Family Medicine

                                      • \n@see Specialty", "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" : "Specialty", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Specialty", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Specialty", "sensitive" : false, "setterDocumentation" : "

                                        The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                        • Family Medicine

                                        \n@param specialty The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                        • Family Medicine

                                        • \n@see Specialty", "setterMethodName" : "setSpecialty", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "specialty", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "specialty", "variableType" : "String", "documentation" : "

                                          The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                          • Family Medicine

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                          A timestamp that shows when the job started processing.

                                          \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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                          A timestamp that shows when the job started processing.

                                          \n@return A timestamp that shows when the job started processing.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          A timestamp that shows when the job started processing.

                                          \n@param startTime A timestamp that shows when the job started processing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                          A timestamp that shows when the job started processing.

                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                          A timestamp that shows when the job started processing.

                                          \n@param startTime A timestamp that shows when the job started processing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                          A timestamp that shows when the job started processing.

                                          \n@return A timestamp that shows when the job started processing.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                          A timestamp that shows when the job started processing.

                                          \n@param startTime A timestamp that shows when the job started processing.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                          A timestamp that shows when the job started processing.

                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Transcript" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscript", "beanStyleSetterMethodName" : "setTranscript", "c2jName" : "Transcript", "c2jShape" : "MedicalTranscript", "defaultConsumerFluentSetterDocumentation" : "

                                          An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

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

                                          An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

                                          \n@return An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.\n@deprecated Use {@link #transcript()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

                                          \n@param transcript An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcript(MedicalTranscript)}\n", "documentation" : "

                                          An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Transcript property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscript", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcript", "fluentSetterDocumentation" : "

                                          An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

                                          \n@param transcript An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcript", "getterDocumentation" : "

                                          An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

                                          \n@return An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.", "getterModel" : { "returnType" : "MedicalTranscript", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Transcript", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Transcript", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Transcript", "sensitive" : false, "setterDocumentation" : "

                                          An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

                                          \n@param transcript An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.", "setterMethodName" : "setTranscript", "setterModel" : { "variableDeclarationType" : "MedicalTranscript", "variableName" : "transcript", "variableType" : "MedicalTranscript", "documentation" : null, "simpleType" : "MedicalTranscript", "variableSetterType" : "MedicalTranscript" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MedicalTranscript", "variableName" : "transcript", "variableType" : "MedicalTranscript", "documentation" : "

                                          An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

                                          ", "simpleType" : "MedicalTranscript", "variableSetterType" : "MedicalTranscript" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TranscriptionJobStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobStatus", "beanStyleSetterMethodName" : "setTranscriptionJobStatus", "c2jName" : "TranscriptionJobStatus", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                          The completion status of a medical transcription job.

                                          \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 #transcriptionJobStatusAsString(String)}.\n@param transcriptionJobStatus 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 #transcriptionJobStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                          The completion status of a medical transcription job.

                                          \n

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

                                          \n@return The completion status of a medical transcription job.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          The completion status of a medical transcription job.

                                          \n@param transcriptionJobStatus The completion status of a medical transcription job.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatus(String)}\n", "documentation" : "

                                          The completion status of a medical transcription job.

                                          ", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobStatus", "fluentEnumGetterMethodName" : "transcriptionJobStatus", "fluentEnumSetterMethodName" : "transcriptionJobStatus", "fluentGetterMethodName" : "transcriptionJobStatusAsString", "fluentSetterDocumentation" : "

                                          The completion status of a medical transcription job.

                                          \n@param transcriptionJobStatus The completion status of a medical transcription job.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus", "fluentSetterMethodName" : "transcriptionJobStatus", "getterDocumentation" : "

                                          The completion status of a medical transcription job.

                                          \n

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

                                          \n@return The completion status of a medical transcription job.\n@see TranscriptionJobStatus", "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" : "TranscriptionJobStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobStatus", "sensitive" : false, "setterDocumentation" : "

                                          The completion status of a medical transcription job.

                                          \n@param transcriptionJobStatus The completion status of a medical transcription job.\n@see TranscriptionJobStatus", "setterMethodName" : "setTranscriptionJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : "

                                          The completion status of a medical transcription job.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Type" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "Type", "defaultConsumerFluentSetterDocumentation" : "

                                          The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                                          \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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                          The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                                          \n

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

                                          \n@return The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med\n@see Type\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                                          \n@param type The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med\n@see Type\n@return Returns a reference to this object so that method calls can be chained together.\n@see Type\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                          The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                                          ", "endpointDiscoveryId" : false, "enumType" : "Type", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                          The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                                          \n@param type The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med\n@see Type\n@return Returns a reference to this object so that method calls can be chained together.\n@see Type", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                          The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                                          \n

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

                                          \n@return The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med\n@see Type", "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, "requiresLength" : 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 speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                                          \n@param type The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med\n@see Type", "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 speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJobName", "beanStyleSetterMethodName" : "setMedicalTranscriptionJobName", "c2jName" : "MedicalTranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

                                          The name for a given medical transcription job.

                                          \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 #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName 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 #medicalTranscriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                          The name for a given medical transcription job.

                                          \n@return The name for a given medical transcription job.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          The name for a given medical transcription job.

                                          \n@param medicalTranscriptionJobName The name for a given medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n", "documentation" : "

                                          The name for a given medical transcription job.

                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJobName", "fluentSetterDocumentation" : "

                                          The name for a given medical transcription job.

                                          \n@param medicalTranscriptionJobName The name for a given medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJobName", "getterDocumentation" : "

                                          The name for a given medical transcription job.

                                          \n@return The name for a given medical transcription job.", "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" : "MedicalTranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MedicalTranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

                                          The name for a given medical transcription job.

                                          \n@param medicalTranscriptionJobName The name for a given medical transcription job.", "setterMethodName" : "setMedicalTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : "

                                          The name for a given medical transcription job.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobStatus", "beanStyleSetterMethodName" : "setTranscriptionJobStatus", "c2jName" : "TranscriptionJobStatus", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                          The completion status of a medical transcription job.

                                          \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 #transcriptionJobStatusAsString(String)}.\n@param transcriptionJobStatus 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 #transcriptionJobStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                          The completion status of a medical transcription job.

                                          \n

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

                                          \n@return The completion status of a medical transcription job.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          The completion status of a medical transcription job.

                                          \n@param transcriptionJobStatus The completion status of a medical transcription job.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatus(String)}\n", "documentation" : "

                                          The completion status of a medical transcription job.

                                          ", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobStatus", "fluentEnumGetterMethodName" : "transcriptionJobStatus", "fluentEnumSetterMethodName" : "transcriptionJobStatus", "fluentGetterMethodName" : "transcriptionJobStatusAsString", "fluentSetterDocumentation" : "

                                          The completion status of a medical transcription job.

                                          \n@param transcriptionJobStatus The completion status of a medical transcription job.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus", "fluentSetterMethodName" : "transcriptionJobStatus", "getterDocumentation" : "

                                          The completion status of a medical transcription job.

                                          \n

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

                                          \n@return The completion status of a medical transcription job.\n@see TranscriptionJobStatus", "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" : "TranscriptionJobStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobStatus", "sensitive" : false, "setterDocumentation" : "

                                          The completion status of a medical transcription job.

                                          \n@param transcriptionJobStatus The completion status of a medical transcription job.\n@see TranscriptionJobStatus", "setterMethodName" : "setTranscriptionJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : "

                                          The completion status of a medical transcription job.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                          The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

                                          \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                          The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

                                          \n

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

                                          \n@return The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

                                          \n@param languageCode The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                          The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

                                          ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                          The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

                                          \n@param languageCode The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                          The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

                                          \n

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

                                          \n@return The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                          The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

                                          \n@param languageCode The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                          The language code for the language spoken in the source audio file. US English (en-US) is the only supported language for medical transcriptions. Any other value you enter for language code results in a BadRequestException error.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaSampleRateHertz", "beanStyleSetterMethodName" : "setMediaSampleRateHertz", "c2jName" : "MediaSampleRateHertz", "c2jShape" : "MediaSampleRateHertz", "defaultConsumerFluentSetterDocumentation" : "

                                          The sample rate, in Hertz, of the source audio containing medical information.

                                          If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

                                          \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 #mediaSampleRateHertz(Integer)}.\n@param mediaSampleRateHertz 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 #mediaSampleRateHertz(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                          The sample rate, in Hertz, of the source audio containing medical information.

                                          If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

                                          \n@return The sample rate, in Hertz, of the source audio containing medical information.

                                          If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.\n@deprecated Use {@link #mediaSampleRateHertz()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          The sample rate, in Hertz, of the source audio containing medical information.

                                          If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

                                          \n@param mediaSampleRateHertz The sample rate, in Hertz, of the source audio containing medical information.

                                          If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaSampleRateHertz(Integer)}\n", "documentation" : "

                                          The sample rate, in Hertz, of the source audio containing medical information.

                                          If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaSampleRateHertz property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaSampleRateHertz", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mediaSampleRateHertz", "fluentSetterDocumentation" : "

                                          The sample rate, in Hertz, of the source audio containing medical information.

                                          If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

                                          \n@param mediaSampleRateHertz The sample rate, in Hertz, of the source audio containing medical information.

                                          If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mediaSampleRateHertz", "getterDocumentation" : "

                                          The sample rate, in Hertz, of the source audio containing medical information.

                                          If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

                                          \n@return The sample rate, in Hertz, of the source audio containing medical information.

                                          If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.", "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" : "MediaSampleRateHertz", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaSampleRateHertz", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MediaSampleRateHertz", "sensitive" : false, "setterDocumentation" : "

                                          The sample rate, in Hertz, of the source audio containing medical information.

                                          If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

                                          \n@param mediaSampleRateHertz The sample rate, in Hertz, of the source audio containing medical information.

                                          If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.", "setterMethodName" : "setMediaSampleRateHertz", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : "

                                          The sample rate, in Hertz, of the source audio containing medical information.

                                          If you don't specify the sample rate, Amazon Transcribe Medical determines it for you. If you choose to specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleHertz blank and let Amazon Transcribe Medical determine the sample rate.

                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaFormat", "beanStyleSetterMethodName" : "setMediaFormat", "c2jName" : "MediaFormat", "c2jShape" : "MediaFormat", "defaultConsumerFluentSetterDocumentation" : "

                                          The format of the input media file.

                                          \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 #mediaFormatAsString(String)}.\n@param mediaFormat 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 #mediaFormat(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                          The format of the input media file.

                                          \n

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

                                          \n@return The format of the input media file.\n@see MediaFormat\n@deprecated Use {@link #mediaFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          The format of the input media file.

                                          \n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat\n@deprecated Use {@link #mediaFormat(String)}\n", "documentation" : "

                                          The format of the input media file.

                                          ", "endpointDiscoveryId" : false, "enumType" : "MediaFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaFormat", "fluentEnumGetterMethodName" : "mediaFormat", "fluentEnumSetterMethodName" : "mediaFormat", "fluentGetterMethodName" : "mediaFormatAsString", "fluentSetterDocumentation" : "

                                          The format of the input media file.

                                          \n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat", "fluentSetterMethodName" : "mediaFormat", "getterDocumentation" : "

                                          The format of the input media file.

                                          \n

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

                                          \n@return The format of the input media file.\n@see MediaFormat", "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" : "MediaFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MediaFormat", "sensitive" : false, "setterDocumentation" : "

                                          The format of the input media file.

                                          \n@param mediaFormat The format of the input media file.\n@see MediaFormat", "setterMethodName" : "setMediaFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : "

                                          The format of the input media file.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedia", "beanStyleSetterMethodName" : "setMedia", "c2jName" : "Media", "c2jShape" : "Media", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Media property for this object.\n\nThis is a convenience that creates an instance of the {@link Media.Builder} avoiding the need to create one manually via {@link Media#builder()}.\n\nWhen the {@link Consumer} completes, {@link Media.Builder#build()} is called immediately and its result is passed to {@link #media(Media)}.\n@param media a consumer that will call methods on {@link Media.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #media(Media)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Media property for this object.\n@return The value of the Media property for this object.\n@deprecated Use {@link #media()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Media property for this object.\n\n@param media The new value for the Media property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #media(Media)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Media property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedia", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "media", "fluentSetterDocumentation" : "Sets the value of the Media property for this object.\n\n@param media The new value for the Media property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "media", "getterDocumentation" : "Returns the value of the Media property for this object.\n@return The value of the Media property for this object.", "getterModel" : { "returnType" : "Media", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Media", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Media", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Media", "sensitive" : false, "setterDocumentation" : "Sets the value of the Media property for this object.\n\n@param media The new value for the Media property for this object.", "setterMethodName" : "setMedia", "setterModel" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : null, "simpleType" : "Media", "variableSetterType" : "Media" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : "", "simpleType" : "Media", "variableSetterType" : "Media" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscript", "beanStyleSetterMethodName" : "setTranscript", "c2jName" : "Transcript", "c2jShape" : "MedicalTranscript", "defaultConsumerFluentSetterDocumentation" : "

                                          An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

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

                                          An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

                                          \n@return An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.\n@deprecated Use {@link #transcript()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

                                          \n@param transcript An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcript(MedicalTranscript)}\n", "documentation" : "

                                          An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Transcript property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscript", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcript", "fluentSetterDocumentation" : "

                                          An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

                                          \n@param transcript An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcript", "getterDocumentation" : "

                                          An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

                                          \n@return An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.", "getterModel" : { "returnType" : "MedicalTranscript", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Transcript", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Transcript", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Transcript", "sensitive" : false, "setterDocumentation" : "

                                          An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

                                          \n@param transcript An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.", "setterMethodName" : "setTranscript", "setterModel" : { "variableDeclarationType" : "MedicalTranscript", "variableName" : "transcript", "variableType" : "MedicalTranscript", "documentation" : null, "simpleType" : "MedicalTranscript", "variableSetterType" : "MedicalTranscript" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MedicalTranscript", "variableName" : "transcript", "variableType" : "MedicalTranscript", "documentation" : "

                                          An object that contains the MedicalTranscript. The MedicalTranscript contains the TranscriptFileUri.

                                          ", "simpleType" : "MedicalTranscript", "variableSetterType" : "MedicalTranscript" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                          A timestamp that shows when the job started processing.

                                          \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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                          A timestamp that shows when the job started processing.

                                          \n@return A timestamp that shows when the job started processing.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          A timestamp that shows when the job started processing.

                                          \n@param startTime A timestamp that shows when the job started processing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                          A timestamp that shows when the job started processing.

                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                          A timestamp that shows when the job started processing.

                                          \n@param startTime A timestamp that shows when the job started processing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                          A timestamp that shows when the job started processing.

                                          \n@return A timestamp that shows when the job started processing.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                          A timestamp that shows when the job started processing.

                                          \n@param startTime A timestamp that shows when the job started processing.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                          A timestamp that shows when the job started processing.

                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "CreationTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                          A timestamp that shows when the job was created.

                                          \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 #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                          A timestamp that shows when the job was created.

                                          \n@return A timestamp that shows when the job was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          A timestamp that shows when the job was created.

                                          \n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

                                          A timestamp that shows when the job was created.

                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

                                          A timestamp that shows when the job was created.

                                          \n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

                                          A timestamp that shows when the job was created.

                                          \n@return A timestamp that shows when the job was created.", "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" : "CreationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

                                          A timestamp that shows when the job was created.

                                          \n@param creationTime A timestamp that shows when the job was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

                                          A timestamp that shows when the job was created.

                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletionTime", "beanStyleSetterMethodName" : "setCompletionTime", "c2jName" : "CompletionTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                          A timestamp that shows when the job was completed.

                                          \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 #completionTime(Instant)}.\n@param completionTime 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 #completionTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                          A timestamp that shows when the job was completed.

                                          \n@return A timestamp that shows when the job was completed.\n@deprecated Use {@link #completionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                          A timestamp that shows when the job was completed.

                                          \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n", "documentation" : "

                                          A timestamp that shows when the job was completed.

                                          ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completionTime", "fluentSetterDocumentation" : "

                                          A timestamp that shows when the job was completed.

                                          \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completionTime", "getterDocumentation" : "

                                          A timestamp that shows when the job was completed.

                                          \n@return A timestamp that shows when the job was completed.", "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" : "CompletionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CompletionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletionTime", "sensitive" : false, "setterDocumentation" : "

                                          A timestamp that shows when the job was completed.

                                          \n@param completionTime A timestamp that shows when the job was completed.", "setterMethodName" : "setCompletionTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : "

                                          A timestamp that shows when the job was completed.

                                          ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

                                          If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                          The FailureReason field contains one of the following values:

                                          • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                          • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                                          • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                          • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                          • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                                          • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services 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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                          If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                          The FailureReason field contains one of the following values:

                                          • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                          • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                                          • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                          • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                          • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                                          • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                                          \n@return If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                          The FailureReason field contains one of the following values:

                                          • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                          • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                                          • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                          • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                          • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                                          • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                                          • \n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                            If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                            The FailureReason field contains one of the following values:

                                            • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                            • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                                            • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                            • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                            • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                                            • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                                            \n@param failureReason If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                            The FailureReason field contains one of the following values:

                                            • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                            • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                                            • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                            • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                            • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                                            • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                                            • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

                                              If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                              The FailureReason field contains one of the following values:

                                              • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                              • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                                              • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                              • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                              • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                                              • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

                                              If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                              The FailureReason field contains one of the following values:

                                              • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                              • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                                              • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                              • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                              • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                                              • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                                              \n@param failureReason If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                              The FailureReason field contains one of the following values:

                                              • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                              • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                                              • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                              • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                              • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                                              • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

                                                If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                The FailureReason field contains one of the following values:

                                                • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                                                • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                                                • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                                                \n@return If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                The FailureReason field contains one of the following values:

                                                • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                                                • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                                                • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services 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" : "FailureReason", "queryString" : false, "requiresLength" : 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" : "

                                                  If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                  The FailureReason field contains one of the following values:

                                                  • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                  • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                                                  • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                  • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                  • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                                                  • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                                                  \n@param failureReason If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                  The FailureReason field contains one of the following values:

                                                  • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                  • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                                                  • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                  • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                  • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                                                  • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                                                  • ", "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" : "

                                                    If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                    The FailureReason field contains one of the following values:

                                                    • Unsupported media format- The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                    • The media format provided does not match the detected media format- The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure the two values match.

                                                    • Invalid sample rate for audio file- The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                    • The sample rate provided does not match the detected sample rate- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                    • Invalid file size: file size too large- The size of your audio file is larger than what Amazon Transcribe Medical can process. For more information, see Guidlines and Quotas in the Amazon Transcribe Medical Guide

                                                    • Invalid number of channels: number of channels too large- Your audio contains more channels than Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General Reference

                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSettings", "beanStyleSetterMethodName" : "setSettings", "c2jName" : "Settings", "c2jShape" : "MedicalTranscriptionSetting", "defaultConsumerFluentSetterDocumentation" : "

                                                    Object that contains object.

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

                                                    Object that contains object.

                                                    \n@return Object that contains object.\n@deprecated Use {@link #settings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                    Object that contains object.

                                                    \n@param settings Object that contains object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #settings(MedicalTranscriptionSetting)}\n", "documentation" : "

                                                    Object that contains object.

                                                    ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Settings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "settings", "fluentSetterDocumentation" : "

                                                    Object that contains object.

                                                    \n@param settings Object that contains object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "settings", "getterDocumentation" : "

                                                    Object that contains object.

                                                    \n@return Object that contains object.", "getterModel" : { "returnType" : "MedicalTranscriptionSetting", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Settings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Settings", "sensitive" : false, "setterDocumentation" : "

                                                    Object that contains object.

                                                    \n@param settings Object that contains object.", "setterMethodName" : "setSettings", "setterModel" : { "variableDeclarationType" : "MedicalTranscriptionSetting", "variableName" : "settings", "variableType" : "MedicalTranscriptionSetting", "documentation" : null, "simpleType" : "MedicalTranscriptionSetting", "variableSetterType" : "MedicalTranscriptionSetting" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MedicalTranscriptionSetting", "variableName" : "settings", "variableType" : "MedicalTranscriptionSetting", "documentation" : "

                                                    Object that contains object.

                                                    ", "simpleType" : "MedicalTranscriptionSetting", "variableSetterType" : "MedicalTranscriptionSetting" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSpecialty", "beanStyleSetterMethodName" : "setSpecialty", "c2jName" : "Specialty", "c2jShape" : "Specialty", "defaultConsumerFluentSetterDocumentation" : "

                                                    The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                                    • Family Medicine

                                                    \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 #specialtyAsString(String)}.\n@param specialty 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 #specialty(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                    The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                                    • Family Medicine

                                                    \n

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

                                                    \n@return The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                                    • Family Medicine

                                                    • \n@see Specialty\n@deprecated Use {@link #specialtyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                      The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                                      • Family Medicine

                                                      \n@param specialty The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                                      • Family Medicine

                                                      • \n@see Specialty\n@return Returns a reference to this object so that method calls can be chained together.\n@see Specialty\n@deprecated Use {@link #specialty(String)}\n", "documentation" : "

                                                        The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                                        • Family Medicine

                                                        ", "endpointDiscoveryId" : false, "enumType" : "Specialty", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Specialty property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSpecialty", "fluentEnumGetterMethodName" : "specialty", "fluentEnumSetterMethodName" : "specialty", "fluentGetterMethodName" : "specialtyAsString", "fluentSetterDocumentation" : "

                                                        The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                                        • Family Medicine

                                                        \n@param specialty The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                                        • Family Medicine

                                                        • \n@see Specialty\n@return Returns a reference to this object so that method calls can be chained together.\n@see Specialty", "fluentSetterMethodName" : "specialty", "getterDocumentation" : "

                                                          The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                                          • Family Medicine

                                                          \n

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

                                                          \n@return The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                                          • Family Medicine

                                                          • \n@see Specialty", "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" : "Specialty", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Specialty", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Specialty", "sensitive" : false, "setterDocumentation" : "

                                                            The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                                            • Family Medicine

                                                            \n@param specialty The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                                            • Family Medicine

                                                            • \n@see Specialty", "setterMethodName" : "setSpecialty", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "specialty", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "specialty", "variableType" : "String", "documentation" : "

                                                              The medical specialty of any clinicians providing a dictation or having a conversation. PRIMARYCARE is the only available setting for this object. This specialty enables you to generate transcriptions for the following medical fields:

                                                              • Family Medicine

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "Type", "defaultConsumerFluentSetterDocumentation" : "

                                                              The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                                                              \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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                                                              \n

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

                                                              \n@return The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med\n@see Type\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                                                              \n@param type The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med\n@see Type\n@return Returns a reference to this object so that method calls can be chained together.\n@see Type\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                              The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                                                              ", "endpointDiscoveryId" : false, "enumType" : "Type", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                              The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                                                              \n@param type The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med\n@see Type\n@return Returns a reference to this object so that method calls can be chained together.\n@see Type", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                              The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                                                              \n

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

                                                              \n@return The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med\n@see Type", "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, "requiresLength" : 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 speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                                                              \n@param type The type of speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med\n@see Type", "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 speech in the transcription job. CONVERSATION is generally used for patient-physician dialogues. DICTATION is the setting for physicians speaking their notes after seeing a patient. For more information, see how-it-works-med

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MedicalTranscriptionJob", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MedicalTranscriptionJob", "variableName" : "medicalTranscriptionJob", "variableType" : "MedicalTranscriptionJob", "documentation" : null, "simpleType" : "MedicalTranscriptionJob", "variableSetterType" : "MedicalTranscriptionJob" }, "wrapper" : false, "xmlNamespace" : null }, "MedicalTranscriptionJobSummary" : { "c2jName" : "MedicalTranscriptionJobSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              Provides summary information about a transcription job.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJobName", "beanStyleSetterMethodName" : "setMedicalTranscriptionJobName", "c2jName" : "MedicalTranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of a medical transcription job.

                                                              \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 #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName 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 #medicalTranscriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of a medical transcription job.

                                                              \n@return The name of a medical transcription job.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of a medical transcription job.

                                                              \n@param medicalTranscriptionJobName The name of a medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n", "documentation" : "

                                                              The name of a medical transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJobName", "fluentSetterDocumentation" : "

                                                              The name of a medical transcription job.

                                                              \n@param medicalTranscriptionJobName The name of a medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJobName", "getterDocumentation" : "

                                                              The name of a medical transcription job.

                                                              \n@return The name of a medical transcription job.", "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" : "MedicalTranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MedicalTranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of a medical transcription job.

                                                              \n@param medicalTranscriptionJobName The name of a medical transcription job.", "setterMethodName" : "setMedicalTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : "

                                                              The name of a medical transcription job.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "CreationTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              \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 #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              \n@return A timestamp that shows when the medical transcription job was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              \n@param creationTime A timestamp that shows when the medical transcription job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              \n@param creationTime A timestamp that shows when the medical transcription job was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              \n@return A timestamp that shows when the medical transcription job was created.", "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" : "CreationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              \n@param creationTime A timestamp that shows when the medical transcription job was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              \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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              \n@return A timestamp that shows when the job began processing.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              \n@param startTime A timestamp that shows when the job began processing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              \n@param startTime A timestamp that shows when the job began processing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              \n@return A timestamp that shows when the job began processing.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              \n@param startTime A timestamp that shows when the job began processing.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletionTime", "beanStyleSetterMethodName" : "setCompletionTime", "c2jName" : "CompletionTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \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 #completionTime(Instant)}.\n@param completionTime 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 #completionTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@return A timestamp that shows when the job was completed.\n@deprecated Use {@link #completionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n", "documentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completionTime", "fluentSetterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completionTime", "getterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@return A timestamp that shows when the job was completed.", "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" : "CompletionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CompletionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletionTime", "sensitive" : false, "setterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@param completionTime A timestamp that shows when the job was completed.", "setterMethodName" : "setCompletionTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                              The language of the transcript in the source audio file.

                                                              \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The language of the transcript in the source audio file.

                                                              \n

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

                                                              \n@return The language of the transcript in the source audio file.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The language of the transcript in the source audio file.

                                                              \n@param languageCode The language of the transcript in the source audio file.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                              The language of the transcript in the source audio file.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                              The language of the transcript in the source audio file.

                                                              \n@param languageCode The language of the transcript in the source audio file.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                              The language of the transcript in the source audio file.

                                                              \n

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

                                                              \n@return The language of the transcript in the source audio file.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                              The language of the transcript in the source audio file.

                                                              \n@param languageCode The language of the transcript in the source audio file.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                              The language of the transcript in the source audio file.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobStatus", "beanStyleSetterMethodName" : "setTranscriptionJobStatus", "c2jName" : "TranscriptionJobStatus", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                              The status of the medical transcription job.

                                                              \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 #transcriptionJobStatusAsString(String)}.\n@param transcriptionJobStatus 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 #transcriptionJobStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The status of the medical transcription job.

                                                              \n

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

                                                              \n@return The status of the medical transcription job.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The status of the medical transcription job.

                                                              \n@param transcriptionJobStatus The status of the medical transcription job.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatus(String)}\n", "documentation" : "

                                                              The status of the medical transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobStatus", "fluentEnumGetterMethodName" : "transcriptionJobStatus", "fluentEnumSetterMethodName" : "transcriptionJobStatus", "fluentGetterMethodName" : "transcriptionJobStatusAsString", "fluentSetterDocumentation" : "

                                                              The status of the medical transcription job.

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

                                                              The status of the medical transcription job.

                                                              \n

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

                                                              \n@return The status of the medical transcription job.\n@see TranscriptionJobStatus", "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" : "TranscriptionJobStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobStatus", "sensitive" : false, "setterDocumentation" : "

                                                              The status of the medical transcription job.

                                                              \n@param transcriptionJobStatus The status of the medical transcription job.\n@see TranscriptionJobStatus", "setterMethodName" : "setTranscriptionJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : "

                                                              The status of the medical transcription job.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              \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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              \n@return If the TranscriptionJobStatus field is FAILED, a description of the error.\n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              \n@param failureReason If the TranscriptionJobStatus field is FAILED, a description of the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              \n@param failureReason If the TranscriptionJobStatus field is FAILED, a description of the error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              \n@return If the TranscriptionJobStatus field is FAILED, a description of the error.", "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, "requiresLength" : 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" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              \n@param failureReason If the TranscriptionJobStatus field is FAILED, a description of the error.", "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" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputLocationType", "beanStyleSetterMethodName" : "setOutputLocationType", "c2jName" : "OutputLocationType", "c2jShape" : "OutputLocationType", "defaultConsumerFluentSetterDocumentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              \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 #outputLocationTypeAsString(String)}.\n@param outputLocationType 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 #outputLocationType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              \n

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

                                                              \n@return Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the\n@see OutputLocationType\n@deprecated Use {@link #outputLocationTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              \n@param outputLocationType Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the\n@see OutputLocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputLocationType\n@deprecated Use {@link #outputLocationType(String)}\n", "documentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              ", "endpointDiscoveryId" : false, "enumType" : "OutputLocationType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputLocationType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOutputLocationType", "fluentEnumGetterMethodName" : "outputLocationType", "fluentEnumSetterMethodName" : "outputLocationType", "fluentGetterMethodName" : "outputLocationTypeAsString", "fluentSetterDocumentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              \n@param outputLocationType Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the\n@see OutputLocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputLocationType", "fluentSetterMethodName" : "outputLocationType", "getterDocumentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              \n

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

                                                              \n@return Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the\n@see OutputLocationType", "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" : "OutputLocationType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputLocationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OutputLocationType", "sensitive" : false, "setterDocumentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              \n@param outputLocationType Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the\n@see OutputLocationType", "setterMethodName" : "setOutputLocationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputLocationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputLocationType", "variableType" : "String", "documentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSpecialty", "beanStyleSetterMethodName" : "setSpecialty", "c2jName" : "Specialty", "c2jShape" : "Specialty", "defaultConsumerFluentSetterDocumentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid 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 #specialtyAsString(String)}.\n@param specialty 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 #specialty(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              \n

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

                                                              \n@return The medical specialty of the transcription job. Primary care is the only valid value.\n@see Specialty\n@deprecated Use {@link #specialtyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              \n@param specialty The medical specialty of the transcription job. Primary care is the only valid value.\n@see Specialty\n@return Returns a reference to this object so that method calls can be chained together.\n@see Specialty\n@deprecated Use {@link #specialty(String)}\n", "documentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "Specialty", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Specialty property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSpecialty", "fluentEnumGetterMethodName" : "specialty", "fluentEnumSetterMethodName" : "specialty", "fluentGetterMethodName" : "specialtyAsString", "fluentSetterDocumentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              \n@param specialty The medical specialty of the transcription job. Primary care is the only valid value.\n@see Specialty\n@return Returns a reference to this object so that method calls can be chained together.\n@see Specialty", "fluentSetterMethodName" : "specialty", "getterDocumentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              \n

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

                                                              \n@return The medical specialty of the transcription job. Primary care is the only valid value.\n@see Specialty", "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" : "Specialty", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Specialty", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Specialty", "sensitive" : false, "setterDocumentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              \n@param specialty The medical specialty of the transcription job. Primary care is the only valid value.\n@see Specialty", "setterMethodName" : "setSpecialty", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "specialty", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "specialty", "variableType" : "String", "documentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "Type", "defaultConsumerFluentSetterDocumentation" : "

                                                              The speech of the clinician in the input audio.

                                                              \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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The speech of the clinician in the input audio.

                                                              \n

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

                                                              \n@return The speech of the clinician in the input audio.\n@see Type\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The speech of the clinician in the input audio.

                                                              \n@param type The speech of the clinician in the input audio.\n@see Type\n@return Returns a reference to this object so that method calls can be chained together.\n@see Type\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                              The speech of the clinician in the input audio.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "Type", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                              The speech of the clinician in the input audio.

                                                              \n@param type The speech of the clinician in the input audio.\n@see Type\n@return Returns a reference to this object so that method calls can be chained together.\n@see Type", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                              The speech of the clinician in the input audio.

                                                              \n

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

                                                              \n@return The speech of the clinician in the input audio.\n@see Type", "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, "requiresLength" : 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 speech of the clinician in the input audio.

                                                              \n@param type The speech of the clinician in the input audio.\n@see Type", "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 speech of the clinician in the input audio.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CompletionTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletionTime", "beanStyleSetterMethodName" : "setCompletionTime", "c2jName" : "CompletionTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \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 #completionTime(Instant)}.\n@param completionTime 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 #completionTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@return A timestamp that shows when the job was completed.\n@deprecated Use {@link #completionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n", "documentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completionTime", "fluentSetterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completionTime", "getterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@return A timestamp that shows when the job was completed.", "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" : "CompletionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CompletionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletionTime", "sensitive" : false, "setterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@param completionTime A timestamp that shows when the job was completed.", "setterMethodName" : "setCompletionTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "CreationTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              \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 #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              \n@return A timestamp that shows when the medical transcription job was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              \n@param creationTime A timestamp that shows when the medical transcription job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              \n@param creationTime A timestamp that shows when the medical transcription job was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              \n@return A timestamp that shows when the medical transcription job was created.", "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" : "CreationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              \n@param creationTime A timestamp that shows when the medical transcription job was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FailureReason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              \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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              \n@return If the TranscriptionJobStatus field is FAILED, a description of the error.\n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              \n@param failureReason If the TranscriptionJobStatus field is FAILED, a description of the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              \n@param failureReason If the TranscriptionJobStatus field is FAILED, a description of the error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              \n@return If the TranscriptionJobStatus field is FAILED, a description of the error.", "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, "requiresLength" : 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" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              \n@param failureReason If the TranscriptionJobStatus field is FAILED, a description of the error.", "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" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                              The language of the transcript in the source audio file.

                                                              \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The language of the transcript in the source audio file.

                                                              \n

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

                                                              \n@return The language of the transcript in the source audio file.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The language of the transcript in the source audio file.

                                                              \n@param languageCode The language of the transcript in the source audio file.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                              The language of the transcript in the source audio file.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                              The language of the transcript in the source audio file.

                                                              \n@param languageCode The language of the transcript in the source audio file.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                              The language of the transcript in the source audio file.

                                                              \n

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

                                                              \n@return The language of the transcript in the source audio file.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                              The language of the transcript in the source audio file.

                                                              \n@param languageCode The language of the transcript in the source audio file.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                              The language of the transcript in the source audio file.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MedicalTranscriptionJobName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJobName", "beanStyleSetterMethodName" : "setMedicalTranscriptionJobName", "c2jName" : "MedicalTranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of a medical transcription job.

                                                              \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 #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName 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 #medicalTranscriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of a medical transcription job.

                                                              \n@return The name of a medical transcription job.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of a medical transcription job.

                                                              \n@param medicalTranscriptionJobName The name of a medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n", "documentation" : "

                                                              The name of a medical transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJobName", "fluentSetterDocumentation" : "

                                                              The name of a medical transcription job.

                                                              \n@param medicalTranscriptionJobName The name of a medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJobName", "getterDocumentation" : "

                                                              The name of a medical transcription job.

                                                              \n@return The name of a medical transcription job.", "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" : "MedicalTranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MedicalTranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of a medical transcription job.

                                                              \n@param medicalTranscriptionJobName The name of a medical transcription job.", "setterMethodName" : "setMedicalTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : "

                                                              The name of a medical transcription job.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OutputLocationType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputLocationType", "beanStyleSetterMethodName" : "setOutputLocationType", "c2jName" : "OutputLocationType", "c2jShape" : "OutputLocationType", "defaultConsumerFluentSetterDocumentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              \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 #outputLocationTypeAsString(String)}.\n@param outputLocationType 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 #outputLocationType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              \n

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

                                                              \n@return Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the\n@see OutputLocationType\n@deprecated Use {@link #outputLocationTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              \n@param outputLocationType Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the\n@see OutputLocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputLocationType\n@deprecated Use {@link #outputLocationType(String)}\n", "documentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              ", "endpointDiscoveryId" : false, "enumType" : "OutputLocationType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputLocationType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOutputLocationType", "fluentEnumGetterMethodName" : "outputLocationType", "fluentEnumSetterMethodName" : "outputLocationType", "fluentGetterMethodName" : "outputLocationTypeAsString", "fluentSetterDocumentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              \n@param outputLocationType Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the\n@see OutputLocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputLocationType", "fluentSetterMethodName" : "outputLocationType", "getterDocumentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              \n

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

                                                              \n@return Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the\n@see OutputLocationType", "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" : "OutputLocationType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputLocationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OutputLocationType", "sensitive" : false, "setterDocumentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              \n@param outputLocationType Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the\n@see OutputLocationType", "setterMethodName" : "setOutputLocationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputLocationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputLocationType", "variableType" : "String", "documentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Specialty" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSpecialty", "beanStyleSetterMethodName" : "setSpecialty", "c2jName" : "Specialty", "c2jShape" : "Specialty", "defaultConsumerFluentSetterDocumentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid 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 #specialtyAsString(String)}.\n@param specialty 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 #specialty(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              \n

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

                                                              \n@return The medical specialty of the transcription job. Primary care is the only valid value.\n@see Specialty\n@deprecated Use {@link #specialtyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              \n@param specialty The medical specialty of the transcription job. Primary care is the only valid value.\n@see Specialty\n@return Returns a reference to this object so that method calls can be chained together.\n@see Specialty\n@deprecated Use {@link #specialty(String)}\n", "documentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "Specialty", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Specialty property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSpecialty", "fluentEnumGetterMethodName" : "specialty", "fluentEnumSetterMethodName" : "specialty", "fluentGetterMethodName" : "specialtyAsString", "fluentSetterDocumentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              \n@param specialty The medical specialty of the transcription job. Primary care is the only valid value.\n@see Specialty\n@return Returns a reference to this object so that method calls can be chained together.\n@see Specialty", "fluentSetterMethodName" : "specialty", "getterDocumentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              \n

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

                                                              \n@return The medical specialty of the transcription job. Primary care is the only valid value.\n@see Specialty", "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" : "Specialty", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Specialty", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Specialty", "sensitive" : false, "setterDocumentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              \n@param specialty The medical specialty of the transcription job. Primary care is the only valid value.\n@see Specialty", "setterMethodName" : "setSpecialty", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "specialty", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "specialty", "variableType" : "String", "documentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              \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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              \n@return A timestamp that shows when the job began processing.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              \n@param startTime A timestamp that shows when the job began processing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              \n@param startTime A timestamp that shows when the job began processing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              \n@return A timestamp that shows when the job began processing.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              \n@param startTime A timestamp that shows when the job began processing.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TranscriptionJobStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobStatus", "beanStyleSetterMethodName" : "setTranscriptionJobStatus", "c2jName" : "TranscriptionJobStatus", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                              The status of the medical transcription job.

                                                              \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 #transcriptionJobStatusAsString(String)}.\n@param transcriptionJobStatus 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 #transcriptionJobStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The status of the medical transcription job.

                                                              \n

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

                                                              \n@return The status of the medical transcription job.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The status of the medical transcription job.

                                                              \n@param transcriptionJobStatus The status of the medical transcription job.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatus(String)}\n", "documentation" : "

                                                              The status of the medical transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobStatus", "fluentEnumGetterMethodName" : "transcriptionJobStatus", "fluentEnumSetterMethodName" : "transcriptionJobStatus", "fluentGetterMethodName" : "transcriptionJobStatusAsString", "fluentSetterDocumentation" : "

                                                              The status of the medical transcription job.

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

                                                              The status of the medical transcription job.

                                                              \n

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

                                                              \n@return The status of the medical transcription job.\n@see TranscriptionJobStatus", "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" : "TranscriptionJobStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobStatus", "sensitive" : false, "setterDocumentation" : "

                                                              The status of the medical transcription job.

                                                              \n@param transcriptionJobStatus The status of the medical transcription job.\n@see TranscriptionJobStatus", "setterMethodName" : "setTranscriptionJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : "

                                                              The status of the medical transcription job.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Type" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "Type", "defaultConsumerFluentSetterDocumentation" : "

                                                              The speech of the clinician in the input audio.

                                                              \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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The speech of the clinician in the input audio.

                                                              \n

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

                                                              \n@return The speech of the clinician in the input audio.\n@see Type\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The speech of the clinician in the input audio.

                                                              \n@param type The speech of the clinician in the input audio.\n@see Type\n@return Returns a reference to this object so that method calls can be chained together.\n@see Type\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                              The speech of the clinician in the input audio.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "Type", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                              The speech of the clinician in the input audio.

                                                              \n@param type The speech of the clinician in the input audio.\n@see Type\n@return Returns a reference to this object so that method calls can be chained together.\n@see Type", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                              The speech of the clinician in the input audio.

                                                              \n

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

                                                              \n@return The speech of the clinician in the input audio.\n@see Type", "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, "requiresLength" : 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 speech of the clinician in the input audio.

                                                              \n@param type The speech of the clinician in the input audio.\n@see Type", "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 speech of the clinician in the input audio.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJobName", "beanStyleSetterMethodName" : "setMedicalTranscriptionJobName", "c2jName" : "MedicalTranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of a medical transcription job.

                                                              \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 #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName 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 #medicalTranscriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of a medical transcription job.

                                                              \n@return The name of a medical transcription job.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of a medical transcription job.

                                                              \n@param medicalTranscriptionJobName The name of a medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n", "documentation" : "

                                                              The name of a medical transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJobName", "fluentSetterDocumentation" : "

                                                              The name of a medical transcription job.

                                                              \n@param medicalTranscriptionJobName The name of a medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJobName", "getterDocumentation" : "

                                                              The name of a medical transcription job.

                                                              \n@return The name of a medical transcription job.", "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" : "MedicalTranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MedicalTranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of a medical transcription job.

                                                              \n@param medicalTranscriptionJobName The name of a medical transcription job.", "setterMethodName" : "setMedicalTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : "

                                                              The name of a medical transcription job.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "CreationTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              \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 #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              \n@return A timestamp that shows when the medical transcription job was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              \n@param creationTime A timestamp that shows when the medical transcription job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              \n@param creationTime A timestamp that shows when the medical transcription job was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              \n@return A timestamp that shows when the medical transcription job was created.", "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" : "CreationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              \n@param creationTime A timestamp that shows when the medical transcription job was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

                                                              A timestamp that shows when the medical transcription job was created.

                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              \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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              \n@return A timestamp that shows when the job began processing.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              \n@param startTime A timestamp that shows when the job began processing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              \n@param startTime A timestamp that shows when the job began processing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              \n@return A timestamp that shows when the job began processing.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              \n@param startTime A timestamp that shows when the job began processing.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                                              A timestamp that shows when the job began processing.

                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletionTime", "beanStyleSetterMethodName" : "setCompletionTime", "c2jName" : "CompletionTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \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 #completionTime(Instant)}.\n@param completionTime 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 #completionTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@return A timestamp that shows when the job was completed.\n@deprecated Use {@link #completionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n", "documentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completionTime", "fluentSetterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completionTime", "getterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@return A timestamp that shows when the job was completed.", "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" : "CompletionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CompletionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletionTime", "sensitive" : false, "setterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@param completionTime A timestamp that shows when the job was completed.", "setterMethodName" : "setCompletionTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                              The language of the transcript in the source audio file.

                                                              \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The language of the transcript in the source audio file.

                                                              \n

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

                                                              \n@return The language of the transcript in the source audio file.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The language of the transcript in the source audio file.

                                                              \n@param languageCode The language of the transcript in the source audio file.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                              The language of the transcript in the source audio file.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                              The language of the transcript in the source audio file.

                                                              \n@param languageCode The language of the transcript in the source audio file.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                              The language of the transcript in the source audio file.

                                                              \n

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

                                                              \n@return The language of the transcript in the source audio file.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                              The language of the transcript in the source audio file.

                                                              \n@param languageCode The language of the transcript in the source audio file.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                              The language of the transcript in the source audio file.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobStatus", "beanStyleSetterMethodName" : "setTranscriptionJobStatus", "c2jName" : "TranscriptionJobStatus", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                              The status of the medical transcription job.

                                                              \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 #transcriptionJobStatusAsString(String)}.\n@param transcriptionJobStatus 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 #transcriptionJobStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The status of the medical transcription job.

                                                              \n

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

                                                              \n@return The status of the medical transcription job.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The status of the medical transcription job.

                                                              \n@param transcriptionJobStatus The status of the medical transcription job.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatus(String)}\n", "documentation" : "

                                                              The status of the medical transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobStatus", "fluentEnumGetterMethodName" : "transcriptionJobStatus", "fluentEnumSetterMethodName" : "transcriptionJobStatus", "fluentGetterMethodName" : "transcriptionJobStatusAsString", "fluentSetterDocumentation" : "

                                                              The status of the medical transcription job.

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

                                                              The status of the medical transcription job.

                                                              \n

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

                                                              \n@return The status of the medical transcription job.\n@see TranscriptionJobStatus", "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" : "TranscriptionJobStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobStatus", "sensitive" : false, "setterDocumentation" : "

                                                              The status of the medical transcription job.

                                                              \n@param transcriptionJobStatus The status of the medical transcription job.\n@see TranscriptionJobStatus", "setterMethodName" : "setTranscriptionJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : "

                                                              The status of the medical transcription job.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              \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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              \n@return If the TranscriptionJobStatus field is FAILED, a description of the error.\n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              \n@param failureReason If the TranscriptionJobStatus field is FAILED, a description of the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              \n@param failureReason If the TranscriptionJobStatus field is FAILED, a description of the error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              \n@return If the TranscriptionJobStatus field is FAILED, a description of the error.", "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, "requiresLength" : 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" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              \n@param failureReason If the TranscriptionJobStatus field is FAILED, a description of the error.", "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" : "

                                                              If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputLocationType", "beanStyleSetterMethodName" : "setOutputLocationType", "c2jName" : "OutputLocationType", "c2jShape" : "OutputLocationType", "defaultConsumerFluentSetterDocumentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              \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 #outputLocationTypeAsString(String)}.\n@param outputLocationType 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 #outputLocationType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              \n

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

                                                              \n@return Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the\n@see OutputLocationType\n@deprecated Use {@link #outputLocationTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              \n@param outputLocationType Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the\n@see OutputLocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputLocationType\n@deprecated Use {@link #outputLocationType(String)}\n", "documentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              ", "endpointDiscoveryId" : false, "enumType" : "OutputLocationType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputLocationType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOutputLocationType", "fluentEnumGetterMethodName" : "outputLocationType", "fluentEnumSetterMethodName" : "outputLocationType", "fluentGetterMethodName" : "outputLocationTypeAsString", "fluentSetterDocumentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              \n@param outputLocationType Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the\n@see OutputLocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputLocationType", "fluentSetterMethodName" : "outputLocationType", "getterDocumentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              \n

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

                                                              \n@return Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the\n@see OutputLocationType", "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" : "OutputLocationType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputLocationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OutputLocationType", "sensitive" : false, "setterDocumentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              \n@param outputLocationType Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the\n@see OutputLocationType", "setterMethodName" : "setOutputLocationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputLocationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputLocationType", "variableType" : "String", "documentation" : "

                                                              Indicates the location of the transcription job's output.

                                                              The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSpecialty", "beanStyleSetterMethodName" : "setSpecialty", "c2jName" : "Specialty", "c2jShape" : "Specialty", "defaultConsumerFluentSetterDocumentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid 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 #specialtyAsString(String)}.\n@param specialty 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 #specialty(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              \n

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

                                                              \n@return The medical specialty of the transcription job. Primary care is the only valid value.\n@see Specialty\n@deprecated Use {@link #specialtyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              \n@param specialty The medical specialty of the transcription job. Primary care is the only valid value.\n@see Specialty\n@return Returns a reference to this object so that method calls can be chained together.\n@see Specialty\n@deprecated Use {@link #specialty(String)}\n", "documentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "Specialty", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Specialty property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSpecialty", "fluentEnumGetterMethodName" : "specialty", "fluentEnumSetterMethodName" : "specialty", "fluentGetterMethodName" : "specialtyAsString", "fluentSetterDocumentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              \n@param specialty The medical specialty of the transcription job. Primary care is the only valid value.\n@see Specialty\n@return Returns a reference to this object so that method calls can be chained together.\n@see Specialty", "fluentSetterMethodName" : "specialty", "getterDocumentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              \n

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

                                                              \n@return The medical specialty of the transcription job. Primary care is the only valid value.\n@see Specialty", "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" : "Specialty", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Specialty", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Specialty", "sensitive" : false, "setterDocumentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              \n@param specialty The medical specialty of the transcription job. Primary care is the only valid value.\n@see Specialty", "setterMethodName" : "setSpecialty", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "specialty", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "specialty", "variableType" : "String", "documentation" : "

                                                              The medical specialty of the transcription job. Primary care is the only valid value.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "Type", "defaultConsumerFluentSetterDocumentation" : "

                                                              The speech of the clinician in the input audio.

                                                              \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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The speech of the clinician in the input audio.

                                                              \n

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

                                                              \n@return The speech of the clinician in the input audio.\n@see Type\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The speech of the clinician in the input audio.

                                                              \n@param type The speech of the clinician in the input audio.\n@see Type\n@return Returns a reference to this object so that method calls can be chained together.\n@see Type\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                              The speech of the clinician in the input audio.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "Type", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                              The speech of the clinician in the input audio.

                                                              \n@param type The speech of the clinician in the input audio.\n@see Type\n@return Returns a reference to this object so that method calls can be chained together.\n@see Type", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                              The speech of the clinician in the input audio.

                                                              \n

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

                                                              \n@return The speech of the clinician in the input audio.\n@see Type", "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, "requiresLength" : 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 speech of the clinician in the input audio.

                                                              \n@param type The speech of the clinician in the input audio.\n@see Type", "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 speech of the clinician in the input audio.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MedicalTranscriptionJobSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MedicalTranscriptionJobSummary", "variableName" : "medicalTranscriptionJobSummary", "variableType" : "MedicalTranscriptionJobSummary", "documentation" : null, "simpleType" : "MedicalTranscriptionJobSummary", "variableSetterType" : "MedicalTranscriptionJobSummary" }, "wrapper" : false, "xmlNamespace" : null }, "MedicalTranscriptionSetting" : { "c2jName" : "MedicalTranscriptionSetting", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              Optional settings for the StartMedicalTranscriptionJob operation.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShowSpeakerLabels", "beanStyleSetterMethodName" : "setShowSpeakerLabels", "c2jName" : "ShowSpeakerLabels", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

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

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@return Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@deprecated Use {@link #showSpeakerLabels()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #showSpeakerLabels(Boolean)}\n", "documentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShowSpeakerLabels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShowSpeakerLabels", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showSpeakerLabels", "fluentSetterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showSpeakerLabels", "getterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@return Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShowSpeakerLabels", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowSpeakerLabels", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowSpeakerLabels", "sensitive" : false, "setterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.", "setterMethodName" : "setShowSpeakerLabels", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showSpeakerLabels", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showSpeakerLabels", "variableType" : "Boolean", "documentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxSpeakerLabels", "beanStyleSetterMethodName" : "setMaxSpeakerLabels", "c2jName" : "MaxSpeakerLabels", "c2jShape" : "MaxSpeakers", "defaultConsumerFluentSetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \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 #maxSpeakerLabels(Integer)}.\n@param maxSpeakerLabels 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 #maxSpeakerLabels(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@return The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.\n@deprecated Use {@link #maxSpeakerLabels()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@param maxSpeakerLabels The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxSpeakerLabels(Integer)}\n", "documentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxSpeakerLabels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxSpeakerLabels", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxSpeakerLabels", "fluentSetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@param maxSpeakerLabels The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxSpeakerLabels", "getterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@return The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.", "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" : "MaxSpeakerLabels", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSpeakerLabels", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxSpeakerLabels", "sensitive" : false, "setterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@param maxSpeakerLabels The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.", "setterMethodName" : "setMaxSpeakerLabels", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSpeakerLabels", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSpeakerLabels", "variableType" : "Integer", "documentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelIdentification", "beanStyleSetterMethodName" : "setChannelIdentification", "c2jName" : "ChannelIdentification", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

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

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              \n@return Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException\n@deprecated Use {@link #channelIdentification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              \n@param channelIdentification Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelIdentification(Boolean)}\n", "documentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelIdentification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChannelIdentification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelIdentification", "fluentSetterDocumentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              \n@param channelIdentification Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelIdentification", "getterDocumentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              \n@return Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChannelIdentification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ChannelIdentification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ChannelIdentification", "sensitive" : false, "setterDocumentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              \n@param channelIdentification Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException", "setterMethodName" : "setChannelIdentification", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "channelIdentification", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "channelIdentification", "variableType" : "Boolean", "documentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShowAlternatives", "beanStyleSetterMethodName" : "setShowAlternatives", "c2jName" : "ShowAlternatives", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

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

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@return Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.\n@deprecated Use {@link #showAlternatives()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@param showAlternatives Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #showAlternatives(Boolean)}\n", "documentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShowAlternatives property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShowAlternatives", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showAlternatives", "fluentSetterDocumentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@param showAlternatives Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showAlternatives", "getterDocumentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@return Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShowAlternatives", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowAlternatives", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowAlternatives", "sensitive" : false, "setterDocumentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@param showAlternatives Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.", "setterMethodName" : "setShowAlternatives", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showAlternatives", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showAlternatives", "variableType" : "Boolean", "documentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxAlternatives", "beanStyleSetterMethodName" : "setMaxAlternatives", "c2jName" : "MaxAlternatives", "c2jShape" : "MaxAlternatives", "defaultConsumerFluentSetterDocumentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \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 #maxAlternatives(Integer)}.\n@param maxAlternatives 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 #maxAlternatives(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@return The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.\n@deprecated Use {@link #maxAlternatives()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@param maxAlternatives The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxAlternatives(Integer)}\n", "documentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxAlternatives property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxAlternatives", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxAlternatives", "fluentSetterDocumentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@param maxAlternatives The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxAlternatives", "getterDocumentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@return The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.", "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" : "MaxAlternatives", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxAlternatives", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxAlternatives", "sensitive" : false, "setterDocumentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@param maxAlternatives The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.", "setterMethodName" : "setMaxAlternatives", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxAlternatives", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxAlternatives", "variableType" : "Integer", "documentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              \n@return The name of the vocabulary to use when processing a medical transcription job.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              \n@param vocabularyName The name of the vocabulary to use when processing a medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              \n@param vocabularyName The name of the vocabulary to use when processing a medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              \n@return The name of the vocabulary to use when processing a medical transcription job.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              \n@param vocabularyName The name of the vocabulary to use when processing a medical transcription job.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelIdentification" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelIdentification", "beanStyleSetterMethodName" : "setChannelIdentification", "c2jName" : "ChannelIdentification", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

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

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              \n@return Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException\n@deprecated Use {@link #channelIdentification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              \n@param channelIdentification Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelIdentification(Boolean)}\n", "documentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelIdentification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChannelIdentification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelIdentification", "fluentSetterDocumentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              \n@param channelIdentification Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelIdentification", "getterDocumentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              \n@return Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChannelIdentification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ChannelIdentification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ChannelIdentification", "sensitive" : false, "setterDocumentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              \n@param channelIdentification Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException", "setterMethodName" : "setChannelIdentification", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "channelIdentification", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "channelIdentification", "variableType" : "Boolean", "documentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxAlternatives" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxAlternatives", "beanStyleSetterMethodName" : "setMaxAlternatives", "c2jName" : "MaxAlternatives", "c2jShape" : "MaxAlternatives", "defaultConsumerFluentSetterDocumentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \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 #maxAlternatives(Integer)}.\n@param maxAlternatives 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 #maxAlternatives(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@return The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.\n@deprecated Use {@link #maxAlternatives()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@param maxAlternatives The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxAlternatives(Integer)}\n", "documentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxAlternatives property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxAlternatives", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxAlternatives", "fluentSetterDocumentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@param maxAlternatives The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxAlternatives", "getterDocumentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@return The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.", "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" : "MaxAlternatives", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxAlternatives", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxAlternatives", "sensitive" : false, "setterDocumentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@param maxAlternatives The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.", "setterMethodName" : "setMaxAlternatives", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxAlternatives", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxAlternatives", "variableType" : "Integer", "documentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxSpeakerLabels" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxSpeakerLabels", "beanStyleSetterMethodName" : "setMaxSpeakerLabels", "c2jName" : "MaxSpeakerLabels", "c2jShape" : "MaxSpeakers", "defaultConsumerFluentSetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \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 #maxSpeakerLabels(Integer)}.\n@param maxSpeakerLabels 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 #maxSpeakerLabels(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@return The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.\n@deprecated Use {@link #maxSpeakerLabels()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@param maxSpeakerLabels The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxSpeakerLabels(Integer)}\n", "documentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxSpeakerLabels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxSpeakerLabels", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxSpeakerLabels", "fluentSetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@param maxSpeakerLabels The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxSpeakerLabels", "getterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@return The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.", "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" : "MaxSpeakerLabels", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSpeakerLabels", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxSpeakerLabels", "sensitive" : false, "setterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@param maxSpeakerLabels The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.", "setterMethodName" : "setMaxSpeakerLabels", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSpeakerLabels", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSpeakerLabels", "variableType" : "Integer", "documentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ShowAlternatives" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShowAlternatives", "beanStyleSetterMethodName" : "setShowAlternatives", "c2jName" : "ShowAlternatives", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

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

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@return Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.\n@deprecated Use {@link #showAlternatives()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@param showAlternatives Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #showAlternatives(Boolean)}\n", "documentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShowAlternatives property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShowAlternatives", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showAlternatives", "fluentSetterDocumentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@param showAlternatives Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showAlternatives", "getterDocumentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@return Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShowAlternatives", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowAlternatives", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowAlternatives", "sensitive" : false, "setterDocumentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@param showAlternatives Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.", "setterMethodName" : "setShowAlternatives", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showAlternatives", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showAlternatives", "variableType" : "Boolean", "documentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ShowSpeakerLabels" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShowSpeakerLabels", "beanStyleSetterMethodName" : "setShowSpeakerLabels", "c2jName" : "ShowSpeakerLabels", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

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

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@return Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@deprecated Use {@link #showSpeakerLabels()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #showSpeakerLabels(Boolean)}\n", "documentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShowSpeakerLabels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShowSpeakerLabels", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showSpeakerLabels", "fluentSetterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showSpeakerLabels", "getterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@return Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShowSpeakerLabels", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowSpeakerLabels", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowSpeakerLabels", "sensitive" : false, "setterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.", "setterMethodName" : "setShowSpeakerLabels", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showSpeakerLabels", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showSpeakerLabels", "variableType" : "Boolean", "documentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              \n@return The name of the vocabulary to use when processing a medical transcription job.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              \n@param vocabularyName The name of the vocabulary to use when processing a medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              \n@param vocabularyName The name of the vocabulary to use when processing a medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              \n@return The name of the vocabulary to use when processing a medical transcription job.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              \n@param vocabularyName The name of the vocabulary to use when processing a medical transcription job.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShowSpeakerLabels", "beanStyleSetterMethodName" : "setShowSpeakerLabels", "c2jName" : "ShowSpeakerLabels", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

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

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@return Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@deprecated Use {@link #showSpeakerLabels()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #showSpeakerLabels(Boolean)}\n", "documentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShowSpeakerLabels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShowSpeakerLabels", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showSpeakerLabels", "fluentSetterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showSpeakerLabels", "getterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@return Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShowSpeakerLabels", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowSpeakerLabels", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowSpeakerLabels", "sensitive" : false, "setterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.", "setterMethodName" : "setShowSpeakerLabels", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showSpeakerLabels", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showSpeakerLabels", "variableType" : "Boolean", "documentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recongition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels in the MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxSpeakerLabels", "beanStyleSetterMethodName" : "setMaxSpeakerLabels", "c2jName" : "MaxSpeakerLabels", "c2jShape" : "MaxSpeakers", "defaultConsumerFluentSetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \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 #maxSpeakerLabels(Integer)}.\n@param maxSpeakerLabels 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 #maxSpeakerLabels(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@return The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.\n@deprecated Use {@link #maxSpeakerLabels()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@param maxSpeakerLabels The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxSpeakerLabels(Integer)}\n", "documentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxSpeakerLabels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxSpeakerLabels", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxSpeakerLabels", "fluentSetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@param maxSpeakerLabels The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxSpeakerLabels", "getterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@return The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.", "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" : "MaxSpeakerLabels", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSpeakerLabels", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxSpeakerLabels", "sensitive" : false, "setterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@param maxSpeakerLabels The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.", "setterMethodName" : "setMaxSpeakerLabels", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSpeakerLabels", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSpeakerLabels", "variableType" : "Integer", "documentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelIdentification", "beanStyleSetterMethodName" : "setChannelIdentification", "c2jName" : "ChannelIdentification", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

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

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              \n@return Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException\n@deprecated Use {@link #channelIdentification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              \n@param channelIdentification Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelIdentification(Boolean)}\n", "documentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelIdentification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChannelIdentification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelIdentification", "fluentSetterDocumentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              \n@param channelIdentification Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelIdentification", "getterDocumentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              \n@return Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChannelIdentification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ChannelIdentification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ChannelIdentification", "sensitive" : false, "setterDocumentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              \n@param channelIdentification Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException", "setterMethodName" : "setChannelIdentification", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "channelIdentification", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "channelIdentification", "variableType" : "Boolean", "documentation" : "

                                                              Instructs Amazon Transcribe Medical to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe Medical also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of item. The alternative transcriptions also come with confidence scores provided by Amazon Transcribe Medical.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShowAlternatives", "beanStyleSetterMethodName" : "setShowAlternatives", "c2jName" : "ShowAlternatives", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

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

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@return Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.\n@deprecated Use {@link #showAlternatives()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@param showAlternatives Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #showAlternatives(Boolean)}\n", "documentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShowAlternatives property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShowAlternatives", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showAlternatives", "fluentSetterDocumentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@param showAlternatives Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showAlternatives", "getterDocumentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@return Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShowAlternatives", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowAlternatives", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowAlternatives", "sensitive" : false, "setterDocumentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@param showAlternatives Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.", "setterMethodName" : "setShowAlternatives", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showAlternatives", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showAlternatives", "variableType" : "Boolean", "documentation" : "

                                                              Determines whether alternative transcripts are generated along with the transcript that has the highest confidence. If you set ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxAlternatives", "beanStyleSetterMethodName" : "setMaxAlternatives", "c2jName" : "MaxAlternatives", "c2jShape" : "MaxAlternatives", "defaultConsumerFluentSetterDocumentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \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 #maxAlternatives(Integer)}.\n@param maxAlternatives 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 #maxAlternatives(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@return The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.\n@deprecated Use {@link #maxAlternatives()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@param maxAlternatives The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxAlternatives(Integer)}\n", "documentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxAlternatives property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxAlternatives", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxAlternatives", "fluentSetterDocumentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@param maxAlternatives The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxAlternatives", "getterDocumentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@return The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.", "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" : "MaxAlternatives", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxAlternatives", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxAlternatives", "sensitive" : false, "setterDocumentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@param maxAlternatives The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.", "setterMethodName" : "setMaxAlternatives", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxAlternatives", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxAlternatives", "variableType" : "Integer", "documentation" : "

                                                              The maximum number of alternatives that you tell the service to return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              \n@return The name of the vocabulary to use when processing a medical transcription job.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              \n@param vocabularyName The name of the vocabulary to use when processing a medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              \n@param vocabularyName The name of the vocabulary to use when processing a medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              \n@return The name of the vocabulary to use when processing a medical transcription job.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              \n@param vocabularyName The name of the vocabulary to use when processing a medical transcription job.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                              The name of the vocabulary to use when processing a medical transcription job.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MedicalTranscriptionSetting", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MedicalTranscriptionSetting", "variableName" : "medicalTranscriptionSetting", "variableType" : "MedicalTranscriptionSetting", "documentation" : null, "simpleType" : "MedicalTranscriptionSetting", "variableSetterType" : "MedicalTranscriptionSetting" }, "wrapper" : false, "xmlNamespace" : null }, "NotFoundException" : { "c2jName" : "NotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              We can't find the requested resource. Check the name and try your request again.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "NotFoundException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "NotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "NotFoundException", "variableName" : "notFoundException", "variableType" : "NotFoundException", "documentation" : null, "simpleType" : "NotFoundException", "variableSetterType" : "NotFoundException" }, "wrapper" : false, "xmlNamespace" : null }, "OutputLocationType" : { "c2jName" : "OutputLocationType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "CUSTOMER_BUCKET", "value" : "CUSTOMER_BUCKET" }, { "name" : "SERVICE_BUCKET", "value" : "SERVICE_BUCKET" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OutputLocationType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OutputLocationType", "variableName" : "outputLocationType", "variableType" : "OutputLocationType", "documentation" : null, "simpleType" : "OutputLocationType", "variableSetterType" : "OutputLocationType" }, "wrapper" : false, "xmlNamespace" : null }, "RedactionOutput" : { "c2jName" : "RedactionOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "REDACTED", "value" : "redacted" }, { "name" : "REDACTED_AND_UNREDACTED", "value" : "redacted_and_unredacted" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RedactionOutput", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RedactionOutput", "variableName" : "redactionOutput", "variableType" : "RedactionOutput", "documentation" : null, "simpleType" : "RedactionOutput", "variableSetterType" : "RedactionOutput" }, "wrapper" : false, "xmlNamespace" : null }, "RedactionType" : { "c2jName" : "RedactionType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "PII", "value" : "PII" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RedactionType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RedactionType", "variableName" : "redactionType", "variableType" : "RedactionType", "documentation" : null, "simpleType" : "RedactionType", "variableSetterType" : "RedactionType" }, "wrapper" : false, "xmlNamespace" : null }, "Settings" : { "c2jName" : "Settings", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              Provides optional settings for the StartTranscriptionJob operation.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              \n@return The name of a vocabulary to use when processing the transcription job.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              \n@param vocabularyName The name of a vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              \n@param vocabularyName The name of a vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              \n@return The name of a vocabulary to use when processing the transcription job.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              \n@param vocabularyName The name of a vocabulary to use when processing the transcription job.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShowSpeakerLabels", "beanStyleSetterMethodName" : "setShowSpeakerLabels", "c2jName" : "ShowSpeakerLabels", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

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

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@return Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@deprecated Use {@link #showSpeakerLabels()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #showSpeakerLabels(Boolean)}\n", "documentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShowSpeakerLabels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShowSpeakerLabels", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showSpeakerLabels", "fluentSetterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showSpeakerLabels", "getterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@return Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShowSpeakerLabels", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowSpeakerLabels", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowSpeakerLabels", "sensitive" : false, "setterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.", "setterMethodName" : "setShowSpeakerLabels", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showSpeakerLabels", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showSpeakerLabels", "variableType" : "Boolean", "documentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxSpeakerLabels", "beanStyleSetterMethodName" : "setMaxSpeakerLabels", "c2jName" : "MaxSpeakerLabels", "c2jShape" : "MaxSpeakers", "defaultConsumerFluentSetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \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 #maxSpeakerLabels(Integer)}.\n@param maxSpeakerLabels 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 #maxSpeakerLabels(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@return The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.\n@deprecated Use {@link #maxSpeakerLabels()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@param maxSpeakerLabels The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxSpeakerLabels(Integer)}\n", "documentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxSpeakerLabels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxSpeakerLabels", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxSpeakerLabels", "fluentSetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@param maxSpeakerLabels The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxSpeakerLabels", "getterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@return The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.", "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" : "MaxSpeakerLabels", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSpeakerLabels", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxSpeakerLabels", "sensitive" : false, "setterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@param maxSpeakerLabels The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.", "setterMethodName" : "setMaxSpeakerLabels", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSpeakerLabels", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSpeakerLabels", "variableType" : "Integer", "documentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelIdentification", "beanStyleSetterMethodName" : "setChannelIdentification", "c2jName" : "ChannelIdentification", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

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

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@return Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@deprecated Use {@link #channelIdentification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param channelIdentification Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelIdentification(Boolean)}\n", "documentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelIdentification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChannelIdentification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelIdentification", "fluentSetterDocumentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param channelIdentification Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelIdentification", "getterDocumentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@return Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChannelIdentification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ChannelIdentification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ChannelIdentification", "sensitive" : false, "setterDocumentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param channelIdentification Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.", "setterMethodName" : "setChannelIdentification", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "channelIdentification", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "channelIdentification", "variableType" : "Boolean", "documentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShowAlternatives", "beanStyleSetterMethodName" : "setShowAlternatives", "c2jName" : "ShowAlternatives", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

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

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@return Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.\n@deprecated Use {@link #showAlternatives()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@param showAlternatives Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #showAlternatives(Boolean)}\n", "documentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShowAlternatives property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShowAlternatives", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showAlternatives", "fluentSetterDocumentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@param showAlternatives Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showAlternatives", "getterDocumentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@return Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShowAlternatives", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowAlternatives", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowAlternatives", "sensitive" : false, "setterDocumentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@param showAlternatives Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.", "setterMethodName" : "setShowAlternatives", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showAlternatives", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showAlternatives", "variableType" : "Boolean", "documentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxAlternatives", "beanStyleSetterMethodName" : "setMaxAlternatives", "c2jName" : "MaxAlternatives", "c2jShape" : "MaxAlternatives", "defaultConsumerFluentSetterDocumentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \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 #maxAlternatives(Integer)}.\n@param maxAlternatives 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 #maxAlternatives(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@return The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.\n@deprecated Use {@link #maxAlternatives()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@param maxAlternatives The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxAlternatives(Integer)}\n", "documentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxAlternatives property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxAlternatives", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxAlternatives", "fluentSetterDocumentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@param maxAlternatives The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxAlternatives", "getterDocumentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@return The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.", "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" : "MaxAlternatives", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxAlternatives", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxAlternatives", "sensitive" : false, "setterDocumentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@param maxAlternatives The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.", "setterMethodName" : "setMaxAlternatives", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxAlternatives", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxAlternatives", "variableType" : "Integer", "documentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              \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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              \n@return The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              \n@param vocabularyFilterName The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              \n@param vocabularyFilterName The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              \n@return The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              \n@param vocabularyFilterName The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterMethod", "beanStyleSetterMethodName" : "setVocabularyFilterMethod", "c2jName" : "VocabularyFilterMethod", "c2jShape" : "VocabularyFilterMethod", "defaultConsumerFluentSetterDocumentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              \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 #vocabularyFilterMethodAsString(String)}.\n@param vocabularyFilterMethod 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 #vocabularyFilterMethod(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              \n

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

                                                              \n@return Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.\n@see VocabularyFilterMethod\n@deprecated Use {@link #vocabularyFilterMethodAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              \n@param vocabularyFilterMethod Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.\n@see VocabularyFilterMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyFilterMethod\n@deprecated Use {@link #vocabularyFilterMethod(String)}\n", "documentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "VocabularyFilterMethod", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterMethod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterMethod", "fluentEnumGetterMethodName" : "vocabularyFilterMethod", "fluentEnumSetterMethodName" : "vocabularyFilterMethod", "fluentGetterMethodName" : "vocabularyFilterMethodAsString", "fluentSetterDocumentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              \n@param vocabularyFilterMethod Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.\n@see VocabularyFilterMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyFilterMethod", "fluentSetterMethodName" : "vocabularyFilterMethod", "getterDocumentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              \n

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

                                                              \n@return Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.\n@see VocabularyFilterMethod", "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" : "VocabularyFilterMethod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterMethod", "sensitive" : false, "setterDocumentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              \n@param vocabularyFilterMethod Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.\n@see VocabularyFilterMethod", "setterMethodName" : "setVocabularyFilterMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterMethod", "variableType" : "String", "documentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelIdentification" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelIdentification", "beanStyleSetterMethodName" : "setChannelIdentification", "c2jName" : "ChannelIdentification", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

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

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@return Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@deprecated Use {@link #channelIdentification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param channelIdentification Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelIdentification(Boolean)}\n", "documentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelIdentification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChannelIdentification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelIdentification", "fluentSetterDocumentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param channelIdentification Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelIdentification", "getterDocumentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@return Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChannelIdentification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ChannelIdentification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ChannelIdentification", "sensitive" : false, "setterDocumentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param channelIdentification Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.", "setterMethodName" : "setChannelIdentification", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "channelIdentification", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "channelIdentification", "variableType" : "Boolean", "documentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxAlternatives" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxAlternatives", "beanStyleSetterMethodName" : "setMaxAlternatives", "c2jName" : "MaxAlternatives", "c2jShape" : "MaxAlternatives", "defaultConsumerFluentSetterDocumentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \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 #maxAlternatives(Integer)}.\n@param maxAlternatives 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 #maxAlternatives(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@return The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.\n@deprecated Use {@link #maxAlternatives()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@param maxAlternatives The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxAlternatives(Integer)}\n", "documentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxAlternatives property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxAlternatives", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxAlternatives", "fluentSetterDocumentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@param maxAlternatives The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxAlternatives", "getterDocumentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@return The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.", "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" : "MaxAlternatives", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxAlternatives", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxAlternatives", "sensitive" : false, "setterDocumentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@param maxAlternatives The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.", "setterMethodName" : "setMaxAlternatives", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxAlternatives", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxAlternatives", "variableType" : "Integer", "documentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MaxSpeakerLabels" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxSpeakerLabels", "beanStyleSetterMethodName" : "setMaxSpeakerLabels", "c2jName" : "MaxSpeakerLabels", "c2jShape" : "MaxSpeakers", "defaultConsumerFluentSetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \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 #maxSpeakerLabels(Integer)}.\n@param maxSpeakerLabels 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 #maxSpeakerLabels(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@return The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.\n@deprecated Use {@link #maxSpeakerLabels()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@param maxSpeakerLabels The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxSpeakerLabels(Integer)}\n", "documentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxSpeakerLabels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxSpeakerLabels", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxSpeakerLabels", "fluentSetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@param maxSpeakerLabels The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxSpeakerLabels", "getterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@return The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.", "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" : "MaxSpeakerLabels", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSpeakerLabels", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxSpeakerLabels", "sensitive" : false, "setterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@param maxSpeakerLabels The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.", "setterMethodName" : "setMaxSpeakerLabels", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSpeakerLabels", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSpeakerLabels", "variableType" : "Integer", "documentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ShowAlternatives" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShowAlternatives", "beanStyleSetterMethodName" : "setShowAlternatives", "c2jName" : "ShowAlternatives", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

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

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@return Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.\n@deprecated Use {@link #showAlternatives()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@param showAlternatives Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #showAlternatives(Boolean)}\n", "documentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShowAlternatives property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShowAlternatives", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showAlternatives", "fluentSetterDocumentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@param showAlternatives Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showAlternatives", "getterDocumentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@return Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShowAlternatives", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowAlternatives", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowAlternatives", "sensitive" : false, "setterDocumentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@param showAlternatives Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.", "setterMethodName" : "setShowAlternatives", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showAlternatives", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showAlternatives", "variableType" : "Boolean", "documentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ShowSpeakerLabels" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShowSpeakerLabels", "beanStyleSetterMethodName" : "setShowSpeakerLabels", "c2jName" : "ShowSpeakerLabels", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

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

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@return Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@deprecated Use {@link #showSpeakerLabels()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #showSpeakerLabels(Boolean)}\n", "documentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShowSpeakerLabels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShowSpeakerLabels", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showSpeakerLabels", "fluentSetterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showSpeakerLabels", "getterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@return Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShowSpeakerLabels", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowSpeakerLabels", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowSpeakerLabels", "sensitive" : false, "setterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.", "setterMethodName" : "setShowSpeakerLabels", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showSpeakerLabels", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showSpeakerLabels", "variableType" : "Boolean", "documentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyFilterMethod" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterMethod", "beanStyleSetterMethodName" : "setVocabularyFilterMethod", "c2jName" : "VocabularyFilterMethod", "c2jShape" : "VocabularyFilterMethod", "defaultConsumerFluentSetterDocumentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              \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 #vocabularyFilterMethodAsString(String)}.\n@param vocabularyFilterMethod 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 #vocabularyFilterMethod(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              \n

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

                                                              \n@return Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.\n@see VocabularyFilterMethod\n@deprecated Use {@link #vocabularyFilterMethodAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              \n@param vocabularyFilterMethod Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.\n@see VocabularyFilterMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyFilterMethod\n@deprecated Use {@link #vocabularyFilterMethod(String)}\n", "documentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "VocabularyFilterMethod", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterMethod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterMethod", "fluentEnumGetterMethodName" : "vocabularyFilterMethod", "fluentEnumSetterMethodName" : "vocabularyFilterMethod", "fluentGetterMethodName" : "vocabularyFilterMethodAsString", "fluentSetterDocumentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              \n@param vocabularyFilterMethod Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.\n@see VocabularyFilterMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyFilterMethod", "fluentSetterMethodName" : "vocabularyFilterMethod", "getterDocumentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              \n

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

                                                              \n@return Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.\n@see VocabularyFilterMethod", "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" : "VocabularyFilterMethod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterMethod", "sensitive" : false, "setterDocumentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              \n@param vocabularyFilterMethod Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.\n@see VocabularyFilterMethod", "setterMethodName" : "setVocabularyFilterMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterMethod", "variableType" : "String", "documentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyFilterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              \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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              \n@return The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              \n@param vocabularyFilterName The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              \n@param vocabularyFilterName The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              \n@return The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              \n@param vocabularyFilterName The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              \n@return The name of a vocabulary to use when processing the transcription job.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              \n@param vocabularyName The name of a vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              \n@param vocabularyName The name of a vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              \n@return The name of a vocabulary to use when processing the transcription job.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              \n@param vocabularyName The name of a vocabulary to use when processing the transcription job.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              \n@return The name of a vocabulary to use when processing the transcription job.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              \n@param vocabularyName The name of a vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              \n@param vocabularyName The name of a vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              \n@return The name of a vocabulary to use when processing the transcription job.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              \n@param vocabularyName The name of a vocabulary to use when processing the transcription job.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                              The name of a vocabulary to use when processing the transcription job.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShowSpeakerLabels", "beanStyleSetterMethodName" : "setShowSpeakerLabels", "c2jName" : "ShowSpeakerLabels", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

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

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@return Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@deprecated Use {@link #showSpeakerLabels()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #showSpeakerLabels(Boolean)}\n", "documentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShowSpeakerLabels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShowSpeakerLabels", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showSpeakerLabels", "fluentSetterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showSpeakerLabels", "getterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@return Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShowSpeakerLabels", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowSpeakerLabels", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowSpeakerLabels", "sensitive" : false, "setterDocumentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.", "setterMethodName" : "setShowSpeakerLabels", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showSpeakerLabels", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showSpeakerLabels", "variableType" : "Boolean", "documentation" : "

                                                              Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels field.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxSpeakerLabels", "beanStyleSetterMethodName" : "setMaxSpeakerLabels", "c2jName" : "MaxSpeakerLabels", "c2jShape" : "MaxSpeakers", "defaultConsumerFluentSetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \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 #maxSpeakerLabels(Integer)}.\n@param maxSpeakerLabels 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 #maxSpeakerLabels(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@return The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.\n@deprecated Use {@link #maxSpeakerLabels()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@param maxSpeakerLabels The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxSpeakerLabels(Integer)}\n", "documentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxSpeakerLabels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxSpeakerLabels", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxSpeakerLabels", "fluentSetterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@param maxSpeakerLabels The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxSpeakerLabels", "getterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@return The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.", "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" : "MaxSpeakerLabels", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxSpeakerLabels", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxSpeakerLabels", "sensitive" : false, "setterDocumentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              \n@param maxSpeakerLabels The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.", "setterMethodName" : "setMaxSpeakerLabels", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxSpeakerLabels", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxSpeakerLabels", "variableType" : "Integer", "documentation" : "

                                                              The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getChannelIdentification", "beanStyleSetterMethodName" : "setChannelIdentification", "c2jName" : "ChannelIdentification", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

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

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@return Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@deprecated Use {@link #channelIdentification()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param channelIdentification Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelIdentification(Boolean)}\n", "documentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ChannelIdentification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasChannelIdentification", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channelIdentification", "fluentSetterDocumentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param channelIdentification Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channelIdentification", "getterDocumentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@return Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChannelIdentification", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ChannelIdentification", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ChannelIdentification", "sensitive" : false, "setterDocumentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              \n@param channelIdentification Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.", "setterMethodName" : "setChannelIdentification", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "channelIdentification", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "channelIdentification", "variableType" : "Boolean", "documentation" : "

                                                              Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.

                                                              Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.

                                                              You can't set both ShowSpeakerLabels and ChannelIdentification in the same request. If you set both, your request returns a BadRequestException.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getShowAlternatives", "beanStyleSetterMethodName" : "setShowAlternatives", "c2jName" : "ShowAlternatives", "c2jShape" : "Boolean", "defaultConsumerFluentSetterDocumentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

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

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@return Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.\n@deprecated Use {@link #showAlternatives()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@param showAlternatives Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #showAlternatives(Boolean)}\n", "documentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ShowAlternatives property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasShowAlternatives", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "showAlternatives", "fluentSetterDocumentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@param showAlternatives Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "showAlternatives", "getterDocumentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@return Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ShowAlternatives", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ShowAlternatives", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "BOOLEAN", "name" : "ShowAlternatives", "sensitive" : false, "setterDocumentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              \n@param showAlternatives Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.", "setterMethodName" : "setShowAlternatives", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "showAlternatives", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "showAlternatives", "variableType" : "Boolean", "documentation" : "

                                                              Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives field.

                                                              ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMaxAlternatives", "beanStyleSetterMethodName" : "setMaxAlternatives", "c2jName" : "MaxAlternatives", "c2jShape" : "MaxAlternatives", "defaultConsumerFluentSetterDocumentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \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 #maxAlternatives(Integer)}.\n@param maxAlternatives 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 #maxAlternatives(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@return The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.\n@deprecated Use {@link #maxAlternatives()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@param maxAlternatives The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxAlternatives(Integer)}\n", "documentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MaxAlternatives property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMaxAlternatives", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxAlternatives", "fluentSetterDocumentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@param maxAlternatives The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxAlternatives", "getterDocumentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@return The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.", "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" : "MaxAlternatives", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MaxAlternatives", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxAlternatives", "sensitive" : false, "setterDocumentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              \n@param maxAlternatives The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.", "setterMethodName" : "setMaxAlternatives", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxAlternatives", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxAlternatives", "variableType" : "Integer", "documentation" : "

                                                              The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives field, you must set the ShowAlternatives field to true.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              \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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              \n@return The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              \n@param vocabularyFilterName The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              \n@param vocabularyFilterName The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              \n@return The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              \n@param vocabularyFilterName The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

                                                              The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterMethod", "beanStyleSetterMethodName" : "setVocabularyFilterMethod", "c2jName" : "VocabularyFilterMethod", "c2jShape" : "VocabularyFilterMethod", "defaultConsumerFluentSetterDocumentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              \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 #vocabularyFilterMethodAsString(String)}.\n@param vocabularyFilterMethod 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 #vocabularyFilterMethod(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              \n

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

                                                              \n@return Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.\n@see VocabularyFilterMethod\n@deprecated Use {@link #vocabularyFilterMethodAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              \n@param vocabularyFilterMethod Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.\n@see VocabularyFilterMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyFilterMethod\n@deprecated Use {@link #vocabularyFilterMethod(String)}\n", "documentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "VocabularyFilterMethod", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterMethod property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterMethod", "fluentEnumGetterMethodName" : "vocabularyFilterMethod", "fluentEnumSetterMethodName" : "vocabularyFilterMethod", "fluentGetterMethodName" : "vocabularyFilterMethodAsString", "fluentSetterDocumentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              \n@param vocabularyFilterMethod Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.\n@see VocabularyFilterMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyFilterMethod", "fluentSetterMethodName" : "vocabularyFilterMethod", "getterDocumentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              \n

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

                                                              \n@return Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.\n@see VocabularyFilterMethod", "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" : "VocabularyFilterMethod", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterMethod", "sensitive" : false, "setterDocumentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              \n@param vocabularyFilterMethod Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.\n@see VocabularyFilterMethod", "setterMethodName" : "setVocabularyFilterMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterMethod", "variableType" : "String", "documentation" : "

                                                              Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text. Set to remove to remove filtered text from the transcript without using placeholder text.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Settings", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Settings", "variableName" : "settings", "variableType" : "Settings", "documentation" : null, "simpleType" : "Settings", "variableSetterType" : "Settings" }, "wrapper" : false, "xmlNamespace" : null }, "Specialty" : { "c2jName" : "Specialty", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "PRIMARYCARE", "value" : "PRIMARYCARE" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Specialty", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Specialty", "variableName" : "specialty", "variableType" : "Specialty", "documentation" : null, "simpleType" : "Specialty", "variableSetterType" : "Specialty" }, "wrapper" : false, "xmlNamespace" : null }, "StartMedicalTranscriptionJobRequest" : { "c2jName" : "StartMedicalTranscriptionJobRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "StartMedicalTranscriptionJob", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.StartMedicalTranscriptionJob", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJobName", "beanStyleSetterMethodName" : "setMedicalTranscriptionJobName", "c2jName" : "MedicalTranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              \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 #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName 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 #medicalTranscriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              \n@return The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              \n@param medicalTranscriptionJobName The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n", "documentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJobName", "fluentSetterDocumentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              \n@param medicalTranscriptionJobName The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJobName", "getterDocumentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              \n@return The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.", "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" : "MedicalTranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MedicalTranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              \n@param medicalTranscriptionJobName The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.", "setterMethodName" : "setMedicalTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              \n

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

                                                              \n@return The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              \n@param languageCode The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              \n@param languageCode The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              \n

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

                                                              \n@return The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              \n@param languageCode The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaSampleRateHertz", "beanStyleSetterMethodName" : "setMediaSampleRateHertz", "c2jName" : "MediaSampleRateHertz", "c2jShape" : "MediaSampleRateHertz", "defaultConsumerFluentSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              \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 #mediaSampleRateHertz(Integer)}.\n@param mediaSampleRateHertz 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 #mediaSampleRateHertz(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              \n@return The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.\n@deprecated Use {@link #mediaSampleRateHertz()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaSampleRateHertz(Integer)}\n", "documentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaSampleRateHertz property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaSampleRateHertz", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mediaSampleRateHertz", "fluentSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mediaSampleRateHertz", "getterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              \n@return The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.", "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" : "MediaSampleRateHertz", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaSampleRateHertz", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MediaSampleRateHertz", "sensitive" : false, "setterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.", "setterMethodName" : "setMediaSampleRateHertz", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaFormat", "beanStyleSetterMethodName" : "setMediaFormat", "c2jName" : "MediaFormat", "c2jShape" : "MediaFormat", "defaultConsumerFluentSetterDocumentation" : "

                                                              The audio format of the input media file.

                                                              \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 #mediaFormatAsString(String)}.\n@param mediaFormat 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 #mediaFormat(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The audio format of the input media file.

                                                              \n

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

                                                              \n@return The audio format of the input media file.\n@see MediaFormat\n@deprecated Use {@link #mediaFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The audio format of the input media file.

                                                              \n@param mediaFormat The audio format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat\n@deprecated Use {@link #mediaFormat(String)}\n", "documentation" : "

                                                              The audio format of the input media file.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "MediaFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaFormat", "fluentEnumGetterMethodName" : "mediaFormat", "fluentEnumSetterMethodName" : "mediaFormat", "fluentGetterMethodName" : "mediaFormatAsString", "fluentSetterDocumentation" : "

                                                              The audio format of the input media file.

                                                              \n@param mediaFormat The audio format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat", "fluentSetterMethodName" : "mediaFormat", "getterDocumentation" : "

                                                              The audio format of the input media file.

                                                              \n

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

                                                              \n@return The audio format of the input media file.\n@see MediaFormat", "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" : "MediaFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MediaFormat", "sensitive" : false, "setterDocumentation" : "

                                                              The audio format of the input media file.

                                                              \n@param mediaFormat The audio format of the input media file.\n@see MediaFormat", "setterMethodName" : "setMediaFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : "

                                                              The audio format of the input media file.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedia", "beanStyleSetterMethodName" : "setMedia", "c2jName" : "Media", "c2jShape" : "Media", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Media property for this object.\n\nThis is a convenience that creates an instance of the {@link Media.Builder} avoiding the need to create one manually via {@link Media#builder()}.\n\nWhen the {@link Consumer} completes, {@link Media.Builder#build()} is called immediately and its result is passed to {@link #media(Media)}.\n@param media a consumer that will call methods on {@link Media.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #media(Media)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Media property for this object.\n@return The value of the Media property for this object.\n@deprecated Use {@link #media()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Media property for this object.\n\n@param media The new value for the Media property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #media(Media)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Media property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedia", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "media", "fluentSetterDocumentation" : "Sets the value of the Media property for this object.\n\n@param media The new value for the Media property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "media", "getterDocumentation" : "Returns the value of the Media property for this object.\n@return The value of the Media property for this object.", "getterModel" : { "returnType" : "Media", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Media", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Media", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Media", "sensitive" : false, "setterDocumentation" : "Sets the value of the Media property for this object.\n\n@param media The new value for the Media property for this object.", "setterMethodName" : "setMedia", "setterModel" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : null, "simpleType" : "Media", "variableSetterType" : "Media" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : "", "simpleType" : "Media", "variableSetterType" : "Media" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputBucketName", "beanStyleSetterMethodName" : "setOutputBucketName", "c2jName" : "OutputBucketName", "c2jShape" : "OutputBucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              \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 #outputBucketName(String)}.\n@param outputBucketName 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 #outputBucketName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              \n@return The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.\n@deprecated Use {@link #outputBucketName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              \n@param outputBucketName The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputBucketName(String)}\n", "documentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputBucketName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOutputBucketName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputBucketName", "fluentSetterDocumentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              \n@param outputBucketName The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputBucketName", "getterDocumentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              \n@return The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.", "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" : "OutputBucketName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputBucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OutputBucketName", "sensitive" : false, "setterDocumentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              \n@param outputBucketName The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.", "setterMethodName" : "setOutputBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputBucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputBucketName", "variableType" : "String", "documentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputEncryptionKMSKeyId", "beanStyleSetterMethodName" : "setOutputEncryptionKMSKeyId", "c2jName" : "OutputEncryptionKMSKeyId", "c2jShape" : "KMSKeyId", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \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 #outputEncryptionKMSKeyId(String)}.\n@param outputEncryptionKMSKeyId 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 #outputEncryptionKMSKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@return The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.\n@deprecated Use {@link #outputEncryptionKMSKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputEncryptionKMSKeyId(String)}\n", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputEncryptionKMSKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOutputEncryptionKMSKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputEncryptionKMSKeyId", "fluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputEncryptionKMSKeyId", "getterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@return The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.", "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" : "OutputEncryptionKMSKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputEncryptionKMSKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OutputEncryptionKMSKeyId", "sensitive" : false, "setterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.", "setterMethodName" : "setOutputEncryptionKMSKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputEncryptionKMSKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputEncryptionKMSKeyId", "variableType" : "String", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSettings", "beanStyleSetterMethodName" : "setSettings", "c2jName" : "Settings", "c2jShape" : "MedicalTranscriptionSetting", "defaultConsumerFluentSetterDocumentation" : "

                                                              Optional settings for the medical transcription job.

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

                                                              Optional settings for the medical transcription job.

                                                              \n@return Optional settings for the medical transcription job.\n@deprecated Use {@link #settings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Optional settings for the medical transcription job.

                                                              \n@param settings Optional settings for the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #settings(MedicalTranscriptionSetting)}\n", "documentation" : "

                                                              Optional settings for the medical transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Settings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "settings", "fluentSetterDocumentation" : "

                                                              Optional settings for the medical transcription job.

                                                              \n@param settings Optional settings for the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "settings", "getterDocumentation" : "

                                                              Optional settings for the medical transcription job.

                                                              \n@return Optional settings for the medical transcription job.", "getterModel" : { "returnType" : "MedicalTranscriptionSetting", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Settings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Settings", "sensitive" : false, "setterDocumentation" : "

                                                              Optional settings for the medical transcription job.

                                                              \n@param settings Optional settings for the medical transcription job.", "setterMethodName" : "setSettings", "setterModel" : { "variableDeclarationType" : "MedicalTranscriptionSetting", "variableName" : "settings", "variableType" : "MedicalTranscriptionSetting", "documentation" : null, "simpleType" : "MedicalTranscriptionSetting", "variableSetterType" : "MedicalTranscriptionSetting" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MedicalTranscriptionSetting", "variableName" : "settings", "variableType" : "MedicalTranscriptionSetting", "documentation" : "

                                                              Optional settings for the medical transcription job.

                                                              ", "simpleType" : "MedicalTranscriptionSetting", "variableSetterType" : "MedicalTranscriptionSetting" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSpecialty", "beanStyleSetterMethodName" : "setSpecialty", "c2jName" : "Specialty", "c2jShape" : "Specialty", "defaultConsumerFluentSetterDocumentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              \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 #specialtyAsString(String)}.\n@param specialty 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 #specialty(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              \n

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

                                                              \n@return The medical specialty of any clinician speaking in the input media.\n@see Specialty\n@deprecated Use {@link #specialtyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              \n@param specialty The medical specialty of any clinician speaking in the input media.\n@see Specialty\n@return Returns a reference to this object so that method calls can be chained together.\n@see Specialty\n@deprecated Use {@link #specialty(String)}\n", "documentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "Specialty", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Specialty property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSpecialty", "fluentEnumGetterMethodName" : "specialty", "fluentEnumSetterMethodName" : "specialty", "fluentGetterMethodName" : "specialtyAsString", "fluentSetterDocumentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              \n@param specialty The medical specialty of any clinician speaking in the input media.\n@see Specialty\n@return Returns a reference to this object so that method calls can be chained together.\n@see Specialty", "fluentSetterMethodName" : "specialty", "getterDocumentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              \n

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

                                                              \n@return The medical specialty of any clinician speaking in the input media.\n@see Specialty", "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" : "Specialty", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Specialty", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Specialty", "sensitive" : false, "setterDocumentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              \n@param specialty The medical specialty of any clinician speaking in the input media.\n@see Specialty", "setterMethodName" : "setSpecialty", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "specialty", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "specialty", "variableType" : "String", "documentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "Type", "defaultConsumerFluentSetterDocumentation" : "

                                                              The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              \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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              \n

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

                                                              \n@return The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.\n@see Type\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              \n@param type The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.\n@see Type\n@return Returns a reference to this object so that method calls can be chained together.\n@see Type\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                              The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "Type", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                              The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              \n@param type The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.\n@see Type\n@return Returns a reference to this object so that method calls can be chained together.\n@see Type", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                              The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              \n

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

                                                              \n@return The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.\n@see Type", "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, "requiresLength" : 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 speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              \n@param type The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.\n@see Type", "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 speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              \n

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

                                                              \n@return The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              \n@param languageCode The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              \n@param languageCode The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              \n

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

                                                              \n@return The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              \n@param languageCode The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Media" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedia", "beanStyleSetterMethodName" : "setMedia", "c2jName" : "Media", "c2jShape" : "Media", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Media property for this object.\n\nThis is a convenience that creates an instance of the {@link Media.Builder} avoiding the need to create one manually via {@link Media#builder()}.\n\nWhen the {@link Consumer} completes, {@link Media.Builder#build()} is called immediately and its result is passed to {@link #media(Media)}.\n@param media a consumer that will call methods on {@link Media.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #media(Media)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Media property for this object.\n@return The value of the Media property for this object.\n@deprecated Use {@link #media()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Media property for this object.\n\n@param media The new value for the Media property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #media(Media)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Media property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedia", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "media", "fluentSetterDocumentation" : "Sets the value of the Media property for this object.\n\n@param media The new value for the Media property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "media", "getterDocumentation" : "Returns the value of the Media property for this object.\n@return The value of the Media property for this object.", "getterModel" : { "returnType" : "Media", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Media", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Media", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Media", "sensitive" : false, "setterDocumentation" : "Sets the value of the Media property for this object.\n\n@param media The new value for the Media property for this object.", "setterMethodName" : "setMedia", "setterModel" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : null, "simpleType" : "Media", "variableSetterType" : "Media" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : "", "simpleType" : "Media", "variableSetterType" : "Media" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MediaFormat" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaFormat", "beanStyleSetterMethodName" : "setMediaFormat", "c2jName" : "MediaFormat", "c2jShape" : "MediaFormat", "defaultConsumerFluentSetterDocumentation" : "

                                                              The audio format of the input media file.

                                                              \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 #mediaFormatAsString(String)}.\n@param mediaFormat 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 #mediaFormat(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The audio format of the input media file.

                                                              \n

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

                                                              \n@return The audio format of the input media file.\n@see MediaFormat\n@deprecated Use {@link #mediaFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The audio format of the input media file.

                                                              \n@param mediaFormat The audio format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat\n@deprecated Use {@link #mediaFormat(String)}\n", "documentation" : "

                                                              The audio format of the input media file.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "MediaFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaFormat", "fluentEnumGetterMethodName" : "mediaFormat", "fluentEnumSetterMethodName" : "mediaFormat", "fluentGetterMethodName" : "mediaFormatAsString", "fluentSetterDocumentation" : "

                                                              The audio format of the input media file.

                                                              \n@param mediaFormat The audio format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat", "fluentSetterMethodName" : "mediaFormat", "getterDocumentation" : "

                                                              The audio format of the input media file.

                                                              \n

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

                                                              \n@return The audio format of the input media file.\n@see MediaFormat", "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" : "MediaFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MediaFormat", "sensitive" : false, "setterDocumentation" : "

                                                              The audio format of the input media file.

                                                              \n@param mediaFormat The audio format of the input media file.\n@see MediaFormat", "setterMethodName" : "setMediaFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : "

                                                              The audio format of the input media file.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MediaSampleRateHertz" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaSampleRateHertz", "beanStyleSetterMethodName" : "setMediaSampleRateHertz", "c2jName" : "MediaSampleRateHertz", "c2jShape" : "MediaSampleRateHertz", "defaultConsumerFluentSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              \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 #mediaSampleRateHertz(Integer)}.\n@param mediaSampleRateHertz 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 #mediaSampleRateHertz(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              \n@return The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.\n@deprecated Use {@link #mediaSampleRateHertz()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaSampleRateHertz(Integer)}\n", "documentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaSampleRateHertz property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaSampleRateHertz", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mediaSampleRateHertz", "fluentSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mediaSampleRateHertz", "getterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              \n@return The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.", "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" : "MediaSampleRateHertz", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaSampleRateHertz", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MediaSampleRateHertz", "sensitive" : false, "setterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.", "setterMethodName" : "setMediaSampleRateHertz", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MedicalTranscriptionJobName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJobName", "beanStyleSetterMethodName" : "setMedicalTranscriptionJobName", "c2jName" : "MedicalTranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              \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 #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName 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 #medicalTranscriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              \n@return The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              \n@param medicalTranscriptionJobName The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n", "documentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJobName", "fluentSetterDocumentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              \n@param medicalTranscriptionJobName The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJobName", "getterDocumentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              \n@return The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.", "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" : "MedicalTranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MedicalTranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              \n@param medicalTranscriptionJobName The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.", "setterMethodName" : "setMedicalTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OutputBucketName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputBucketName", "beanStyleSetterMethodName" : "setOutputBucketName", "c2jName" : "OutputBucketName", "c2jShape" : "OutputBucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              \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 #outputBucketName(String)}.\n@param outputBucketName 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 #outputBucketName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              \n@return The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.\n@deprecated Use {@link #outputBucketName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              \n@param outputBucketName The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputBucketName(String)}\n", "documentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputBucketName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOutputBucketName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputBucketName", "fluentSetterDocumentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              \n@param outputBucketName The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputBucketName", "getterDocumentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              \n@return The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.", "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" : "OutputBucketName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputBucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OutputBucketName", "sensitive" : false, "setterDocumentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              \n@param outputBucketName The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.", "setterMethodName" : "setOutputBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputBucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputBucketName", "variableType" : "String", "documentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OutputEncryptionKMSKeyId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputEncryptionKMSKeyId", "beanStyleSetterMethodName" : "setOutputEncryptionKMSKeyId", "c2jName" : "OutputEncryptionKMSKeyId", "c2jShape" : "KMSKeyId", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \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 #outputEncryptionKMSKeyId(String)}.\n@param outputEncryptionKMSKeyId 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 #outputEncryptionKMSKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@return The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.\n@deprecated Use {@link #outputEncryptionKMSKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputEncryptionKMSKeyId(String)}\n", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputEncryptionKMSKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOutputEncryptionKMSKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputEncryptionKMSKeyId", "fluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputEncryptionKMSKeyId", "getterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@return The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.", "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" : "OutputEncryptionKMSKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputEncryptionKMSKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OutputEncryptionKMSKeyId", "sensitive" : false, "setterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.", "setterMethodName" : "setOutputEncryptionKMSKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputEncryptionKMSKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputEncryptionKMSKeyId", "variableType" : "String", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Settings" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSettings", "beanStyleSetterMethodName" : "setSettings", "c2jName" : "Settings", "c2jShape" : "MedicalTranscriptionSetting", "defaultConsumerFluentSetterDocumentation" : "

                                                              Optional settings for the medical transcription job.

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

                                                              Optional settings for the medical transcription job.

                                                              \n@return Optional settings for the medical transcription job.\n@deprecated Use {@link #settings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Optional settings for the medical transcription job.

                                                              \n@param settings Optional settings for the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #settings(MedicalTranscriptionSetting)}\n", "documentation" : "

                                                              Optional settings for the medical transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Settings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "settings", "fluentSetterDocumentation" : "

                                                              Optional settings for the medical transcription job.

                                                              \n@param settings Optional settings for the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "settings", "getterDocumentation" : "

                                                              Optional settings for the medical transcription job.

                                                              \n@return Optional settings for the medical transcription job.", "getterModel" : { "returnType" : "MedicalTranscriptionSetting", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Settings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Settings", "sensitive" : false, "setterDocumentation" : "

                                                              Optional settings for the medical transcription job.

                                                              \n@param settings Optional settings for the medical transcription job.", "setterMethodName" : "setSettings", "setterModel" : { "variableDeclarationType" : "MedicalTranscriptionSetting", "variableName" : "settings", "variableType" : "MedicalTranscriptionSetting", "documentation" : null, "simpleType" : "MedicalTranscriptionSetting", "variableSetterType" : "MedicalTranscriptionSetting" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MedicalTranscriptionSetting", "variableName" : "settings", "variableType" : "MedicalTranscriptionSetting", "documentation" : "

                                                              Optional settings for the medical transcription job.

                                                              ", "simpleType" : "MedicalTranscriptionSetting", "variableSetterType" : "MedicalTranscriptionSetting" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Specialty" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSpecialty", "beanStyleSetterMethodName" : "setSpecialty", "c2jName" : "Specialty", "c2jShape" : "Specialty", "defaultConsumerFluentSetterDocumentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              \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 #specialtyAsString(String)}.\n@param specialty 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 #specialty(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              \n

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

                                                              \n@return The medical specialty of any clinician speaking in the input media.\n@see Specialty\n@deprecated Use {@link #specialtyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              \n@param specialty The medical specialty of any clinician speaking in the input media.\n@see Specialty\n@return Returns a reference to this object so that method calls can be chained together.\n@see Specialty\n@deprecated Use {@link #specialty(String)}\n", "documentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "Specialty", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Specialty property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSpecialty", "fluentEnumGetterMethodName" : "specialty", "fluentEnumSetterMethodName" : "specialty", "fluentGetterMethodName" : "specialtyAsString", "fluentSetterDocumentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              \n@param specialty The medical specialty of any clinician speaking in the input media.\n@see Specialty\n@return Returns a reference to this object so that method calls can be chained together.\n@see Specialty", "fluentSetterMethodName" : "specialty", "getterDocumentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              \n

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

                                                              \n@return The medical specialty of any clinician speaking in the input media.\n@see Specialty", "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" : "Specialty", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Specialty", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Specialty", "sensitive" : false, "setterDocumentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              \n@param specialty The medical specialty of any clinician speaking in the input media.\n@see Specialty", "setterMethodName" : "setSpecialty", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "specialty", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "specialty", "variableType" : "String", "documentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Type" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "Type", "defaultConsumerFluentSetterDocumentation" : "

                                                              The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              \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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              \n

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

                                                              \n@return The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.\n@see Type\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              \n@param type The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.\n@see Type\n@return Returns a reference to this object so that method calls can be chained together.\n@see Type\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                              The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "Type", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                              The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              \n@param type The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.\n@see Type\n@return Returns a reference to this object so that method calls can be chained together.\n@see Type", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                              The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              \n

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

                                                              \n@return The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.\n@see Type", "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, "requiresLength" : 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 speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              \n@param type The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.\n@see Type", "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 speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJobName", "beanStyleSetterMethodName" : "setMedicalTranscriptionJobName", "c2jName" : "MedicalTranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              \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 #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName 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 #medicalTranscriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              \n@return The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              \n@param medicalTranscriptionJobName The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n", "documentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJobName", "fluentSetterDocumentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              \n@param medicalTranscriptionJobName The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJobName", "getterDocumentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              \n@return The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.", "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" : "MedicalTranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MedicalTranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              \n@param medicalTranscriptionJobName The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.", "setterMethodName" : "setMedicalTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "medicalTranscriptionJobName", "variableType" : "String", "documentation" : "

                                                              The name of the medical transcription job. You can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a medical transcription job with the same name as a previous medical transcription job you will receive a ConflictException error.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              \n

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

                                                              \n@return The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              \n@param languageCode The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              \n@param languageCode The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              \n

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

                                                              \n@return The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              \n@param languageCode The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                              The language code for the language spoken in the input media file. US English (en-US) is the valid value for medical transcription jobs. Any other value you enter for language code results in a BadRequestException error.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaSampleRateHertz", "beanStyleSetterMethodName" : "setMediaSampleRateHertz", "c2jName" : "MediaSampleRateHertz", "c2jShape" : "MediaSampleRateHertz", "defaultConsumerFluentSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              \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 #mediaSampleRateHertz(Integer)}.\n@param mediaSampleRateHertz 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 #mediaSampleRateHertz(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              \n@return The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.\n@deprecated Use {@link #mediaSampleRateHertz()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaSampleRateHertz(Integer)}\n", "documentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaSampleRateHertz property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaSampleRateHertz", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mediaSampleRateHertz", "fluentSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mediaSampleRateHertz", "getterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              \n@return The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.", "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" : "MediaSampleRateHertz", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaSampleRateHertz", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MediaSampleRateHertz", "sensitive" : false, "setterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.", "setterMethodName" : "setMediaSampleRateHertz", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe Medical determines the sample rate. If you specify the sample rate, it must match the rate detected by Amazon Transcribe Medical. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe Medical determine the sample rate.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaFormat", "beanStyleSetterMethodName" : "setMediaFormat", "c2jName" : "MediaFormat", "c2jShape" : "MediaFormat", "defaultConsumerFluentSetterDocumentation" : "

                                                              The audio format of the input media file.

                                                              \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 #mediaFormatAsString(String)}.\n@param mediaFormat 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 #mediaFormat(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The audio format of the input media file.

                                                              \n

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

                                                              \n@return The audio format of the input media file.\n@see MediaFormat\n@deprecated Use {@link #mediaFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The audio format of the input media file.

                                                              \n@param mediaFormat The audio format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat\n@deprecated Use {@link #mediaFormat(String)}\n", "documentation" : "

                                                              The audio format of the input media file.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "MediaFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaFormat", "fluentEnumGetterMethodName" : "mediaFormat", "fluentEnumSetterMethodName" : "mediaFormat", "fluentGetterMethodName" : "mediaFormatAsString", "fluentSetterDocumentation" : "

                                                              The audio format of the input media file.

                                                              \n@param mediaFormat The audio format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat", "fluentSetterMethodName" : "mediaFormat", "getterDocumentation" : "

                                                              The audio format of the input media file.

                                                              \n

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

                                                              \n@return The audio format of the input media file.\n@see MediaFormat", "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" : "MediaFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MediaFormat", "sensitive" : false, "setterDocumentation" : "

                                                              The audio format of the input media file.

                                                              \n@param mediaFormat The audio format of the input media file.\n@see MediaFormat", "setterMethodName" : "setMediaFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : "

                                                              The audio format of the input media file.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedia", "beanStyleSetterMethodName" : "setMedia", "c2jName" : "Media", "c2jShape" : "Media", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Media property for this object.\n\nThis is a convenience that creates an instance of the {@link Media.Builder} avoiding the need to create one manually via {@link Media#builder()}.\n\nWhen the {@link Consumer} completes, {@link Media.Builder#build()} is called immediately and its result is passed to {@link #media(Media)}.\n@param media a consumer that will call methods on {@link Media.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #media(Media)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Media property for this object.\n@return The value of the Media property for this object.\n@deprecated Use {@link #media()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "Sets the value of the Media property for this object.\n\n@param media The new value for the Media property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #media(Media)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Media property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedia", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "media", "fluentSetterDocumentation" : "Sets the value of the Media property for this object.\n\n@param media The new value for the Media property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "media", "getterDocumentation" : "Returns the value of the Media property for this object.\n@return The value of the Media property for this object.", "getterModel" : { "returnType" : "Media", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Media", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Media", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Media", "sensitive" : false, "setterDocumentation" : "Sets the value of the Media property for this object.\n\n@param media The new value for the Media property for this object.", "setterMethodName" : "setMedia", "setterModel" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : null, "simpleType" : "Media", "variableSetterType" : "Media" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : "", "simpleType" : "Media", "variableSetterType" : "Media" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputBucketName", "beanStyleSetterMethodName" : "setOutputBucketName", "c2jName" : "OutputBucketName", "c2jShape" : "OutputBucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              \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 #outputBucketName(String)}.\n@param outputBucketName 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 #outputBucketName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              \n@return The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.\n@deprecated Use {@link #outputBucketName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              \n@param outputBucketName The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputBucketName(String)}\n", "documentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputBucketName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOutputBucketName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputBucketName", "fluentSetterDocumentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              \n@param outputBucketName The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputBucketName", "getterDocumentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              \n@return The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.", "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" : "OutputBucketName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputBucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OutputBucketName", "sensitive" : false, "setterDocumentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              \n@param outputBucketName The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.", "setterMethodName" : "setOutputBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputBucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputBucketName", "variableType" : "String", "documentation" : "

                                                              The Amazon S3 location where the transcription is stored.

                                                              You must set OutputBucketName for Amazon Transcribe Medical to store the transcription results. Your transcript appears in the S3 location you specify. When you call the GetMedicalTranscriptionJob, the operation returns this location in the TranscriptFileUri field. The S3 bucket must have permissions that allow Amazon Transcribe Medical to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe Medical uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputEncryptionKMSKeyId", "beanStyleSetterMethodName" : "setOutputEncryptionKMSKeyId", "c2jName" : "OutputEncryptionKMSKeyId", "c2jShape" : "KMSKeyId", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \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 #outputEncryptionKMSKeyId(String)}.\n@param outputEncryptionKMSKeyId 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 #outputEncryptionKMSKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@return The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.\n@deprecated Use {@link #outputEncryptionKMSKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputEncryptionKMSKeyId(String)}\n", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputEncryptionKMSKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOutputEncryptionKMSKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputEncryptionKMSKeyId", "fluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputEncryptionKMSKeyId", "getterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@return The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.", "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" : "OutputEncryptionKMSKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputEncryptionKMSKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OutputEncryptionKMSKeyId", "sensitive" : false, "setterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.", "setterMethodName" : "setOutputEncryptionKMSKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputEncryptionKMSKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputEncryptionKMSKeyId", "variableType" : "String", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartMedicalTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS key in the current account or another account: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the medical transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSettings", "beanStyleSetterMethodName" : "setSettings", "c2jName" : "Settings", "c2jShape" : "MedicalTranscriptionSetting", "defaultConsumerFluentSetterDocumentation" : "

                                                              Optional settings for the medical transcription job.

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

                                                              Optional settings for the medical transcription job.

                                                              \n@return Optional settings for the medical transcription job.\n@deprecated Use {@link #settings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Optional settings for the medical transcription job.

                                                              \n@param settings Optional settings for the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #settings(MedicalTranscriptionSetting)}\n", "documentation" : "

                                                              Optional settings for the medical transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Settings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "settings", "fluentSetterDocumentation" : "

                                                              Optional settings for the medical transcription job.

                                                              \n@param settings Optional settings for the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "settings", "getterDocumentation" : "

                                                              Optional settings for the medical transcription job.

                                                              \n@return Optional settings for the medical transcription job.", "getterModel" : { "returnType" : "MedicalTranscriptionSetting", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Settings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Settings", "sensitive" : false, "setterDocumentation" : "

                                                              Optional settings for the medical transcription job.

                                                              \n@param settings Optional settings for the medical transcription job.", "setterMethodName" : "setSettings", "setterModel" : { "variableDeclarationType" : "MedicalTranscriptionSetting", "variableName" : "settings", "variableType" : "MedicalTranscriptionSetting", "documentation" : null, "simpleType" : "MedicalTranscriptionSetting", "variableSetterType" : "MedicalTranscriptionSetting" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MedicalTranscriptionSetting", "variableName" : "settings", "variableType" : "MedicalTranscriptionSetting", "documentation" : "

                                                              Optional settings for the medical transcription job.

                                                              ", "simpleType" : "MedicalTranscriptionSetting", "variableSetterType" : "MedicalTranscriptionSetting" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSpecialty", "beanStyleSetterMethodName" : "setSpecialty", "c2jName" : "Specialty", "c2jShape" : "Specialty", "defaultConsumerFluentSetterDocumentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              \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 #specialtyAsString(String)}.\n@param specialty 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 #specialty(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              \n

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

                                                              \n@return The medical specialty of any clinician speaking in the input media.\n@see Specialty\n@deprecated Use {@link #specialtyAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              \n@param specialty The medical specialty of any clinician speaking in the input media.\n@see Specialty\n@return Returns a reference to this object so that method calls can be chained together.\n@see Specialty\n@deprecated Use {@link #specialty(String)}\n", "documentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "Specialty", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Specialty property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSpecialty", "fluentEnumGetterMethodName" : "specialty", "fluentEnumSetterMethodName" : "specialty", "fluentGetterMethodName" : "specialtyAsString", "fluentSetterDocumentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              \n@param specialty The medical specialty of any clinician speaking in the input media.\n@see Specialty\n@return Returns a reference to this object so that method calls can be chained together.\n@see Specialty", "fluentSetterMethodName" : "specialty", "getterDocumentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              \n

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

                                                              \n@return The medical specialty of any clinician speaking in the input media.\n@see Specialty", "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" : "Specialty", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Specialty", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Specialty", "sensitive" : false, "setterDocumentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              \n@param specialty The medical specialty of any clinician speaking in the input media.\n@see Specialty", "setterMethodName" : "setSpecialty", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "specialty", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "specialty", "variableType" : "String", "documentation" : "

                                                              The medical specialty of any clinician speaking in the input media.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "Type", "defaultConsumerFluentSetterDocumentation" : "

                                                              The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              \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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              \n

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

                                                              \n@return The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.\n@see Type\n@deprecated Use {@link #typeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              \n@param type The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.\n@see Type\n@return Returns a reference to this object so that method calls can be chained together.\n@see Type\n@deprecated Use {@link #type(String)}\n", "documentation" : "

                                                              The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "Type", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasType", "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                                              The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              \n@param type The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.\n@see Type\n@return Returns a reference to this object so that method calls can be chained together.\n@see Type", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                              The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              \n

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

                                                              \n@return The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.\n@see Type", "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, "requiresLength" : 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 speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              \n@param type The type of speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.\n@see Type", "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 speech in the input audio. CONVERSATION refers to conversations between two or more speakers, e.g., a conversations between doctors and patients. DICTATION refers to single-speaker dictated speech, e.g., for clinical notes.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "MedicalTranscriptionJobName", "LanguageCode", "Media", "OutputBucketName", "Specialty", "Type" ], "shapeName" : "StartMedicalTranscriptionJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartMedicalTranscriptionJobRequest", "variableName" : "startMedicalTranscriptionJobRequest", "variableType" : "StartMedicalTranscriptionJobRequest", "documentation" : null, "simpleType" : "StartMedicalTranscriptionJobRequest", "variableSetterType" : "StartMedicalTranscriptionJobRequest" }, "wrapper" : false, "xmlNamespace" : null }, "StartMedicalTranscriptionJobResponse" : { "c2jName" : "StartMedicalTranscriptionJobResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJob", "beanStyleSetterMethodName" : "setMedicalTranscriptionJob", "c2jName" : "MedicalTranscriptionJob", "c2jShape" : "MedicalTranscriptionJob", "defaultConsumerFluentSetterDocumentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

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

                                                              A batch job submitted to transcribe medical speech to text.

                                                              \n@return A batch job submitted to transcribe medical speech to text.\n@deprecated Use {@link #medicalTranscriptionJob()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

                                                              \n@param medicalTranscriptionJob A batch job submitted to transcribe medical speech to text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJob(MedicalTranscriptionJob)}\n", "documentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJob", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJob", "fluentSetterDocumentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

                                                              \n@param medicalTranscriptionJob A batch job submitted to transcribe medical speech to text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJob", "getterDocumentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

                                                              \n@return A batch job submitted to transcribe medical speech to text.", "getterModel" : { "returnType" : "MedicalTranscriptionJob", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MedicalTranscriptionJob", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJob", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MedicalTranscriptionJob", "sensitive" : false, "setterDocumentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

                                                              \n@param medicalTranscriptionJob A batch job submitted to transcribe medical speech to text.", "setterMethodName" : "setMedicalTranscriptionJob", "setterModel" : { "variableDeclarationType" : "MedicalTranscriptionJob", "variableName" : "medicalTranscriptionJob", "variableType" : "MedicalTranscriptionJob", "documentation" : null, "simpleType" : "MedicalTranscriptionJob", "variableSetterType" : "MedicalTranscriptionJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MedicalTranscriptionJob", "variableName" : "medicalTranscriptionJob", "variableType" : "MedicalTranscriptionJob", "documentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

                                                              ", "simpleType" : "MedicalTranscriptionJob", "variableSetterType" : "MedicalTranscriptionJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MedicalTranscriptionJob" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJob", "beanStyleSetterMethodName" : "setMedicalTranscriptionJob", "c2jName" : "MedicalTranscriptionJob", "c2jShape" : "MedicalTranscriptionJob", "defaultConsumerFluentSetterDocumentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

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

                                                              A batch job submitted to transcribe medical speech to text.

                                                              \n@return A batch job submitted to transcribe medical speech to text.\n@deprecated Use {@link #medicalTranscriptionJob()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

                                                              \n@param medicalTranscriptionJob A batch job submitted to transcribe medical speech to text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJob(MedicalTranscriptionJob)}\n", "documentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJob", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJob", "fluentSetterDocumentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

                                                              \n@param medicalTranscriptionJob A batch job submitted to transcribe medical speech to text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJob", "getterDocumentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

                                                              \n@return A batch job submitted to transcribe medical speech to text.", "getterModel" : { "returnType" : "MedicalTranscriptionJob", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MedicalTranscriptionJob", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJob", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MedicalTranscriptionJob", "sensitive" : false, "setterDocumentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

                                                              \n@param medicalTranscriptionJob A batch job submitted to transcribe medical speech to text.", "setterMethodName" : "setMedicalTranscriptionJob", "setterModel" : { "variableDeclarationType" : "MedicalTranscriptionJob", "variableName" : "medicalTranscriptionJob", "variableType" : "MedicalTranscriptionJob", "documentation" : null, "simpleType" : "MedicalTranscriptionJob", "variableSetterType" : "MedicalTranscriptionJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MedicalTranscriptionJob", "variableName" : "medicalTranscriptionJob", "variableType" : "MedicalTranscriptionJob", "documentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

                                                              ", "simpleType" : "MedicalTranscriptionJob", "variableSetterType" : "MedicalTranscriptionJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedicalTranscriptionJob", "beanStyleSetterMethodName" : "setMedicalTranscriptionJob", "c2jName" : "MedicalTranscriptionJob", "c2jShape" : "MedicalTranscriptionJob", "defaultConsumerFluentSetterDocumentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

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

                                                              A batch job submitted to transcribe medical speech to text.

                                                              \n@return A batch job submitted to transcribe medical speech to text.\n@deprecated Use {@link #medicalTranscriptionJob()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

                                                              \n@param medicalTranscriptionJob A batch job submitted to transcribe medical speech to text.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJob(MedicalTranscriptionJob)}\n", "documentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedicalTranscriptionJob", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "medicalTranscriptionJob", "fluentSetterDocumentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

                                                              \n@param medicalTranscriptionJob A batch job submitted to transcribe medical speech to text.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "medicalTranscriptionJob", "getterDocumentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

                                                              \n@return A batch job submitted to transcribe medical speech to text.", "getterModel" : { "returnType" : "MedicalTranscriptionJob", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MedicalTranscriptionJob", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MedicalTranscriptionJob", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "MedicalTranscriptionJob", "sensitive" : false, "setterDocumentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

                                                              \n@param medicalTranscriptionJob A batch job submitted to transcribe medical speech to text.", "setterMethodName" : "setMedicalTranscriptionJob", "setterModel" : { "variableDeclarationType" : "MedicalTranscriptionJob", "variableName" : "medicalTranscriptionJob", "variableType" : "MedicalTranscriptionJob", "documentation" : null, "simpleType" : "MedicalTranscriptionJob", "variableSetterType" : "MedicalTranscriptionJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "MedicalTranscriptionJob", "variableName" : "medicalTranscriptionJob", "variableType" : "MedicalTranscriptionJob", "documentation" : "

                                                              A batch job submitted to transcribe medical speech to text.

                                                              ", "simpleType" : "MedicalTranscriptionJob", "variableSetterType" : "MedicalTranscriptionJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StartMedicalTranscriptionJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartMedicalTranscriptionJobResponse", "variableName" : "startMedicalTranscriptionJobResponse", "variableType" : "StartMedicalTranscriptionJobResponse", "documentation" : null, "simpleType" : "StartMedicalTranscriptionJobResponse", "variableSetterType" : "StartMedicalTranscriptionJobResponse" }, "wrapper" : false, "xmlNamespace" : null }, "StartTranscriptionJobRequest" : { "c2jName" : "StartTranscriptionJobRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "StartTranscriptionJob", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.StartTranscriptionJob", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobName", "beanStyleSetterMethodName" : "setTranscriptionJobName", "c2jName" : "TranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              \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 #transcriptionJobName(String)}.\n@param transcriptionJobName 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 #transcriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              \n@return The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.\n@deprecated Use {@link #transcriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              \n@param transcriptionJobName The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n", "documentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJobName", "fluentSetterDocumentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              \n@param transcriptionJobName The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptionJobName", "getterDocumentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              \n@return The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.", "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" : "TranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              \n@param transcriptionJobName The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.", "setterMethodName" : "setTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                              The language code for the language used in the input media file.

                                                              \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The language code for the language used in the input media file.

                                                              \n

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

                                                              \n@return The language code for the language used in the input media file.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The language code for the language used in the input media file.

                                                              \n@param languageCode The language code for the language used in the input media file.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                              The language code for the language used in the input media file.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                              The language code for the language used in the input media file.

                                                              \n@param languageCode The language code for the language used in the input media file.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                              The language code for the language used in the input media file.

                                                              \n

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

                                                              \n@return The language code for the language used in the input media file.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                              The language code for the language used in the input media file.

                                                              \n@param languageCode The language code for the language used in the input media file.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                              The language code for the language used in the input media file.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaSampleRateHertz", "beanStyleSetterMethodName" : "setMediaSampleRateHertz", "c2jName" : "MediaSampleRateHertz", "c2jShape" : "MediaSampleRateHertz", "defaultConsumerFluentSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              \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 #mediaSampleRateHertz(Integer)}.\n@param mediaSampleRateHertz 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 #mediaSampleRateHertz(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              \n@return The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.\n@deprecated Use {@link #mediaSampleRateHertz()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaSampleRateHertz(Integer)}\n", "documentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaSampleRateHertz property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaSampleRateHertz", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mediaSampleRateHertz", "fluentSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mediaSampleRateHertz", "getterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              \n@return The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.", "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" : "MediaSampleRateHertz", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaSampleRateHertz", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MediaSampleRateHertz", "sensitive" : false, "setterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.", "setterMethodName" : "setMediaSampleRateHertz", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaFormat", "beanStyleSetterMethodName" : "setMediaFormat", "c2jName" : "MediaFormat", "c2jShape" : "MediaFormat", "defaultConsumerFluentSetterDocumentation" : "

                                                              The format of the input media file.

                                                              \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 #mediaFormatAsString(String)}.\n@param mediaFormat 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 #mediaFormat(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The format of the input media file.

                                                              \n

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

                                                              \n@return The format of the input media file.\n@see MediaFormat\n@deprecated Use {@link #mediaFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The format of the input media file.

                                                              \n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat\n@deprecated Use {@link #mediaFormat(String)}\n", "documentation" : "

                                                              The format of the input media file.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "MediaFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaFormat", "fluentEnumGetterMethodName" : "mediaFormat", "fluentEnumSetterMethodName" : "mediaFormat", "fluentGetterMethodName" : "mediaFormatAsString", "fluentSetterDocumentation" : "

                                                              The format of the input media file.

                                                              \n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat", "fluentSetterMethodName" : "mediaFormat", "getterDocumentation" : "

                                                              The format of the input media file.

                                                              \n

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

                                                              \n@return The format of the input media file.\n@see MediaFormat", "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" : "MediaFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MediaFormat", "sensitive" : false, "setterDocumentation" : "

                                                              The format of the input media file.

                                                              \n@param mediaFormat The format of the input media file.\n@see MediaFormat", "setterMethodName" : "setMediaFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : "

                                                              The format of the input media file.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedia", "beanStyleSetterMethodName" : "setMedia", "c2jName" : "Media", "c2jShape" : "Media", "defaultConsumerFluentSetterDocumentation" : "

                                                              An object that describes the input media for a transcription job.

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

                                                              An object that describes the input media for a transcription job.

                                                              \n@return An object that describes the input media for a transcription job.\n@deprecated Use {@link #media()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              An object that describes the input media for a transcription job.

                                                              \n@param media An object that describes the input media for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #media(Media)}\n", "documentation" : "

                                                              An object that describes the input media for a transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Media property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedia", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "media", "fluentSetterDocumentation" : "

                                                              An object that describes the input media for a transcription job.

                                                              \n@param media An object that describes the input media for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "media", "getterDocumentation" : "

                                                              An object that describes the input media for a transcription job.

                                                              \n@return An object that describes the input media for a transcription job.", "getterModel" : { "returnType" : "Media", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Media", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Media", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Media", "sensitive" : false, "setterDocumentation" : "

                                                              An object that describes the input media for a transcription job.

                                                              \n@param media An object that describes the input media for a transcription job.", "setterMethodName" : "setMedia", "setterModel" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : null, "simpleType" : "Media", "variableSetterType" : "Media" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : "

                                                              An object that describes the input media for a transcription job.

                                                              ", "simpleType" : "Media", "variableSetterType" : "Media" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputBucketName", "beanStyleSetterMethodName" : "setOutputBucketName", "c2jName" : "OutputBucketName", "c2jShape" : "OutputBucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              \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 #outputBucketName(String)}.\n@param outputBucketName 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 #outputBucketName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              \n@return The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.\n@deprecated Use {@link #outputBucketName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              \n@param outputBucketName The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputBucketName(String)}\n", "documentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputBucketName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOutputBucketName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputBucketName", "fluentSetterDocumentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              \n@param outputBucketName The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputBucketName", "getterDocumentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              \n@return The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.", "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" : "OutputBucketName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputBucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OutputBucketName", "sensitive" : false, "setterDocumentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              \n@param outputBucketName The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.", "setterMethodName" : "setOutputBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputBucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputBucketName", "variableType" : "String", "documentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputEncryptionKMSKeyId", "beanStyleSetterMethodName" : "setOutputEncryptionKMSKeyId", "c2jName" : "OutputEncryptionKMSKeyId", "c2jShape" : "KMSKeyId", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \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 #outputEncryptionKMSKeyId(String)}.\n@param outputEncryptionKMSKeyId 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 #outputEncryptionKMSKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@return The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.\n@deprecated Use {@link #outputEncryptionKMSKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputEncryptionKMSKeyId(String)}\n", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputEncryptionKMSKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOutputEncryptionKMSKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputEncryptionKMSKeyId", "fluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputEncryptionKMSKeyId", "getterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@return The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.", "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" : "OutputEncryptionKMSKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputEncryptionKMSKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OutputEncryptionKMSKeyId", "sensitive" : false, "setterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.", "setterMethodName" : "setOutputEncryptionKMSKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputEncryptionKMSKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputEncryptionKMSKeyId", "variableType" : "String", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSettings", "beanStyleSetterMethodName" : "setSettings", "c2jName" : "Settings", "c2jShape" : "Settings", "defaultConsumerFluentSetterDocumentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

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

                                                              A Settings object that provides optional settings for a transcription job.

                                                              \n@return A Settings object that provides optional settings for a transcription job.\n@deprecated Use {@link #settings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

                                                              \n@param settings A Settings object that provides optional settings for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #settings(Settings)}\n", "documentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Settings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "settings", "fluentSetterDocumentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

                                                              \n@param settings A Settings object that provides optional settings for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "settings", "getterDocumentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

                                                              \n@return A Settings object that provides optional settings for a transcription job.", "getterModel" : { "returnType" : "Settings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Settings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Settings", "sensitive" : false, "setterDocumentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

                                                              \n@param settings A Settings object that provides optional settings for a transcription job.", "setterMethodName" : "setSettings", "setterModel" : { "variableDeclarationType" : "Settings", "variableName" : "settings", "variableType" : "Settings", "documentation" : null, "simpleType" : "Settings", "variableSetterType" : "Settings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Settings", "variableName" : "settings", "variableType" : "Settings", "documentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

                                                              ", "simpleType" : "Settings", "variableSetterType" : "Settings" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobExecutionSettings", "beanStyleSetterMethodName" : "setJobExecutionSettings", "c2jName" : "JobExecutionSettings", "c2jShape" : "JobExecutionSettings", "defaultConsumerFluentSetterDocumentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

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

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              \n@return Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.\n@deprecated Use {@link #jobExecutionSettings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              \n@param jobExecutionSettings Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobExecutionSettings(JobExecutionSettings)}\n", "documentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobExecutionSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobExecutionSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobExecutionSettings", "fluentSetterDocumentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              \n@param jobExecutionSettings Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobExecutionSettings", "getterDocumentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              \n@return Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.", "getterModel" : { "returnType" : "JobExecutionSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobExecutionSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobExecutionSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobExecutionSettings", "sensitive" : false, "setterDocumentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              \n@param jobExecutionSettings Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.", "setterMethodName" : "setJobExecutionSettings", "setterModel" : { "variableDeclarationType" : "JobExecutionSettings", "variableName" : "jobExecutionSettings", "variableType" : "JobExecutionSettings", "documentation" : null, "simpleType" : "JobExecutionSettings", "variableSetterType" : "JobExecutionSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobExecutionSettings", "variableName" : "jobExecutionSettings", "variableType" : "JobExecutionSettings", "documentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              ", "simpleType" : "JobExecutionSettings", "variableSetterType" : "JobExecutionSettings" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentRedaction", "beanStyleSetterMethodName" : "setContentRedaction", "c2jName" : "ContentRedaction", "c2jShape" : "ContentRedaction", "defaultConsumerFluentSetterDocumentation" : "

                                                              An object that contains the request parameters for content redaction.

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

                                                              An object that contains the request parameters for content redaction.

                                                              \n@return An object that contains the request parameters for content redaction.\n@deprecated Use {@link #contentRedaction()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              An object that contains the request parameters for content redaction.

                                                              \n@param contentRedaction An object that contains the request parameters for content redaction.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentRedaction(ContentRedaction)}\n", "documentation" : "

                                                              An object that contains the request parameters for content redaction.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentRedaction property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContentRedaction", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentRedaction", "fluentSetterDocumentation" : "

                                                              An object that contains the request parameters for content redaction.

                                                              \n@param contentRedaction An object that contains the request parameters for content redaction.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentRedaction", "getterDocumentation" : "

                                                              An object that contains the request parameters for content redaction.

                                                              \n@return An object that contains the request parameters for content redaction.", "getterModel" : { "returnType" : "ContentRedaction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentRedaction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentRedaction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContentRedaction", "sensitive" : false, "setterDocumentation" : "

                                                              An object that contains the request parameters for content redaction.

                                                              \n@param contentRedaction An object that contains the request parameters for content redaction.", "setterMethodName" : "setContentRedaction", "setterModel" : { "variableDeclarationType" : "ContentRedaction", "variableName" : "contentRedaction", "variableType" : "ContentRedaction", "documentation" : null, "simpleType" : "ContentRedaction", "variableSetterType" : "ContentRedaction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentRedaction", "variableName" : "contentRedaction", "variableType" : "ContentRedaction", "documentation" : "

                                                              An object that contains the request parameters for content redaction.

                                                              ", "simpleType" : "ContentRedaction", "variableSetterType" : "ContentRedaction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ContentRedaction" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentRedaction", "beanStyleSetterMethodName" : "setContentRedaction", "c2jName" : "ContentRedaction", "c2jShape" : "ContentRedaction", "defaultConsumerFluentSetterDocumentation" : "

                                                              An object that contains the request parameters for content redaction.

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

                                                              An object that contains the request parameters for content redaction.

                                                              \n@return An object that contains the request parameters for content redaction.\n@deprecated Use {@link #contentRedaction()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              An object that contains the request parameters for content redaction.

                                                              \n@param contentRedaction An object that contains the request parameters for content redaction.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentRedaction(ContentRedaction)}\n", "documentation" : "

                                                              An object that contains the request parameters for content redaction.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentRedaction property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContentRedaction", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentRedaction", "fluentSetterDocumentation" : "

                                                              An object that contains the request parameters for content redaction.

                                                              \n@param contentRedaction An object that contains the request parameters for content redaction.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentRedaction", "getterDocumentation" : "

                                                              An object that contains the request parameters for content redaction.

                                                              \n@return An object that contains the request parameters for content redaction.", "getterModel" : { "returnType" : "ContentRedaction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentRedaction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentRedaction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContentRedaction", "sensitive" : false, "setterDocumentation" : "

                                                              An object that contains the request parameters for content redaction.

                                                              \n@param contentRedaction An object that contains the request parameters for content redaction.", "setterMethodName" : "setContentRedaction", "setterModel" : { "variableDeclarationType" : "ContentRedaction", "variableName" : "contentRedaction", "variableType" : "ContentRedaction", "documentation" : null, "simpleType" : "ContentRedaction", "variableSetterType" : "ContentRedaction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentRedaction", "variableName" : "contentRedaction", "variableType" : "ContentRedaction", "documentation" : "

                                                              An object that contains the request parameters for content redaction.

                                                              ", "simpleType" : "ContentRedaction", "variableSetterType" : "ContentRedaction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobExecutionSettings" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobExecutionSettings", "beanStyleSetterMethodName" : "setJobExecutionSettings", "c2jName" : "JobExecutionSettings", "c2jShape" : "JobExecutionSettings", "defaultConsumerFluentSetterDocumentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

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

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              \n@return Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.\n@deprecated Use {@link #jobExecutionSettings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              \n@param jobExecutionSettings Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobExecutionSettings(JobExecutionSettings)}\n", "documentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobExecutionSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobExecutionSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobExecutionSettings", "fluentSetterDocumentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              \n@param jobExecutionSettings Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobExecutionSettings", "getterDocumentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              \n@return Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.", "getterModel" : { "returnType" : "JobExecutionSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobExecutionSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobExecutionSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobExecutionSettings", "sensitive" : false, "setterDocumentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              \n@param jobExecutionSettings Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.", "setterMethodName" : "setJobExecutionSettings", "setterModel" : { "variableDeclarationType" : "JobExecutionSettings", "variableName" : "jobExecutionSettings", "variableType" : "JobExecutionSettings", "documentation" : null, "simpleType" : "JobExecutionSettings", "variableSetterType" : "JobExecutionSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobExecutionSettings", "variableName" : "jobExecutionSettings", "variableType" : "JobExecutionSettings", "documentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              ", "simpleType" : "JobExecutionSettings", "variableSetterType" : "JobExecutionSettings" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                              The language code for the language used in the input media file.

                                                              \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The language code for the language used in the input media file.

                                                              \n

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

                                                              \n@return The language code for the language used in the input media file.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The language code for the language used in the input media file.

                                                              \n@param languageCode The language code for the language used in the input media file.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                              The language code for the language used in the input media file.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                              The language code for the language used in the input media file.

                                                              \n@param languageCode The language code for the language used in the input media file.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                              The language code for the language used in the input media file.

                                                              \n

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

                                                              \n@return The language code for the language used in the input media file.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                              The language code for the language used in the input media file.

                                                              \n@param languageCode The language code for the language used in the input media file.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                              The language code for the language used in the input media file.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Media" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedia", "beanStyleSetterMethodName" : "setMedia", "c2jName" : "Media", "c2jShape" : "Media", "defaultConsumerFluentSetterDocumentation" : "

                                                              An object that describes the input media for a transcription job.

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

                                                              An object that describes the input media for a transcription job.

                                                              \n@return An object that describes the input media for a transcription job.\n@deprecated Use {@link #media()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              An object that describes the input media for a transcription job.

                                                              \n@param media An object that describes the input media for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #media(Media)}\n", "documentation" : "

                                                              An object that describes the input media for a transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Media property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedia", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "media", "fluentSetterDocumentation" : "

                                                              An object that describes the input media for a transcription job.

                                                              \n@param media An object that describes the input media for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "media", "getterDocumentation" : "

                                                              An object that describes the input media for a transcription job.

                                                              \n@return An object that describes the input media for a transcription job.", "getterModel" : { "returnType" : "Media", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Media", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Media", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Media", "sensitive" : false, "setterDocumentation" : "

                                                              An object that describes the input media for a transcription job.

                                                              \n@param media An object that describes the input media for a transcription job.", "setterMethodName" : "setMedia", "setterModel" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : null, "simpleType" : "Media", "variableSetterType" : "Media" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : "

                                                              An object that describes the input media for a transcription job.

                                                              ", "simpleType" : "Media", "variableSetterType" : "Media" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MediaFormat" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaFormat", "beanStyleSetterMethodName" : "setMediaFormat", "c2jName" : "MediaFormat", "c2jShape" : "MediaFormat", "defaultConsumerFluentSetterDocumentation" : "

                                                              The format of the input media file.

                                                              \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 #mediaFormatAsString(String)}.\n@param mediaFormat 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 #mediaFormat(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The format of the input media file.

                                                              \n

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

                                                              \n@return The format of the input media file.\n@see MediaFormat\n@deprecated Use {@link #mediaFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The format of the input media file.

                                                              \n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat\n@deprecated Use {@link #mediaFormat(String)}\n", "documentation" : "

                                                              The format of the input media file.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "MediaFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaFormat", "fluentEnumGetterMethodName" : "mediaFormat", "fluentEnumSetterMethodName" : "mediaFormat", "fluentGetterMethodName" : "mediaFormatAsString", "fluentSetterDocumentation" : "

                                                              The format of the input media file.

                                                              \n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat", "fluentSetterMethodName" : "mediaFormat", "getterDocumentation" : "

                                                              The format of the input media file.

                                                              \n

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

                                                              \n@return The format of the input media file.\n@see MediaFormat", "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" : "MediaFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MediaFormat", "sensitive" : false, "setterDocumentation" : "

                                                              The format of the input media file.

                                                              \n@param mediaFormat The format of the input media file.\n@see MediaFormat", "setterMethodName" : "setMediaFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : "

                                                              The format of the input media file.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MediaSampleRateHertz" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaSampleRateHertz", "beanStyleSetterMethodName" : "setMediaSampleRateHertz", "c2jName" : "MediaSampleRateHertz", "c2jShape" : "MediaSampleRateHertz", "defaultConsumerFluentSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              \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 #mediaSampleRateHertz(Integer)}.\n@param mediaSampleRateHertz 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 #mediaSampleRateHertz(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              \n@return The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.\n@deprecated Use {@link #mediaSampleRateHertz()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaSampleRateHertz(Integer)}\n", "documentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaSampleRateHertz property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaSampleRateHertz", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mediaSampleRateHertz", "fluentSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mediaSampleRateHertz", "getterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              \n@return The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.", "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" : "MediaSampleRateHertz", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaSampleRateHertz", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MediaSampleRateHertz", "sensitive" : false, "setterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.", "setterMethodName" : "setMediaSampleRateHertz", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OutputBucketName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputBucketName", "beanStyleSetterMethodName" : "setOutputBucketName", "c2jName" : "OutputBucketName", "c2jShape" : "OutputBucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              \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 #outputBucketName(String)}.\n@param outputBucketName 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 #outputBucketName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              \n@return The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.\n@deprecated Use {@link #outputBucketName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              \n@param outputBucketName The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputBucketName(String)}\n", "documentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputBucketName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOutputBucketName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputBucketName", "fluentSetterDocumentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              \n@param outputBucketName The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputBucketName", "getterDocumentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              \n@return The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.", "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" : "OutputBucketName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputBucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OutputBucketName", "sensitive" : false, "setterDocumentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              \n@param outputBucketName The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.", "setterMethodName" : "setOutputBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputBucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputBucketName", "variableType" : "String", "documentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OutputEncryptionKMSKeyId" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputEncryptionKMSKeyId", "beanStyleSetterMethodName" : "setOutputEncryptionKMSKeyId", "c2jName" : "OutputEncryptionKMSKeyId", "c2jShape" : "KMSKeyId", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \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 #outputEncryptionKMSKeyId(String)}.\n@param outputEncryptionKMSKeyId 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 #outputEncryptionKMSKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@return The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.\n@deprecated Use {@link #outputEncryptionKMSKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputEncryptionKMSKeyId(String)}\n", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputEncryptionKMSKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOutputEncryptionKMSKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputEncryptionKMSKeyId", "fluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputEncryptionKMSKeyId", "getterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@return The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.", "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" : "OutputEncryptionKMSKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputEncryptionKMSKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OutputEncryptionKMSKeyId", "sensitive" : false, "setterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.", "setterMethodName" : "setOutputEncryptionKMSKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputEncryptionKMSKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputEncryptionKMSKeyId", "variableType" : "String", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Settings" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSettings", "beanStyleSetterMethodName" : "setSettings", "c2jName" : "Settings", "c2jShape" : "Settings", "defaultConsumerFluentSetterDocumentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

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

                                                              A Settings object that provides optional settings for a transcription job.

                                                              \n@return A Settings object that provides optional settings for a transcription job.\n@deprecated Use {@link #settings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

                                                              \n@param settings A Settings object that provides optional settings for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #settings(Settings)}\n", "documentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Settings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "settings", "fluentSetterDocumentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

                                                              \n@param settings A Settings object that provides optional settings for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "settings", "getterDocumentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

                                                              \n@return A Settings object that provides optional settings for a transcription job.", "getterModel" : { "returnType" : "Settings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Settings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Settings", "sensitive" : false, "setterDocumentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

                                                              \n@param settings A Settings object that provides optional settings for a transcription job.", "setterMethodName" : "setSettings", "setterModel" : { "variableDeclarationType" : "Settings", "variableName" : "settings", "variableType" : "Settings", "documentation" : null, "simpleType" : "Settings", "variableSetterType" : "Settings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Settings", "variableName" : "settings", "variableType" : "Settings", "documentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

                                                              ", "simpleType" : "Settings", "variableSetterType" : "Settings" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TranscriptionJobName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobName", "beanStyleSetterMethodName" : "setTranscriptionJobName", "c2jName" : "TranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              \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 #transcriptionJobName(String)}.\n@param transcriptionJobName 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 #transcriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              \n@return The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.\n@deprecated Use {@link #transcriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              \n@param transcriptionJobName The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n", "documentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJobName", "fluentSetterDocumentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              \n@param transcriptionJobName The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptionJobName", "getterDocumentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              \n@return The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.", "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" : "TranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              \n@param transcriptionJobName The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.", "setterMethodName" : "setTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobName", "beanStyleSetterMethodName" : "setTranscriptionJobName", "c2jName" : "TranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              \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 #transcriptionJobName(String)}.\n@param transcriptionJobName 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 #transcriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              \n@return The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.\n@deprecated Use {@link #transcriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              \n@param transcriptionJobName The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n", "documentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJobName", "fluentSetterDocumentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              \n@param transcriptionJobName The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptionJobName", "getterDocumentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              \n@return The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.", "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" : "TranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              \n@param transcriptionJobName The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.", "setterMethodName" : "setTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : "

                                                              The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account. If you try to create a transcription job with the same name as a previous transcription job you will receive a ConflictException error.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                              The language code for the language used in the input media file.

                                                              \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The language code for the language used in the input media file.

                                                              \n

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

                                                              \n@return The language code for the language used in the input media file.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The language code for the language used in the input media file.

                                                              \n@param languageCode The language code for the language used in the input media file.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                              The language code for the language used in the input media file.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                              The language code for the language used in the input media file.

                                                              \n@param languageCode The language code for the language used in the input media file.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                              The language code for the language used in the input media file.

                                                              \n

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

                                                              \n@return The language code for the language used in the input media file.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                              The language code for the language used in the input media file.

                                                              \n@param languageCode The language code for the language used in the input media file.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                              The language code for the language used in the input media file.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaSampleRateHertz", "beanStyleSetterMethodName" : "setMediaSampleRateHertz", "c2jName" : "MediaSampleRateHertz", "c2jShape" : "MediaSampleRateHertz", "defaultConsumerFluentSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              \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 #mediaSampleRateHertz(Integer)}.\n@param mediaSampleRateHertz 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 #mediaSampleRateHertz(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              \n@return The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.\n@deprecated Use {@link #mediaSampleRateHertz()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaSampleRateHertz(Integer)}\n", "documentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaSampleRateHertz property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaSampleRateHertz", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mediaSampleRateHertz", "fluentSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mediaSampleRateHertz", "getterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              \n@return The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.", "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" : "MediaSampleRateHertz", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaSampleRateHertz", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MediaSampleRateHertz", "sensitive" : false, "setterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.", "setterMethodName" : "setMediaSampleRateHertz", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz field blank and let Amazon Transcribe determine the sample rate.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaFormat", "beanStyleSetterMethodName" : "setMediaFormat", "c2jName" : "MediaFormat", "c2jShape" : "MediaFormat", "defaultConsumerFluentSetterDocumentation" : "

                                                              The format of the input media file.

                                                              \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 #mediaFormatAsString(String)}.\n@param mediaFormat 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 #mediaFormat(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The format of the input media file.

                                                              \n

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

                                                              \n@return The format of the input media file.\n@see MediaFormat\n@deprecated Use {@link #mediaFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The format of the input media file.

                                                              \n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat\n@deprecated Use {@link #mediaFormat(String)}\n", "documentation" : "

                                                              The format of the input media file.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "MediaFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaFormat", "fluentEnumGetterMethodName" : "mediaFormat", "fluentEnumSetterMethodName" : "mediaFormat", "fluentGetterMethodName" : "mediaFormatAsString", "fluentSetterDocumentation" : "

                                                              The format of the input media file.

                                                              \n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat", "fluentSetterMethodName" : "mediaFormat", "getterDocumentation" : "

                                                              The format of the input media file.

                                                              \n

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

                                                              \n@return The format of the input media file.\n@see MediaFormat", "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" : "MediaFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MediaFormat", "sensitive" : false, "setterDocumentation" : "

                                                              The format of the input media file.

                                                              \n@param mediaFormat The format of the input media file.\n@see MediaFormat", "setterMethodName" : "setMediaFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : "

                                                              The format of the input media file.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedia", "beanStyleSetterMethodName" : "setMedia", "c2jName" : "Media", "c2jShape" : "Media", "defaultConsumerFluentSetterDocumentation" : "

                                                              An object that describes the input media for a transcription job.

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

                                                              An object that describes the input media for a transcription job.

                                                              \n@return An object that describes the input media for a transcription job.\n@deprecated Use {@link #media()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              An object that describes the input media for a transcription job.

                                                              \n@param media An object that describes the input media for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #media(Media)}\n", "documentation" : "

                                                              An object that describes the input media for a transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Media property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedia", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "media", "fluentSetterDocumentation" : "

                                                              An object that describes the input media for a transcription job.

                                                              \n@param media An object that describes the input media for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "media", "getterDocumentation" : "

                                                              An object that describes the input media for a transcription job.

                                                              \n@return An object that describes the input media for a transcription job.", "getterModel" : { "returnType" : "Media", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Media", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Media", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Media", "sensitive" : false, "setterDocumentation" : "

                                                              An object that describes the input media for a transcription job.

                                                              \n@param media An object that describes the input media for a transcription job.", "setterMethodName" : "setMedia", "setterModel" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : null, "simpleType" : "Media", "variableSetterType" : "Media" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : "

                                                              An object that describes the input media for a transcription job.

                                                              ", "simpleType" : "Media", "variableSetterType" : "Media" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputBucketName", "beanStyleSetterMethodName" : "setOutputBucketName", "c2jName" : "OutputBucketName", "c2jShape" : "OutputBucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              \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 #outputBucketName(String)}.\n@param outputBucketName 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 #outputBucketName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              \n@return The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.\n@deprecated Use {@link #outputBucketName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              \n@param outputBucketName The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputBucketName(String)}\n", "documentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputBucketName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOutputBucketName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputBucketName", "fluentSetterDocumentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              \n@param outputBucketName The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputBucketName", "getterDocumentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              \n@return The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.", "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" : "OutputBucketName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputBucketName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OutputBucketName", "sensitive" : false, "setterDocumentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              \n@param outputBucketName The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.", "setterMethodName" : "setOutputBucketName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputBucketName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputBucketName", "variableType" : "String", "documentation" : "

                                                              The location where the transcription is stored.

                                                              If you set the OutputBucketName, Amazon Transcribe puts the transcript in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri. If you enable content redaction and choose to output an unredacted transcript, that transcript's location still appears in the TranscriptFileUri. The S3 bucket must have permissions that allow Amazon Transcribe to put files in the bucket. For more information, see Permissions Required for IAM User Roles.

                                                              You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.

                                                              If you don't set the OutputBucketName, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri field. Use this URL to download the transcription.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputEncryptionKMSKeyId", "beanStyleSetterMethodName" : "setOutputEncryptionKMSKeyId", "c2jName" : "OutputEncryptionKMSKeyId", "c2jShape" : "KMSKeyId", "defaultConsumerFluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \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 #outputEncryptionKMSKeyId(String)}.\n@param outputEncryptionKMSKeyId 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 #outputEncryptionKMSKeyId(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@return The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.\n@deprecated Use {@link #outputEncryptionKMSKeyId()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputEncryptionKMSKeyId(String)}\n", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputEncryptionKMSKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOutputEncryptionKMSKeyId", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputEncryptionKMSKeyId", "fluentSetterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputEncryptionKMSKeyId", "getterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@return The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.", "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" : "OutputEncryptionKMSKeyId", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputEncryptionKMSKeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OutputEncryptionKMSKeyId", "sensitive" : false, "setterDocumentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              \n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.", "setterMethodName" : "setOutputEncryptionKMSKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputEncryptionKMSKeyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputEncryptionKMSKeyId", "variableType" : "String", "documentation" : "

                                                              The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob operation must have permission to use the specified KMS key.

                                                              You can use either of the following to identify a KMS key in the current account:

                                                              • KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • KMS Key Alias: \"alias/ExampleAlias\"

                                                              You can use either of the following to identify a KMS key in the current account or another account:

                                                              • Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"

                                                              • ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"

                                                              If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).

                                                              If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName parameter.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSettings", "beanStyleSetterMethodName" : "setSettings", "c2jName" : "Settings", "c2jShape" : "Settings", "defaultConsumerFluentSetterDocumentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

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

                                                              A Settings object that provides optional settings for a transcription job.

                                                              \n@return A Settings object that provides optional settings for a transcription job.\n@deprecated Use {@link #settings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

                                                              \n@param settings A Settings object that provides optional settings for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #settings(Settings)}\n", "documentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Settings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "settings", "fluentSetterDocumentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

                                                              \n@param settings A Settings object that provides optional settings for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "settings", "getterDocumentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

                                                              \n@return A Settings object that provides optional settings for a transcription job.", "getterModel" : { "returnType" : "Settings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Settings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Settings", "sensitive" : false, "setterDocumentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

                                                              \n@param settings A Settings object that provides optional settings for a transcription job.", "setterMethodName" : "setSettings", "setterModel" : { "variableDeclarationType" : "Settings", "variableName" : "settings", "variableType" : "Settings", "documentation" : null, "simpleType" : "Settings", "variableSetterType" : "Settings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Settings", "variableName" : "settings", "variableType" : "Settings", "documentation" : "

                                                              A Settings object that provides optional settings for a transcription job.

                                                              ", "simpleType" : "Settings", "variableSetterType" : "Settings" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobExecutionSettings", "beanStyleSetterMethodName" : "setJobExecutionSettings", "c2jName" : "JobExecutionSettings", "c2jShape" : "JobExecutionSettings", "defaultConsumerFluentSetterDocumentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

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

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              \n@return Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.\n@deprecated Use {@link #jobExecutionSettings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              \n@param jobExecutionSettings Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobExecutionSettings(JobExecutionSettings)}\n", "documentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobExecutionSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobExecutionSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobExecutionSettings", "fluentSetterDocumentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              \n@param jobExecutionSettings Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobExecutionSettings", "getterDocumentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              \n@return Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.", "getterModel" : { "returnType" : "JobExecutionSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobExecutionSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobExecutionSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobExecutionSettings", "sensitive" : false, "setterDocumentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              \n@param jobExecutionSettings Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.", "setterMethodName" : "setJobExecutionSettings", "setterModel" : { "variableDeclarationType" : "JobExecutionSettings", "variableName" : "jobExecutionSettings", "variableType" : "JobExecutionSettings", "documentation" : null, "simpleType" : "JobExecutionSettings", "variableSetterType" : "JobExecutionSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobExecutionSettings", "variableName" : "jobExecutionSettings", "variableType" : "JobExecutionSettings", "documentation" : "

                                                              Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.

                                                              ", "simpleType" : "JobExecutionSettings", "variableSetterType" : "JobExecutionSettings" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentRedaction", "beanStyleSetterMethodName" : "setContentRedaction", "c2jName" : "ContentRedaction", "c2jShape" : "ContentRedaction", "defaultConsumerFluentSetterDocumentation" : "

                                                              An object that contains the request parameters for content redaction.

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

                                                              An object that contains the request parameters for content redaction.

                                                              \n@return An object that contains the request parameters for content redaction.\n@deprecated Use {@link #contentRedaction()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              An object that contains the request parameters for content redaction.

                                                              \n@param contentRedaction An object that contains the request parameters for content redaction.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentRedaction(ContentRedaction)}\n", "documentation" : "

                                                              An object that contains the request parameters for content redaction.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentRedaction property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContentRedaction", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentRedaction", "fluentSetterDocumentation" : "

                                                              An object that contains the request parameters for content redaction.

                                                              \n@param contentRedaction An object that contains the request parameters for content redaction.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentRedaction", "getterDocumentation" : "

                                                              An object that contains the request parameters for content redaction.

                                                              \n@return An object that contains the request parameters for content redaction.", "getterModel" : { "returnType" : "ContentRedaction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentRedaction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentRedaction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContentRedaction", "sensitive" : false, "setterDocumentation" : "

                                                              An object that contains the request parameters for content redaction.

                                                              \n@param contentRedaction An object that contains the request parameters for content redaction.", "setterMethodName" : "setContentRedaction", "setterModel" : { "variableDeclarationType" : "ContentRedaction", "variableName" : "contentRedaction", "variableType" : "ContentRedaction", "documentation" : null, "simpleType" : "ContentRedaction", "variableSetterType" : "ContentRedaction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentRedaction", "variableName" : "contentRedaction", "variableType" : "ContentRedaction", "documentation" : "

                                                              An object that contains the request parameters for content redaction.

                                                              ", "simpleType" : "ContentRedaction", "variableSetterType" : "ContentRedaction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TranscriptionJobName", "LanguageCode", "Media" ], "shapeName" : "StartTranscriptionJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartTranscriptionJobRequest", "variableName" : "startTranscriptionJobRequest", "variableType" : "StartTranscriptionJobRequest", "documentation" : null, "simpleType" : "StartTranscriptionJobRequest", "variableSetterType" : "StartTranscriptionJobRequest" }, "wrapper" : false, "xmlNamespace" : null }, "StartTranscriptionJobResponse" : { "c2jName" : "StartTranscriptionJobResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJob", "beanStyleSetterMethodName" : "setTranscriptionJob", "c2jName" : "TranscriptionJob", "c2jShape" : "TranscriptionJob", "defaultConsumerFluentSetterDocumentation" : "

                                                              An object containing details of the asynchronous transcription job.

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

                                                              An object containing details of the asynchronous transcription job.

                                                              \n@return An object containing details of the asynchronous transcription job.\n@deprecated Use {@link #transcriptionJob()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              An object containing details of the asynchronous transcription job.

                                                              \n@param transcriptionJob An object containing details of the asynchronous transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJob(TranscriptionJob)}\n", "documentation" : "

                                                              An object containing details of the asynchronous transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJob", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJob", "fluentSetterDocumentation" : "

                                                              An object containing details of the asynchronous transcription job.

                                                              \n@param transcriptionJob An object containing details of the asynchronous transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptionJob", "getterDocumentation" : "

                                                              An object containing details of the asynchronous transcription job.

                                                              \n@return An object containing details of the asynchronous transcription job.", "getterModel" : { "returnType" : "TranscriptionJob", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TranscriptionJob", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJob", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TranscriptionJob", "sensitive" : false, "setterDocumentation" : "

                                                              An object containing details of the asynchronous transcription job.

                                                              \n@param transcriptionJob An object containing details of the asynchronous transcription job.", "setterMethodName" : "setTranscriptionJob", "setterModel" : { "variableDeclarationType" : "TranscriptionJob", "variableName" : "transcriptionJob", "variableType" : "TranscriptionJob", "documentation" : null, "simpleType" : "TranscriptionJob", "variableSetterType" : "TranscriptionJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TranscriptionJob", "variableName" : "transcriptionJob", "variableType" : "TranscriptionJob", "documentation" : "

                                                              An object containing details of the asynchronous transcription job.

                                                              ", "simpleType" : "TranscriptionJob", "variableSetterType" : "TranscriptionJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TranscriptionJob" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJob", "beanStyleSetterMethodName" : "setTranscriptionJob", "c2jName" : "TranscriptionJob", "c2jShape" : "TranscriptionJob", "defaultConsumerFluentSetterDocumentation" : "

                                                              An object containing details of the asynchronous transcription job.

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

                                                              An object containing details of the asynchronous transcription job.

                                                              \n@return An object containing details of the asynchronous transcription job.\n@deprecated Use {@link #transcriptionJob()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              An object containing details of the asynchronous transcription job.

                                                              \n@param transcriptionJob An object containing details of the asynchronous transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJob(TranscriptionJob)}\n", "documentation" : "

                                                              An object containing details of the asynchronous transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJob", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJob", "fluentSetterDocumentation" : "

                                                              An object containing details of the asynchronous transcription job.

                                                              \n@param transcriptionJob An object containing details of the asynchronous transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptionJob", "getterDocumentation" : "

                                                              An object containing details of the asynchronous transcription job.

                                                              \n@return An object containing details of the asynchronous transcription job.", "getterModel" : { "returnType" : "TranscriptionJob", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TranscriptionJob", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJob", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TranscriptionJob", "sensitive" : false, "setterDocumentation" : "

                                                              An object containing details of the asynchronous transcription job.

                                                              \n@param transcriptionJob An object containing details of the asynchronous transcription job.", "setterMethodName" : "setTranscriptionJob", "setterModel" : { "variableDeclarationType" : "TranscriptionJob", "variableName" : "transcriptionJob", "variableType" : "TranscriptionJob", "documentation" : null, "simpleType" : "TranscriptionJob", "variableSetterType" : "TranscriptionJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TranscriptionJob", "variableName" : "transcriptionJob", "variableType" : "TranscriptionJob", "documentation" : "

                                                              An object containing details of the asynchronous transcription job.

                                                              ", "simpleType" : "TranscriptionJob", "variableSetterType" : "TranscriptionJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJob", "beanStyleSetterMethodName" : "setTranscriptionJob", "c2jName" : "TranscriptionJob", "c2jShape" : "TranscriptionJob", "defaultConsumerFluentSetterDocumentation" : "

                                                              An object containing details of the asynchronous transcription job.

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

                                                              An object containing details of the asynchronous transcription job.

                                                              \n@return An object containing details of the asynchronous transcription job.\n@deprecated Use {@link #transcriptionJob()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              An object containing details of the asynchronous transcription job.

                                                              \n@param transcriptionJob An object containing details of the asynchronous transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJob(TranscriptionJob)}\n", "documentation" : "

                                                              An object containing details of the asynchronous transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJob", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJob", "fluentSetterDocumentation" : "

                                                              An object containing details of the asynchronous transcription job.

                                                              \n@param transcriptionJob An object containing details of the asynchronous transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptionJob", "getterDocumentation" : "

                                                              An object containing details of the asynchronous transcription job.

                                                              \n@return An object containing details of the asynchronous transcription job.", "getterModel" : { "returnType" : "TranscriptionJob", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TranscriptionJob", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJob", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "TranscriptionJob", "sensitive" : false, "setterDocumentation" : "

                                                              An object containing details of the asynchronous transcription job.

                                                              \n@param transcriptionJob An object containing details of the asynchronous transcription job.", "setterMethodName" : "setTranscriptionJob", "setterModel" : { "variableDeclarationType" : "TranscriptionJob", "variableName" : "transcriptionJob", "variableType" : "TranscriptionJob", "documentation" : null, "simpleType" : "TranscriptionJob", "variableSetterType" : "TranscriptionJob" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "TranscriptionJob", "variableName" : "transcriptionJob", "variableType" : "TranscriptionJob", "documentation" : "

                                                              An object containing details of the asynchronous transcription job.

                                                              ", "simpleType" : "TranscriptionJob", "variableSetterType" : "TranscriptionJob" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StartTranscriptionJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartTranscriptionJobResponse", "variableName" : "startTranscriptionJobResponse", "variableType" : "StartTranscriptionJobResponse", "documentation" : null, "simpleType" : "StartTranscriptionJobResponse", "variableSetterType" : "StartTranscriptionJobResponse" }, "wrapper" : false, "xmlNamespace" : null }, "Transcript" : { "c2jName" : "Transcript", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              Identifies the location of a transcription.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptFileUri", "beanStyleSetterMethodName" : "setTranscriptFileUri", "c2jName" : "TranscriptFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \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 #transcriptFileUri(String)}.\n@param transcriptFileUri 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 #transcriptFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@return The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.\n@deprecated Use {@link #transcriptFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@param transcriptFileUri The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptFileUri(String)}\n", "documentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptFileUri", "fluentSetterDocumentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@param transcriptFileUri The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptFileUri", "getterDocumentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@return The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.", "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" : "TranscriptFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptFileUri", "sensitive" : false, "setterDocumentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@param transcriptFileUri The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.", "setterMethodName" : "setTranscriptFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptFileUri", "variableType" : "String", "documentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRedactedTranscriptFileUri", "beanStyleSetterMethodName" : "setRedactedTranscriptFileUri", "c2jName" : "RedactedTranscriptFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \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 #redactedTranscriptFileUri(String)}.\n@param redactedTranscriptFileUri 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 #redactedTranscriptFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@return The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.\n@deprecated Use {@link #redactedTranscriptFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@param redactedTranscriptFileUri The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #redactedTranscriptFileUri(String)}\n", "documentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RedactedTranscriptFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRedactedTranscriptFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "redactedTranscriptFileUri", "fluentSetterDocumentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@param redactedTranscriptFileUri The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "redactedTranscriptFileUri", "getterDocumentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@return The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.", "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" : "RedactedTranscriptFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedactedTranscriptFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RedactedTranscriptFileUri", "sensitive" : false, "setterDocumentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@param redactedTranscriptFileUri The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.", "setterMethodName" : "setRedactedTranscriptFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "redactedTranscriptFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "redactedTranscriptFileUri", "variableType" : "String", "documentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RedactedTranscriptFileUri" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRedactedTranscriptFileUri", "beanStyleSetterMethodName" : "setRedactedTranscriptFileUri", "c2jName" : "RedactedTranscriptFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \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 #redactedTranscriptFileUri(String)}.\n@param redactedTranscriptFileUri 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 #redactedTranscriptFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@return The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.\n@deprecated Use {@link #redactedTranscriptFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@param redactedTranscriptFileUri The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #redactedTranscriptFileUri(String)}\n", "documentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RedactedTranscriptFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRedactedTranscriptFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "redactedTranscriptFileUri", "fluentSetterDocumentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@param redactedTranscriptFileUri The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "redactedTranscriptFileUri", "getterDocumentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@return The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.", "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" : "RedactedTranscriptFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedactedTranscriptFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RedactedTranscriptFileUri", "sensitive" : false, "setterDocumentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@param redactedTranscriptFileUri The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.", "setterMethodName" : "setRedactedTranscriptFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "redactedTranscriptFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "redactedTranscriptFileUri", "variableType" : "String", "documentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TranscriptFileUri" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptFileUri", "beanStyleSetterMethodName" : "setTranscriptFileUri", "c2jName" : "TranscriptFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \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 #transcriptFileUri(String)}.\n@param transcriptFileUri 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 #transcriptFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@return The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.\n@deprecated Use {@link #transcriptFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@param transcriptFileUri The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptFileUri(String)}\n", "documentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptFileUri", "fluentSetterDocumentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@param transcriptFileUri The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptFileUri", "getterDocumentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@return The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.", "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" : "TranscriptFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptFileUri", "sensitive" : false, "setterDocumentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@param transcriptFileUri The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.", "setterMethodName" : "setTranscriptFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptFileUri", "variableType" : "String", "documentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptFileUri", "beanStyleSetterMethodName" : "setTranscriptFileUri", "c2jName" : "TranscriptFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \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 #transcriptFileUri(String)}.\n@param transcriptFileUri 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 #transcriptFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@return The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.\n@deprecated Use {@link #transcriptFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@param transcriptFileUri The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptFileUri(String)}\n", "documentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptFileUri", "fluentSetterDocumentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@param transcriptFileUri The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcriptFileUri", "getterDocumentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@return The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.", "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" : "TranscriptFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptFileUri", "sensitive" : false, "setterDocumentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@param transcriptFileUri The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.", "setterMethodName" : "setTranscriptFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptFileUri", "variableType" : "String", "documentation" : "

                                                              The S3 object location of the the transcript.

                                                              Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getRedactedTranscriptFileUri", "beanStyleSetterMethodName" : "setRedactedTranscriptFileUri", "c2jName" : "RedactedTranscriptFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \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 #redactedTranscriptFileUri(String)}.\n@param redactedTranscriptFileUri 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 #redactedTranscriptFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@return The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.\n@deprecated Use {@link #redactedTranscriptFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@param redactedTranscriptFileUri The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #redactedTranscriptFileUri(String)}\n", "documentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the RedactedTranscriptFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasRedactedTranscriptFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "redactedTranscriptFileUri", "fluentSetterDocumentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@param redactedTranscriptFileUri The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "redactedTranscriptFileUri", "getterDocumentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@return The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.", "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" : "RedactedTranscriptFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "RedactedTranscriptFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RedactedTranscriptFileUri", "sensitive" : false, "setterDocumentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              \n@param redactedTranscriptFileUri The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.", "setterMethodName" : "setRedactedTranscriptFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "redactedTranscriptFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "redactedTranscriptFileUri", "variableType" : "String", "documentation" : "

                                                              The S3 object location of the redacted transcript.

                                                              Use this URI to access the redacated transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Transcript", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Transcript", "variableName" : "transcript", "variableType" : "Transcript", "documentation" : null, "simpleType" : "Transcript", "variableSetterType" : "Transcript" }, "wrapper" : false, "xmlNamespace" : null }, "TranscriptionJob" : { "c2jName" : "TranscriptionJob", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                              Describes an asynchronous transcription job that was created with the StartTranscriptionJob operation.

                                                              ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobName", "beanStyleSetterMethodName" : "setTranscriptionJobName", "c2jName" : "TranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

                                                              The name of the transcription job.

                                                              \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 #transcriptionJobName(String)}.\n@param transcriptionJobName 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 #transcriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The name of the transcription job.

                                                              \n@return The name of the transcription job.\n@deprecated Use {@link #transcriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The name of the transcription job.

                                                              \n@param transcriptionJobName The name of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n", "documentation" : "

                                                              The name of the transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJobName", "fluentSetterDocumentation" : "

                                                              The name of the transcription job.

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

                                                              The name of the transcription job.

                                                              \n@return The name of the transcription job.", "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" : "TranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

                                                              The name of the transcription job.

                                                              \n@param transcriptionJobName The name of the transcription job.", "setterMethodName" : "setTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : "

                                                              The name of the transcription job.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobStatus", "beanStyleSetterMethodName" : "setTranscriptionJobStatus", "c2jName" : "TranscriptionJobStatus", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                              The status of the transcription job.

                                                              \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 #transcriptionJobStatusAsString(String)}.\n@param transcriptionJobStatus 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 #transcriptionJobStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The status of the transcription job.

                                                              \n

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

                                                              \n@return The status of the transcription job.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The status of the transcription job.

                                                              \n@param transcriptionJobStatus The status of the transcription job.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatus(String)}\n", "documentation" : "

                                                              The status of the transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobStatus", "fluentEnumGetterMethodName" : "transcriptionJobStatus", "fluentEnumSetterMethodName" : "transcriptionJobStatus", "fluentGetterMethodName" : "transcriptionJobStatusAsString", "fluentSetterDocumentation" : "

                                                              The status of the transcription job.

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

                                                              The status of the transcription job.

                                                              \n

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

                                                              \n@return The status of the transcription job.\n@see TranscriptionJobStatus", "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" : "TranscriptionJobStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobStatus", "sensitive" : false, "setterDocumentation" : "

                                                              The status of the transcription job.

                                                              \n@param transcriptionJobStatus The status of the transcription job.\n@see TranscriptionJobStatus", "setterMethodName" : "setTranscriptionJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : "

                                                              The status of the transcription job.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                              The language code for the input speech.

                                                              \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The language code for the input speech.

                                                              \n

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

                                                              \n@return The language code for the input speech.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The language code for the input speech.

                                                              \n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                              The language code for the input speech.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                              The language code for the input speech.

                                                              \n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                              The language code for the input speech.

                                                              \n

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

                                                              \n@return The language code for the input speech.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                              The language code for the input speech.

                                                              \n@param languageCode The language code for the input speech.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                              The language code for the input speech.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaSampleRateHertz", "beanStyleSetterMethodName" : "setMediaSampleRateHertz", "c2jName" : "MediaSampleRateHertz", "c2jShape" : "MediaSampleRateHertz", "defaultConsumerFluentSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              \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 #mediaSampleRateHertz(Integer)}.\n@param mediaSampleRateHertz 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 #mediaSampleRateHertz(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              \n@return The sample rate, in Hertz, of the audio track in the input media file.\n@deprecated Use {@link #mediaSampleRateHertz()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaSampleRateHertz(Integer)}\n", "documentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaSampleRateHertz property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaSampleRateHertz", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mediaSampleRateHertz", "fluentSetterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mediaSampleRateHertz", "getterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              \n@return The sample rate, in Hertz, of the audio track in the input media file.", "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" : "MediaSampleRateHertz", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaSampleRateHertz", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MediaSampleRateHertz", "sensitive" : false, "setterDocumentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.", "setterMethodName" : "setMediaSampleRateHertz", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : "

                                                              The sample rate, in Hertz, of the audio track in the input media file.

                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaFormat", "beanStyleSetterMethodName" : "setMediaFormat", "c2jName" : "MediaFormat", "c2jShape" : "MediaFormat", "defaultConsumerFluentSetterDocumentation" : "

                                                              The format of the input media file.

                                                              \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 #mediaFormatAsString(String)}.\n@param mediaFormat 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 #mediaFormat(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              The format of the input media file.

                                                              \n

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

                                                              \n@return The format of the input media file.\n@see MediaFormat\n@deprecated Use {@link #mediaFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              The format of the input media file.

                                                              \n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat\n@deprecated Use {@link #mediaFormat(String)}\n", "documentation" : "

                                                              The format of the input media file.

                                                              ", "endpointDiscoveryId" : false, "enumType" : "MediaFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaFormat", "fluentEnumGetterMethodName" : "mediaFormat", "fluentEnumSetterMethodName" : "mediaFormat", "fluentGetterMethodName" : "mediaFormatAsString", "fluentSetterDocumentation" : "

                                                              The format of the input media file.

                                                              \n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat", "fluentSetterMethodName" : "mediaFormat", "getterDocumentation" : "

                                                              The format of the input media file.

                                                              \n

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

                                                              \n@return The format of the input media file.\n@see MediaFormat", "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" : "MediaFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MediaFormat", "sensitive" : false, "setterDocumentation" : "

                                                              The format of the input media file.

                                                              \n@param mediaFormat The format of the input media file.\n@see MediaFormat", "setterMethodName" : "setMediaFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : "

                                                              The format of the input media file.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedia", "beanStyleSetterMethodName" : "setMedia", "c2jName" : "Media", "c2jShape" : "Media", "defaultConsumerFluentSetterDocumentation" : "

                                                              An object that describes the input media for the transcription job.

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

                                                              An object that describes the input media for the transcription job.

                                                              \n@return An object that describes the input media for the transcription job.\n@deprecated Use {@link #media()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              An object that describes the input media for the transcription job.

                                                              \n@param media An object that describes the input media for the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #media(Media)}\n", "documentation" : "

                                                              An object that describes the input media for the transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Media property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedia", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "media", "fluentSetterDocumentation" : "

                                                              An object that describes the input media for the transcription job.

                                                              \n@param media An object that describes the input media for the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "media", "getterDocumentation" : "

                                                              An object that describes the input media for the transcription job.

                                                              \n@return An object that describes the input media for the transcription job.", "getterModel" : { "returnType" : "Media", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Media", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Media", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Media", "sensitive" : false, "setterDocumentation" : "

                                                              An object that describes the input media for the transcription job.

                                                              \n@param media An object that describes the input media for the transcription job.", "setterMethodName" : "setMedia", "setterModel" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : null, "simpleType" : "Media", "variableSetterType" : "Media" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : "

                                                              An object that describes the input media for the transcription job.

                                                              ", "simpleType" : "Media", "variableSetterType" : "Media" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscript", "beanStyleSetterMethodName" : "setTranscript", "c2jName" : "Transcript", "c2jShape" : "Transcript", "defaultConsumerFluentSetterDocumentation" : "

                                                              An object that describes the output of the transcription job.

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

                                                              An object that describes the output of the transcription job.

                                                              \n@return An object that describes the output of the transcription job.\n@deprecated Use {@link #transcript()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              An object that describes the output of the transcription job.

                                                              \n@param transcript An object that describes the output of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcript(Transcript)}\n", "documentation" : "

                                                              An object that describes the output of the transcription job.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Transcript property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscript", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcript", "fluentSetterDocumentation" : "

                                                              An object that describes the output of the transcription job.

                                                              \n@param transcript An object that describes the output of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcript", "getterDocumentation" : "

                                                              An object that describes the output of the transcription job.

                                                              \n@return An object that describes the output of the transcription job.", "getterModel" : { "returnType" : "Transcript", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Transcript", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Transcript", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Transcript", "sensitive" : false, "setterDocumentation" : "

                                                              An object that describes the output of the transcription job.

                                                              \n@param transcript An object that describes the output of the transcription job.", "setterMethodName" : "setTranscript", "setterModel" : { "variableDeclarationType" : "Transcript", "variableName" : "transcript", "variableType" : "Transcript", "documentation" : null, "simpleType" : "Transcript", "variableSetterType" : "Transcript" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Transcript", "variableName" : "transcript", "variableType" : "Transcript", "documentation" : "

                                                              An object that describes the output of the transcription job.

                                                              ", "simpleType" : "Transcript", "variableSetterType" : "Transcript" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                              A timestamp that shows with the job was started processing.

                                                              \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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A timestamp that shows with the job was started processing.

                                                              \n@return A timestamp that shows with the job was started processing.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A timestamp that shows with the job was started processing.

                                                              \n@param startTime A timestamp that shows with the job was started processing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                                              A timestamp that shows with the job was started processing.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                              A timestamp that shows with the job was started processing.

                                                              \n@param startTime A timestamp that shows with the job was started processing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                              A timestamp that shows with the job was started processing.

                                                              \n@return A timestamp that shows with the job was started processing.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                                              A timestamp that shows with the job was started processing.

                                                              \n@param startTime A timestamp that shows with the job was started processing.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                                              A timestamp that shows with the job was started processing.

                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "CreationTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                              A timestamp that shows when the job was created.

                                                              \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 #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A timestamp that shows when the job was created.

                                                              \n@return A timestamp that shows when the job was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A timestamp that shows when the job was created.

                                                              \n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

                                                              A timestamp that shows when the job was created.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

                                                              A timestamp that shows when the job was created.

                                                              \n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

                                                              A timestamp that shows when the job was created.

                                                              \n@return A timestamp that shows when the job was created.", "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" : "CreationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

                                                              A timestamp that shows when the job was created.

                                                              \n@param creationTime A timestamp that shows when the job was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

                                                              A timestamp that shows when the job was created.

                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletionTime", "beanStyleSetterMethodName" : "setCompletionTime", "c2jName" : "CompletionTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \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 #completionTime(Instant)}.\n@param completionTime 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 #completionTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@return A timestamp that shows when the job was completed.\n@deprecated Use {@link #completionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n", "documentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completionTime", "fluentSetterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completionTime", "getterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@return A timestamp that shows when the job was completed.", "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" : "CompletionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CompletionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletionTime", "sensitive" : false, "setterDocumentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              \n@param completionTime A timestamp that shows when the job was completed.", "setterMethodName" : "setCompletionTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : "

                                                              A timestamp that shows when the job was completed.

                                                              ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                              The FailureReason field can contain one of the following values:

                                                              • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                              • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                              • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                              • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                              • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                              • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services 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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                              If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                              The FailureReason field can contain one of the following values:

                                                              • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                              • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                              • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                              • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                              • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                              • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                              \n@return If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                              The FailureReason field can contain one of the following values:

                                                              • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                              • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                              • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                              • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                              • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                              • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                              • \n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                The FailureReason field can contain one of the following values:

                                                                • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                \n@param failureReason If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                The FailureReason field can contain one of the following values:

                                                                • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

                                                                  If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                  The FailureReason field can contain one of the following values:

                                                                  • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                  • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                  • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                  • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                  • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                  • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

                                                                  If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                  The FailureReason field can contain one of the following values:

                                                                  • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                  • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                  • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                  • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                  • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                  • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                  \n@param failureReason If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                  The FailureReason field can contain one of the following values:

                                                                  • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                  • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                  • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                  • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                  • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                  • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

                                                                    If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                    The FailureReason field can contain one of the following values:

                                                                    • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                    • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                    • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                    • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                    • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                    • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                    \n@return If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                    The FailureReason field can contain one of the following values:

                                                                    • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                    • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                    • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                    • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                    • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                    • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services 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" : "FailureReason", "queryString" : false, "requiresLength" : 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" : "

                                                                      If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                      The FailureReason field can contain one of the following values:

                                                                      • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                      • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                      • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                      • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                      • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                      • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                      \n@param failureReason If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                      The FailureReason field can contain one of the following values:

                                                                      • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                      • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                      • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                      • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                      • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                      • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                      • ", "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" : "

                                                                        If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                        The FailureReason field can contain one of the following values:

                                                                        • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                        • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                        • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                        • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                        • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                        • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSettings", "beanStyleSetterMethodName" : "setSettings", "c2jName" : "Settings", "c2jShape" : "Settings", "defaultConsumerFluentSetterDocumentation" : "

                                                                        Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

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

                                                                        Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                        \n@return Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.\n@deprecated Use {@link #settings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                        \n@param settings Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #settings(Settings)}\n", "documentation" : "

                                                                        Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Settings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "settings", "fluentSetterDocumentation" : "

                                                                        Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                        \n@param settings Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "settings", "getterDocumentation" : "

                                                                        Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                        \n@return Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.", "getterModel" : { "returnType" : "Settings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Settings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Settings", "sensitive" : false, "setterDocumentation" : "

                                                                        Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                        \n@param settings Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.", "setterMethodName" : "setSettings", "setterModel" : { "variableDeclarationType" : "Settings", "variableName" : "settings", "variableType" : "Settings", "documentation" : null, "simpleType" : "Settings", "variableSetterType" : "Settings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Settings", "variableName" : "settings", "variableType" : "Settings", "documentation" : "

                                                                        Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                        ", "simpleType" : "Settings", "variableSetterType" : "Settings" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobExecutionSettings", "beanStyleSetterMethodName" : "setJobExecutionSettings", "c2jName" : "JobExecutionSettings", "c2jShape" : "JobExecutionSettings", "defaultConsumerFluentSetterDocumentation" : "

                                                                        Provides information about how a transcription job is executed.

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

                                                                        Provides information about how a transcription job is executed.

                                                                        \n@return Provides information about how a transcription job is executed.\n@deprecated Use {@link #jobExecutionSettings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        Provides information about how a transcription job is executed.

                                                                        \n@param jobExecutionSettings Provides information about how a transcription job is executed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobExecutionSettings(JobExecutionSettings)}\n", "documentation" : "

                                                                        Provides information about how a transcription job is executed.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobExecutionSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobExecutionSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobExecutionSettings", "fluentSetterDocumentation" : "

                                                                        Provides information about how a transcription job is executed.

                                                                        \n@param jobExecutionSettings Provides information about how a transcription job is executed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobExecutionSettings", "getterDocumentation" : "

                                                                        Provides information about how a transcription job is executed.

                                                                        \n@return Provides information about how a transcription job is executed.", "getterModel" : { "returnType" : "JobExecutionSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobExecutionSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobExecutionSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobExecutionSettings", "sensitive" : false, "setterDocumentation" : "

                                                                        Provides information about how a transcription job is executed.

                                                                        \n@param jobExecutionSettings Provides information about how a transcription job is executed.", "setterMethodName" : "setJobExecutionSettings", "setterModel" : { "variableDeclarationType" : "JobExecutionSettings", "variableName" : "jobExecutionSettings", "variableType" : "JobExecutionSettings", "documentation" : null, "simpleType" : "JobExecutionSettings", "variableSetterType" : "JobExecutionSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobExecutionSettings", "variableName" : "jobExecutionSettings", "variableType" : "JobExecutionSettings", "documentation" : "

                                                                        Provides information about how a transcription job is executed.

                                                                        ", "simpleType" : "JobExecutionSettings", "variableSetterType" : "JobExecutionSettings" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentRedaction", "beanStyleSetterMethodName" : "setContentRedaction", "c2jName" : "ContentRedaction", "c2jShape" : "ContentRedaction", "defaultConsumerFluentSetterDocumentation" : "

                                                                        An object that describes content redaction settings for the transcription job.

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

                                                                        An object that describes content redaction settings for the transcription job.

                                                                        \n@return An object that describes content redaction settings for the transcription job.\n@deprecated Use {@link #contentRedaction()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        An object that describes content redaction settings for the transcription job.

                                                                        \n@param contentRedaction An object that describes content redaction settings for the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentRedaction(ContentRedaction)}\n", "documentation" : "

                                                                        An object that describes content redaction settings for the transcription job.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentRedaction property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContentRedaction", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentRedaction", "fluentSetterDocumentation" : "

                                                                        An object that describes content redaction settings for the transcription job.

                                                                        \n@param contentRedaction An object that describes content redaction settings for the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentRedaction", "getterDocumentation" : "

                                                                        An object that describes content redaction settings for the transcription job.

                                                                        \n@return An object that describes content redaction settings for the transcription job.", "getterModel" : { "returnType" : "ContentRedaction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentRedaction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentRedaction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContentRedaction", "sensitive" : false, "setterDocumentation" : "

                                                                        An object that describes content redaction settings for the transcription job.

                                                                        \n@param contentRedaction An object that describes content redaction settings for the transcription job.", "setterMethodName" : "setContentRedaction", "setterModel" : { "variableDeclarationType" : "ContentRedaction", "variableName" : "contentRedaction", "variableType" : "ContentRedaction", "documentation" : null, "simpleType" : "ContentRedaction", "variableSetterType" : "ContentRedaction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentRedaction", "variableName" : "contentRedaction", "variableType" : "ContentRedaction", "documentation" : "

                                                                        An object that describes content redaction settings for the transcription job.

                                                                        ", "simpleType" : "ContentRedaction", "variableSetterType" : "ContentRedaction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CompletionTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletionTime", "beanStyleSetterMethodName" : "setCompletionTime", "c2jName" : "CompletionTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                        A timestamp that shows when the job was completed.

                                                                        \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 #completionTime(Instant)}.\n@param completionTime 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 #completionTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        A timestamp that shows when the job was completed.

                                                                        \n@return A timestamp that shows when the job was completed.\n@deprecated Use {@link #completionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        A timestamp that shows when the job was completed.

                                                                        \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n", "documentation" : "

                                                                        A timestamp that shows when the job was completed.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completionTime", "fluentSetterDocumentation" : "

                                                                        A timestamp that shows when the job was completed.

                                                                        \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completionTime", "getterDocumentation" : "

                                                                        A timestamp that shows when the job was completed.

                                                                        \n@return A timestamp that shows when the job was completed.", "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" : "CompletionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CompletionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletionTime", "sensitive" : false, "setterDocumentation" : "

                                                                        A timestamp that shows when the job was completed.

                                                                        \n@param completionTime A timestamp that shows when the job was completed.", "setterMethodName" : "setCompletionTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                        A timestamp that shows when the job was completed.

                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ContentRedaction" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentRedaction", "beanStyleSetterMethodName" : "setContentRedaction", "c2jName" : "ContentRedaction", "c2jShape" : "ContentRedaction", "defaultConsumerFluentSetterDocumentation" : "

                                                                        An object that describes content redaction settings for the transcription job.

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

                                                                        An object that describes content redaction settings for the transcription job.

                                                                        \n@return An object that describes content redaction settings for the transcription job.\n@deprecated Use {@link #contentRedaction()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        An object that describes content redaction settings for the transcription job.

                                                                        \n@param contentRedaction An object that describes content redaction settings for the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentRedaction(ContentRedaction)}\n", "documentation" : "

                                                                        An object that describes content redaction settings for the transcription job.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentRedaction property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContentRedaction", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentRedaction", "fluentSetterDocumentation" : "

                                                                        An object that describes content redaction settings for the transcription job.

                                                                        \n@param contentRedaction An object that describes content redaction settings for the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentRedaction", "getterDocumentation" : "

                                                                        An object that describes content redaction settings for the transcription job.

                                                                        \n@return An object that describes content redaction settings for the transcription job.", "getterModel" : { "returnType" : "ContentRedaction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentRedaction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentRedaction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContentRedaction", "sensitive" : false, "setterDocumentation" : "

                                                                        An object that describes content redaction settings for the transcription job.

                                                                        \n@param contentRedaction An object that describes content redaction settings for the transcription job.", "setterMethodName" : "setContentRedaction", "setterModel" : { "variableDeclarationType" : "ContentRedaction", "variableName" : "contentRedaction", "variableType" : "ContentRedaction", "documentation" : null, "simpleType" : "ContentRedaction", "variableSetterType" : "ContentRedaction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentRedaction", "variableName" : "contentRedaction", "variableType" : "ContentRedaction", "documentation" : "

                                                                        An object that describes content redaction settings for the transcription job.

                                                                        ", "simpleType" : "ContentRedaction", "variableSetterType" : "ContentRedaction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "CreationTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                        A timestamp that shows when the job was created.

                                                                        \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 #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        A timestamp that shows when the job was created.

                                                                        \n@return A timestamp that shows when the job was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                        A timestamp that shows when the job was created.

                                                                        \n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

                                                                        A timestamp that shows when the job was created.

                                                                        ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

                                                                        A timestamp that shows when the job was created.

                                                                        \n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

                                                                        A timestamp that shows when the job was created.

                                                                        \n@return A timestamp that shows when the job was created.", "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" : "CreationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

                                                                        A timestamp that shows when the job was created.

                                                                        \n@param creationTime A timestamp that shows when the job was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                        A timestamp that shows when the job was created.

                                                                        ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FailureReason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

                                                                        If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                        The FailureReason field can contain one of the following values:

                                                                        • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                        • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                        • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                        • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                        • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                        • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services 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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                        If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                        The FailureReason field can contain one of the following values:

                                                                        • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                        • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                        • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                        • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                        • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                        • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                        \n@return If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                        The FailureReason field can contain one of the following values:

                                                                        • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                        • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                        • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                        • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                        • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                        • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                        • \n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                          If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                          The FailureReason field can contain one of the following values:

                                                                          • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                          • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                          • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                          • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                          • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                          • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                          \n@param failureReason If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                          The FailureReason field can contain one of the following values:

                                                                          • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                          • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                          • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                          • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                          • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                          • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

                                                                            If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                            The FailureReason field can contain one of the following values:

                                                                            • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                            • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                            • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                            • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                            • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                            • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

                                                                            If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                            The FailureReason field can contain one of the following values:

                                                                            • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                            • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                            • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                            • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                            • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                            • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                            \n@param failureReason If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                            The FailureReason field can contain one of the following values:

                                                                            • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                            • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                            • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                            • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                            • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                            • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

                                                                              If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                              The FailureReason field can contain one of the following values:

                                                                              • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                              • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                              • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                              • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                              • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                              • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                              \n@return If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                              The FailureReason field can contain one of the following values:

                                                                              • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                              • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                              • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                              • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                              • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                              • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services 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" : "FailureReason", "queryString" : false, "requiresLength" : 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" : "

                                                                                If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                                The FailureReason field can contain one of the following values:

                                                                                • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                                • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                                • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                                • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                                • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                                • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                                \n@param failureReason If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                                The FailureReason field can contain one of the following values:

                                                                                • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                                • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                                • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                                • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                                • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                                • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                                • ", "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" : "

                                                                                  If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                                  The FailureReason field can contain one of the following values:

                                                                                  • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                                  • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                                  • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                                  • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                                  • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                                  • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "JobExecutionSettings" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobExecutionSettings", "beanStyleSetterMethodName" : "setJobExecutionSettings", "c2jName" : "JobExecutionSettings", "c2jShape" : "JobExecutionSettings", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  Provides information about how a transcription job is executed.

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

                                                                                  Provides information about how a transcription job is executed.

                                                                                  \n@return Provides information about how a transcription job is executed.\n@deprecated Use {@link #jobExecutionSettings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  Provides information about how a transcription job is executed.

                                                                                  \n@param jobExecutionSettings Provides information about how a transcription job is executed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobExecutionSettings(JobExecutionSettings)}\n", "documentation" : "

                                                                                  Provides information about how a transcription job is executed.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobExecutionSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobExecutionSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobExecutionSettings", "fluentSetterDocumentation" : "

                                                                                  Provides information about how a transcription job is executed.

                                                                                  \n@param jobExecutionSettings Provides information about how a transcription job is executed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobExecutionSettings", "getterDocumentation" : "

                                                                                  Provides information about how a transcription job is executed.

                                                                                  \n@return Provides information about how a transcription job is executed.", "getterModel" : { "returnType" : "JobExecutionSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobExecutionSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobExecutionSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobExecutionSettings", "sensitive" : false, "setterDocumentation" : "

                                                                                  Provides information about how a transcription job is executed.

                                                                                  \n@param jobExecutionSettings Provides information about how a transcription job is executed.", "setterMethodName" : "setJobExecutionSettings", "setterModel" : { "variableDeclarationType" : "JobExecutionSettings", "variableName" : "jobExecutionSettings", "variableType" : "JobExecutionSettings", "documentation" : null, "simpleType" : "JobExecutionSettings", "variableSetterType" : "JobExecutionSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobExecutionSettings", "variableName" : "jobExecutionSettings", "variableType" : "JobExecutionSettings", "documentation" : "

                                                                                  Provides information about how a transcription job is executed.

                                                                                  ", "simpleType" : "JobExecutionSettings", "variableSetterType" : "JobExecutionSettings" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The language code for the input speech.

                                                                                  \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The language code for the input speech.

                                                                                  \n

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

                                                                                  \n@return The language code for the input speech.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The language code for the input speech.

                                                                                  \n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                  The language code for the input speech.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                  The language code for the input speech.

                                                                                  \n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                  The language code for the input speech.

                                                                                  \n

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

                                                                                  \n@return The language code for the input speech.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                  The language code for the input speech.

                                                                                  \n@param languageCode The language code for the input speech.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                  The language code for the input speech.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Media" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedia", "beanStyleSetterMethodName" : "setMedia", "c2jName" : "Media", "c2jShape" : "Media", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  An object that describes the input media for the transcription job.

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

                                                                                  An object that describes the input media for the transcription job.

                                                                                  \n@return An object that describes the input media for the transcription job.\n@deprecated Use {@link #media()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  An object that describes the input media for the transcription job.

                                                                                  \n@param media An object that describes the input media for the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #media(Media)}\n", "documentation" : "

                                                                                  An object that describes the input media for the transcription job.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Media property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedia", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "media", "fluentSetterDocumentation" : "

                                                                                  An object that describes the input media for the transcription job.

                                                                                  \n@param media An object that describes the input media for the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "media", "getterDocumentation" : "

                                                                                  An object that describes the input media for the transcription job.

                                                                                  \n@return An object that describes the input media for the transcription job.", "getterModel" : { "returnType" : "Media", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Media", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Media", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Media", "sensitive" : false, "setterDocumentation" : "

                                                                                  An object that describes the input media for the transcription job.

                                                                                  \n@param media An object that describes the input media for the transcription job.", "setterMethodName" : "setMedia", "setterModel" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : null, "simpleType" : "Media", "variableSetterType" : "Media" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : "

                                                                                  An object that describes the input media for the transcription job.

                                                                                  ", "simpleType" : "Media", "variableSetterType" : "Media" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MediaFormat" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaFormat", "beanStyleSetterMethodName" : "setMediaFormat", "c2jName" : "MediaFormat", "c2jShape" : "MediaFormat", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The format of the input media file.

                                                                                  \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 #mediaFormatAsString(String)}.\n@param mediaFormat 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 #mediaFormat(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The format of the input media file.

                                                                                  \n

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

                                                                                  \n@return The format of the input media file.\n@see MediaFormat\n@deprecated Use {@link #mediaFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The format of the input media file.

                                                                                  \n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat\n@deprecated Use {@link #mediaFormat(String)}\n", "documentation" : "

                                                                                  The format of the input media file.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "MediaFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaFormat", "fluentEnumGetterMethodName" : "mediaFormat", "fluentEnumSetterMethodName" : "mediaFormat", "fluentGetterMethodName" : "mediaFormatAsString", "fluentSetterDocumentation" : "

                                                                                  The format of the input media file.

                                                                                  \n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat", "fluentSetterMethodName" : "mediaFormat", "getterDocumentation" : "

                                                                                  The format of the input media file.

                                                                                  \n

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

                                                                                  \n@return The format of the input media file.\n@see MediaFormat", "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" : "MediaFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MediaFormat", "sensitive" : false, "setterDocumentation" : "

                                                                                  The format of the input media file.

                                                                                  \n@param mediaFormat The format of the input media file.\n@see MediaFormat", "setterMethodName" : "setMediaFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : "

                                                                                  The format of the input media file.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "MediaSampleRateHertz" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaSampleRateHertz", "beanStyleSetterMethodName" : "setMediaSampleRateHertz", "c2jName" : "MediaSampleRateHertz", "c2jShape" : "MediaSampleRateHertz", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The sample rate, in Hertz, of the audio track in the input media file.

                                                                                  \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 #mediaSampleRateHertz(Integer)}.\n@param mediaSampleRateHertz 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 #mediaSampleRateHertz(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The sample rate, in Hertz, of the audio track in the input media file.

                                                                                  \n@return The sample rate, in Hertz, of the audio track in the input media file.\n@deprecated Use {@link #mediaSampleRateHertz()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The sample rate, in Hertz, of the audio track in the input media file.

                                                                                  \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaSampleRateHertz(Integer)}\n", "documentation" : "

                                                                                  The sample rate, in Hertz, of the audio track in the input media file.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaSampleRateHertz property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaSampleRateHertz", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mediaSampleRateHertz", "fluentSetterDocumentation" : "

                                                                                  The sample rate, in Hertz, of the audio track in the input media file.

                                                                                  \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mediaSampleRateHertz", "getterDocumentation" : "

                                                                                  The sample rate, in Hertz, of the audio track in the input media file.

                                                                                  \n@return The sample rate, in Hertz, of the audio track in the input media file.", "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" : "MediaSampleRateHertz", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaSampleRateHertz", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MediaSampleRateHertz", "sensitive" : false, "setterDocumentation" : "

                                                                                  The sample rate, in Hertz, of the audio track in the input media file.

                                                                                  \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.", "setterMethodName" : "setMediaSampleRateHertz", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : "

                                                                                  The sample rate, in Hertz, of the audio track in the input media file.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Settings" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSettings", "beanStyleSetterMethodName" : "setSettings", "c2jName" : "Settings", "c2jShape" : "Settings", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

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

                                                                                  Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                                  \n@return Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.\n@deprecated Use {@link #settings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                                  \n@param settings Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #settings(Settings)}\n", "documentation" : "

                                                                                  Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Settings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "settings", "fluentSetterDocumentation" : "

                                                                                  Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                                  \n@param settings Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "settings", "getterDocumentation" : "

                                                                                  Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                                  \n@return Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.", "getterModel" : { "returnType" : "Settings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Settings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Settings", "sensitive" : false, "setterDocumentation" : "

                                                                                  Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                                  \n@param settings Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.", "setterMethodName" : "setSettings", "setterModel" : { "variableDeclarationType" : "Settings", "variableName" : "settings", "variableType" : "Settings", "documentation" : null, "simpleType" : "Settings", "variableSetterType" : "Settings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Settings", "variableName" : "settings", "variableType" : "Settings", "documentation" : "

                                                                                  Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                                  ", "simpleType" : "Settings", "variableSetterType" : "Settings" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  A timestamp that shows with the job was started processing.

                                                                                  \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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  A timestamp that shows with the job was started processing.

                                                                                  \n@return A timestamp that shows with the job was started processing.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  A timestamp that shows with the job was started processing.

                                                                                  \n@param startTime A timestamp that shows with the job was started processing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                                                                  A timestamp that shows with the job was started processing.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                                                  A timestamp that shows with the job was started processing.

                                                                                  \n@param startTime A timestamp that shows with the job was started processing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                                                  A timestamp that shows with the job was started processing.

                                                                                  \n@return A timestamp that shows with the job was started processing.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                                                                  A timestamp that shows with the job was started processing.

                                                                                  \n@param startTime A timestamp that shows with the job was started processing.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                  A timestamp that shows with the job was started processing.

                                                                                  ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Transcript" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscript", "beanStyleSetterMethodName" : "setTranscript", "c2jName" : "Transcript", "c2jShape" : "Transcript", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  An object that describes the output of the transcription job.

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

                                                                                  An object that describes the output of the transcription job.

                                                                                  \n@return An object that describes the output of the transcription job.\n@deprecated Use {@link #transcript()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  An object that describes the output of the transcription job.

                                                                                  \n@param transcript An object that describes the output of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcript(Transcript)}\n", "documentation" : "

                                                                                  An object that describes the output of the transcription job.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Transcript property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscript", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcript", "fluentSetterDocumentation" : "

                                                                                  An object that describes the output of the transcription job.

                                                                                  \n@param transcript An object that describes the output of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcript", "getterDocumentation" : "

                                                                                  An object that describes the output of the transcription job.

                                                                                  \n@return An object that describes the output of the transcription job.", "getterModel" : { "returnType" : "Transcript", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Transcript", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Transcript", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Transcript", "sensitive" : false, "setterDocumentation" : "

                                                                                  An object that describes the output of the transcription job.

                                                                                  \n@param transcript An object that describes the output of the transcription job.", "setterMethodName" : "setTranscript", "setterModel" : { "variableDeclarationType" : "Transcript", "variableName" : "transcript", "variableType" : "Transcript", "documentation" : null, "simpleType" : "Transcript", "variableSetterType" : "Transcript" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Transcript", "variableName" : "transcript", "variableType" : "Transcript", "documentation" : "

                                                                                  An object that describes the output of the transcription job.

                                                                                  ", "simpleType" : "Transcript", "variableSetterType" : "Transcript" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TranscriptionJobName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobName", "beanStyleSetterMethodName" : "setTranscriptionJobName", "c2jName" : "TranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The name of the transcription job.

                                                                                  \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 #transcriptionJobName(String)}.\n@param transcriptionJobName 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 #transcriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The name of the transcription job.

                                                                                  \n@return The name of the transcription job.\n@deprecated Use {@link #transcriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The name of the transcription job.

                                                                                  \n@param transcriptionJobName The name of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n", "documentation" : "

                                                                                  The name of the transcription job.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJobName", "fluentSetterDocumentation" : "

                                                                                  The name of the transcription job.

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

                                                                                  The name of the transcription job.

                                                                                  \n@return The name of the transcription job.", "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" : "TranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

                                                                                  The name of the transcription job.

                                                                                  \n@param transcriptionJobName The name of the transcription job.", "setterMethodName" : "setTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : "

                                                                                  The name of the transcription job.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TranscriptionJobStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobStatus", "beanStyleSetterMethodName" : "setTranscriptionJobStatus", "c2jName" : "TranscriptionJobStatus", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The status of the transcription job.

                                                                                  \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 #transcriptionJobStatusAsString(String)}.\n@param transcriptionJobStatus 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 #transcriptionJobStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The status of the transcription job.

                                                                                  \n

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

                                                                                  \n@return The status of the transcription job.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The status of the transcription job.

                                                                                  \n@param transcriptionJobStatus The status of the transcription job.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatus(String)}\n", "documentation" : "

                                                                                  The status of the transcription job.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobStatus", "fluentEnumGetterMethodName" : "transcriptionJobStatus", "fluentEnumSetterMethodName" : "transcriptionJobStatus", "fluentGetterMethodName" : "transcriptionJobStatusAsString", "fluentSetterDocumentation" : "

                                                                                  The status of the transcription job.

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

                                                                                  The status of the transcription job.

                                                                                  \n

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

                                                                                  \n@return The status of the transcription job.\n@see TranscriptionJobStatus", "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" : "TranscriptionJobStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                  The status of the transcription job.

                                                                                  \n@param transcriptionJobStatus The status of the transcription job.\n@see TranscriptionJobStatus", "setterMethodName" : "setTranscriptionJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : "

                                                                                  The status of the transcription job.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobName", "beanStyleSetterMethodName" : "setTranscriptionJobName", "c2jName" : "TranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The name of the transcription job.

                                                                                  \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 #transcriptionJobName(String)}.\n@param transcriptionJobName 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 #transcriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The name of the transcription job.

                                                                                  \n@return The name of the transcription job.\n@deprecated Use {@link #transcriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The name of the transcription job.

                                                                                  \n@param transcriptionJobName The name of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n", "documentation" : "

                                                                                  The name of the transcription job.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJobName", "fluentSetterDocumentation" : "

                                                                                  The name of the transcription job.

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

                                                                                  The name of the transcription job.

                                                                                  \n@return The name of the transcription job.", "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" : "TranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

                                                                                  The name of the transcription job.

                                                                                  \n@param transcriptionJobName The name of the transcription job.", "setterMethodName" : "setTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : "

                                                                                  The name of the transcription job.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobStatus", "beanStyleSetterMethodName" : "setTranscriptionJobStatus", "c2jName" : "TranscriptionJobStatus", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The status of the transcription job.

                                                                                  \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 #transcriptionJobStatusAsString(String)}.\n@param transcriptionJobStatus 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 #transcriptionJobStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The status of the transcription job.

                                                                                  \n

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

                                                                                  \n@return The status of the transcription job.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The status of the transcription job.

                                                                                  \n@param transcriptionJobStatus The status of the transcription job.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatus(String)}\n", "documentation" : "

                                                                                  The status of the transcription job.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobStatus", "fluentEnumGetterMethodName" : "transcriptionJobStatus", "fluentEnumSetterMethodName" : "transcriptionJobStatus", "fluentGetterMethodName" : "transcriptionJobStatusAsString", "fluentSetterDocumentation" : "

                                                                                  The status of the transcription job.

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

                                                                                  The status of the transcription job.

                                                                                  \n

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

                                                                                  \n@return The status of the transcription job.\n@see TranscriptionJobStatus", "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" : "TranscriptionJobStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                  The status of the transcription job.

                                                                                  \n@param transcriptionJobStatus The status of the transcription job.\n@see TranscriptionJobStatus", "setterMethodName" : "setTranscriptionJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : "

                                                                                  The status of the transcription job.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The language code for the input speech.

                                                                                  \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The language code for the input speech.

                                                                                  \n

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

                                                                                  \n@return The language code for the input speech.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The language code for the input speech.

                                                                                  \n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                  The language code for the input speech.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                  The language code for the input speech.

                                                                                  \n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                  The language code for the input speech.

                                                                                  \n

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

                                                                                  \n@return The language code for the input speech.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                  The language code for the input speech.

                                                                                  \n@param languageCode The language code for the input speech.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                  The language code for the input speech.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaSampleRateHertz", "beanStyleSetterMethodName" : "setMediaSampleRateHertz", "c2jName" : "MediaSampleRateHertz", "c2jShape" : "MediaSampleRateHertz", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The sample rate, in Hertz, of the audio track in the input media file.

                                                                                  \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 #mediaSampleRateHertz(Integer)}.\n@param mediaSampleRateHertz 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 #mediaSampleRateHertz(Integer)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The sample rate, in Hertz, of the audio track in the input media file.

                                                                                  \n@return The sample rate, in Hertz, of the audio track in the input media file.\n@deprecated Use {@link #mediaSampleRateHertz()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The sample rate, in Hertz, of the audio track in the input media file.

                                                                                  \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaSampleRateHertz(Integer)}\n", "documentation" : "

                                                                                  The sample rate, in Hertz, of the audio track in the input media file.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaSampleRateHertz property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaSampleRateHertz", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mediaSampleRateHertz", "fluentSetterDocumentation" : "

                                                                                  The sample rate, in Hertz, of the audio track in the input media file.

                                                                                  \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mediaSampleRateHertz", "getterDocumentation" : "

                                                                                  The sample rate, in Hertz, of the audio track in the input media file.

                                                                                  \n@return The sample rate, in Hertz, of the audio track in the input media file.", "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" : "MediaSampleRateHertz", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaSampleRateHertz", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MediaSampleRateHertz", "sensitive" : false, "setterDocumentation" : "

                                                                                  The sample rate, in Hertz, of the audio track in the input media file.

                                                                                  \n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.", "setterMethodName" : "setMediaSampleRateHertz", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "mediaSampleRateHertz", "variableType" : "Integer", "documentation" : "

                                                                                  The sample rate, in Hertz, of the audio track in the input media file.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMediaFormat", "beanStyleSetterMethodName" : "setMediaFormat", "c2jName" : "MediaFormat", "c2jShape" : "MediaFormat", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  The format of the input media file.

                                                                                  \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 #mediaFormatAsString(String)}.\n@param mediaFormat 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 #mediaFormat(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  The format of the input media file.

                                                                                  \n

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

                                                                                  \n@return The format of the input media file.\n@see MediaFormat\n@deprecated Use {@link #mediaFormatAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  The format of the input media file.

                                                                                  \n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat\n@deprecated Use {@link #mediaFormat(String)}\n", "documentation" : "

                                                                                  The format of the input media file.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : "MediaFormat", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the MediaFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMediaFormat", "fluentEnumGetterMethodName" : "mediaFormat", "fluentEnumSetterMethodName" : "mediaFormat", "fluentGetterMethodName" : "mediaFormatAsString", "fluentSetterDocumentation" : "

                                                                                  The format of the input media file.

                                                                                  \n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat", "fluentSetterMethodName" : "mediaFormat", "getterDocumentation" : "

                                                                                  The format of the input media file.

                                                                                  \n

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

                                                                                  \n@return The format of the input media file.\n@see MediaFormat", "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" : "MediaFormat", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "MediaFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "MediaFormat", "sensitive" : false, "setterDocumentation" : "

                                                                                  The format of the input media file.

                                                                                  \n@param mediaFormat The format of the input media file.\n@see MediaFormat", "setterMethodName" : "setMediaFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "mediaFormat", "variableType" : "String", "documentation" : "

                                                                                  The format of the input media file.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMedia", "beanStyleSetterMethodName" : "setMedia", "c2jName" : "Media", "c2jShape" : "Media", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  An object that describes the input media for the transcription job.

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

                                                                                  An object that describes the input media for the transcription job.

                                                                                  \n@return An object that describes the input media for the transcription job.\n@deprecated Use {@link #media()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  An object that describes the input media for the transcription job.

                                                                                  \n@param media An object that describes the input media for the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #media(Media)}\n", "documentation" : "

                                                                                  An object that describes the input media for the transcription job.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Media property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMedia", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "media", "fluentSetterDocumentation" : "

                                                                                  An object that describes the input media for the transcription job.

                                                                                  \n@param media An object that describes the input media for the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "media", "getterDocumentation" : "

                                                                                  An object that describes the input media for the transcription job.

                                                                                  \n@return An object that describes the input media for the transcription job.", "getterModel" : { "returnType" : "Media", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Media", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Media", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Media", "sensitive" : false, "setterDocumentation" : "

                                                                                  An object that describes the input media for the transcription job.

                                                                                  \n@param media An object that describes the input media for the transcription job.", "setterMethodName" : "setMedia", "setterModel" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : null, "simpleType" : "Media", "variableSetterType" : "Media" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Media", "variableName" : "media", "variableType" : "Media", "documentation" : "

                                                                                  An object that describes the input media for the transcription job.

                                                                                  ", "simpleType" : "Media", "variableSetterType" : "Media" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscript", "beanStyleSetterMethodName" : "setTranscript", "c2jName" : "Transcript", "c2jShape" : "Transcript", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  An object that describes the output of the transcription job.

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

                                                                                  An object that describes the output of the transcription job.

                                                                                  \n@return An object that describes the output of the transcription job.\n@deprecated Use {@link #transcript()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  An object that describes the output of the transcription job.

                                                                                  \n@param transcript An object that describes the output of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcript(Transcript)}\n", "documentation" : "

                                                                                  An object that describes the output of the transcription job.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Transcript property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscript", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcript", "fluentSetterDocumentation" : "

                                                                                  An object that describes the output of the transcription job.

                                                                                  \n@param transcript An object that describes the output of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "transcript", "getterDocumentation" : "

                                                                                  An object that describes the output of the transcription job.

                                                                                  \n@return An object that describes the output of the transcription job.", "getterModel" : { "returnType" : "Transcript", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Transcript", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Transcript", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Transcript", "sensitive" : false, "setterDocumentation" : "

                                                                                  An object that describes the output of the transcription job.

                                                                                  \n@param transcript An object that describes the output of the transcription job.", "setterMethodName" : "setTranscript", "setterModel" : { "variableDeclarationType" : "Transcript", "variableName" : "transcript", "variableType" : "Transcript", "documentation" : null, "simpleType" : "Transcript", "variableSetterType" : "Transcript" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Transcript", "variableName" : "transcript", "variableType" : "Transcript", "documentation" : "

                                                                                  An object that describes the output of the transcription job.

                                                                                  ", "simpleType" : "Transcript", "variableSetterType" : "Transcript" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  A timestamp that shows with the job was started processing.

                                                                                  \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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  A timestamp that shows with the job was started processing.

                                                                                  \n@return A timestamp that shows with the job was started processing.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  A timestamp that shows with the job was started processing.

                                                                                  \n@param startTime A timestamp that shows with the job was started processing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                                                                  A timestamp that shows with the job was started processing.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                                                  A timestamp that shows with the job was started processing.

                                                                                  \n@param startTime A timestamp that shows with the job was started processing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                                                  A timestamp that shows with the job was started processing.

                                                                                  \n@return A timestamp that shows with the job was started processing.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                                                                  A timestamp that shows with the job was started processing.

                                                                                  \n@param startTime A timestamp that shows with the job was started processing.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                  A timestamp that shows with the job was started processing.

                                                                                  ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "CreationTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  A timestamp that shows when the job was created.

                                                                                  \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 #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  A timestamp that shows when the job was created.

                                                                                  \n@return A timestamp that shows when the job was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  A timestamp that shows when the job was created.

                                                                                  \n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

                                                                                  A timestamp that shows when the job was created.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

                                                                                  A timestamp that shows when the job was created.

                                                                                  \n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

                                                                                  A timestamp that shows when the job was created.

                                                                                  \n@return A timestamp that shows when the job was created.", "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" : "CreationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

                                                                                  A timestamp that shows when the job was created.

                                                                                  \n@param creationTime A timestamp that shows when the job was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                  A timestamp that shows when the job was created.

                                                                                  ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletionTime", "beanStyleSetterMethodName" : "setCompletionTime", "c2jName" : "CompletionTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  A timestamp that shows when the job was completed.

                                                                                  \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 #completionTime(Instant)}.\n@param completionTime 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 #completionTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  A timestamp that shows when the job was completed.

                                                                                  \n@return A timestamp that shows when the job was completed.\n@deprecated Use {@link #completionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                  A timestamp that shows when the job was completed.

                                                                                  \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n", "documentation" : "

                                                                                  A timestamp that shows when the job was completed.

                                                                                  ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completionTime", "fluentSetterDocumentation" : "

                                                                                  A timestamp that shows when the job was completed.

                                                                                  \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completionTime", "getterDocumentation" : "

                                                                                  A timestamp that shows when the job was completed.

                                                                                  \n@return A timestamp that shows when the job was completed.", "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" : "CompletionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CompletionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletionTime", "sensitive" : false, "setterDocumentation" : "

                                                                                  A timestamp that shows when the job was completed.

                                                                                  \n@param completionTime A timestamp that shows when the job was completed.", "setterMethodName" : "setCompletionTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                  A timestamp that shows when the job was completed.

                                                                                  ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

                                                                                  If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                                  The FailureReason field can contain one of the following values:

                                                                                  • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                                  • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                                  • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                                  • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                                  • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                                  • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services 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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                  If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                                  The FailureReason field can contain one of the following values:

                                                                                  • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                                  • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                                  • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                                  • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                                  • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                                  • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                                  \n@return If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                                  The FailureReason field can contain one of the following values:

                                                                                  • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                                  • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                                  • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                                  • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                                  • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                                  • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                                  • \n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                    If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                                    The FailureReason field can contain one of the following values:

                                                                                    • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                                    • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                                    • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                                    • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                                    • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                                    • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                                    \n@param failureReason If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                                    The FailureReason field can contain one of the following values:

                                                                                    • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                                    • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                                    • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                                    • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                                    • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                                    • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

                                                                                      If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                                      The FailureReason field can contain one of the following values:

                                                                                      • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                                      • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                                      • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                                      • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                                      • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                                      • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

                                                                                      If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                                      The FailureReason field can contain one of the following values:

                                                                                      • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                                      • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                                      • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                                      • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                                      • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                                      • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                                      \n@param failureReason If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                                      The FailureReason field can contain one of the following values:

                                                                                      • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                                      • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                                      • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                                      • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                                      • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                                      • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

                                                                                        If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                                        The FailureReason field can contain one of the following values:

                                                                                        • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                                        • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                                        • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                                        • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                                        • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                                        • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                                        \n@return If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                                        The FailureReason field can contain one of the following values:

                                                                                        • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                                        • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                                        • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                                        • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                                        • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                                        • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services 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" : "FailureReason", "queryString" : false, "requiresLength" : 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" : "

                                                                                          If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                                          The FailureReason field can contain one of the following values:

                                                                                          • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                                          • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                                          • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                                          • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                                          • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                                          • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                                          \n@param failureReason If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                                          The FailureReason field can contain one of the following values:

                                                                                          • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                                          • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                                          • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                                          • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                                          • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                                          • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                                          • ", "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" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

                                                                                            The FailureReason field can contain one of the following values:

                                                                                            • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

                                                                                            • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

                                                                                            • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

                                                                                            • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

                                                                                            • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.

                                                                                            • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getSettings", "beanStyleSetterMethodName" : "setSettings", "c2jName" : "Settings", "c2jShape" : "Settings", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

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

                                                                                            Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                                            \n@return Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.\n@deprecated Use {@link #settings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                                            \n@param settings Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #settings(Settings)}\n", "documentation" : "

                                                                                            Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Settings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "settings", "fluentSetterDocumentation" : "

                                                                                            Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                                            \n@param settings Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "settings", "getterDocumentation" : "

                                                                                            Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                                            \n@return Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.", "getterModel" : { "returnType" : "Settings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Settings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Settings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "Settings", "sensitive" : false, "setterDocumentation" : "

                                                                                            Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                                            \n@param settings Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.", "setterMethodName" : "setSettings", "setterModel" : { "variableDeclarationType" : "Settings", "variableName" : "settings", "variableType" : "Settings", "documentation" : null, "simpleType" : "Settings", "variableSetterType" : "Settings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Settings", "variableName" : "settings", "variableType" : "Settings", "documentation" : "

                                                                                            Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

                                                                                            ", "simpleType" : "Settings", "variableSetterType" : "Settings" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getJobExecutionSettings", "beanStyleSetterMethodName" : "setJobExecutionSettings", "c2jName" : "JobExecutionSettings", "c2jShape" : "JobExecutionSettings", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Provides information about how a transcription job is executed.

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

                                                                                            Provides information about how a transcription job is executed.

                                                                                            \n@return Provides information about how a transcription job is executed.\n@deprecated Use {@link #jobExecutionSettings()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Provides information about how a transcription job is executed.

                                                                                            \n@param jobExecutionSettings Provides information about how a transcription job is executed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobExecutionSettings(JobExecutionSettings)}\n", "documentation" : "

                                                                                            Provides information about how a transcription job is executed.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the JobExecutionSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasJobExecutionSettings", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobExecutionSettings", "fluentSetterDocumentation" : "

                                                                                            Provides information about how a transcription job is executed.

                                                                                            \n@param jobExecutionSettings Provides information about how a transcription job is executed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobExecutionSettings", "getterDocumentation" : "

                                                                                            Provides information about how a transcription job is executed.

                                                                                            \n@return Provides information about how a transcription job is executed.", "getterModel" : { "returnType" : "JobExecutionSettings", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JobExecutionSettings", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "JobExecutionSettings", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "JobExecutionSettings", "sensitive" : false, "setterDocumentation" : "

                                                                                            Provides information about how a transcription job is executed.

                                                                                            \n@param jobExecutionSettings Provides information about how a transcription job is executed.", "setterMethodName" : "setJobExecutionSettings", "setterModel" : { "variableDeclarationType" : "JobExecutionSettings", "variableName" : "jobExecutionSettings", "variableType" : "JobExecutionSettings", "documentation" : null, "simpleType" : "JobExecutionSettings", "variableSetterType" : "JobExecutionSettings" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "JobExecutionSettings", "variableName" : "jobExecutionSettings", "variableType" : "JobExecutionSettings", "documentation" : "

                                                                                            Provides information about how a transcription job is executed.

                                                                                            ", "simpleType" : "JobExecutionSettings", "variableSetterType" : "JobExecutionSettings" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentRedaction", "beanStyleSetterMethodName" : "setContentRedaction", "c2jName" : "ContentRedaction", "c2jShape" : "ContentRedaction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            An object that describes content redaction settings for the transcription job.

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

                                                                                            An object that describes content redaction settings for the transcription job.

                                                                                            \n@return An object that describes content redaction settings for the transcription job.\n@deprecated Use {@link #contentRedaction()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            An object that describes content redaction settings for the transcription job.

                                                                                            \n@param contentRedaction An object that describes content redaction settings for the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentRedaction(ContentRedaction)}\n", "documentation" : "

                                                                                            An object that describes content redaction settings for the transcription job.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentRedaction property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContentRedaction", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentRedaction", "fluentSetterDocumentation" : "

                                                                                            An object that describes content redaction settings for the transcription job.

                                                                                            \n@param contentRedaction An object that describes content redaction settings for the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentRedaction", "getterDocumentation" : "

                                                                                            An object that describes content redaction settings for the transcription job.

                                                                                            \n@return An object that describes content redaction settings for the transcription job.", "getterModel" : { "returnType" : "ContentRedaction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentRedaction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentRedaction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContentRedaction", "sensitive" : false, "setterDocumentation" : "

                                                                                            An object that describes content redaction settings for the transcription job.

                                                                                            \n@param contentRedaction An object that describes content redaction settings for the transcription job.", "setterMethodName" : "setContentRedaction", "setterModel" : { "variableDeclarationType" : "ContentRedaction", "variableName" : "contentRedaction", "variableType" : "ContentRedaction", "documentation" : null, "simpleType" : "ContentRedaction", "variableSetterType" : "ContentRedaction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentRedaction", "variableName" : "contentRedaction", "variableType" : "ContentRedaction", "documentation" : "

                                                                                            An object that describes content redaction settings for the transcription job.

                                                                                            ", "simpleType" : "ContentRedaction", "variableSetterType" : "ContentRedaction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TranscriptionJob", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TranscriptionJob", "variableName" : "transcriptionJob", "variableType" : "TranscriptionJob", "documentation" : null, "simpleType" : "TranscriptionJob", "variableSetterType" : "TranscriptionJob" }, "wrapper" : false, "xmlNamespace" : null }, "TranscriptionJobStatus" : { "c2jName" : "TranscriptionJobStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "QUEUED", "value" : "QUEUED" }, { "name" : "IN_PROGRESS", "value" : "IN_PROGRESS" }, { "name" : "FAILED", "value" : "FAILED" }, { "name" : "COMPLETED", "value" : "COMPLETED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TranscriptionJobStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TranscriptionJobStatus", "variableName" : "transcriptionJobStatus", "variableType" : "TranscriptionJobStatus", "documentation" : null, "simpleType" : "TranscriptionJobStatus", "variableSetterType" : "TranscriptionJobStatus" }, "wrapper" : false, "xmlNamespace" : null }, "TranscriptionJobSummary" : { "c2jName" : "TranscriptionJobSummary", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Provides a summary of information about a transcription job.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobName", "beanStyleSetterMethodName" : "setTranscriptionJobName", "c2jName" : "TranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the transcription job.

                                                                                            \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 #transcriptionJobName(String)}.\n@param transcriptionJobName 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 #transcriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the transcription job.

                                                                                            \n@return The name of the transcription job.\n@deprecated Use {@link #transcriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the transcription job.

                                                                                            \n@param transcriptionJobName The name of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n", "documentation" : "

                                                                                            The name of the transcription job.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJobName", "fluentSetterDocumentation" : "

                                                                                            The name of the transcription job.

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

                                                                                            The name of the transcription job.

                                                                                            \n@return The name of the transcription job.", "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" : "TranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the transcription job.

                                                                                            \n@param transcriptionJobName The name of the transcription job.", "setterMethodName" : "setTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : "

                                                                                            The name of the transcription job.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "CreationTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            \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 #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            \n@return A timestamp that shows when the job was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            \n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            \n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            \n@return A timestamp that shows when the job was created.", "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" : "CreationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            \n@param creationTime A timestamp that shows when the job was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            \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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            \n@return A timestamp that shows when the job started processing.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            \n@param startTime A timestamp that shows when the job started processing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            \n@param startTime A timestamp that shows when the job started processing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            \n@return A timestamp that shows when the job started processing.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            \n@param startTime A timestamp that shows when the job started processing.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletionTime", "beanStyleSetterMethodName" : "setCompletionTime", "c2jName" : "CompletionTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            \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 #completionTime(Instant)}.\n@param completionTime 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 #completionTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            \n@return A timestamp that shows when the job was completed.\n@deprecated Use {@link #completionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n", "documentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completionTime", "fluentSetterDocumentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completionTime", "getterDocumentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            \n@return A timestamp that shows when the job was completed.", "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" : "CompletionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CompletionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletionTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            \n@param completionTime A timestamp that shows when the job was completed.", "setterMethodName" : "setCompletionTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code for the input speech.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code for the input speech.

                                                                                            \n

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

                                                                                            \n@return The language code for the input speech.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code for the input speech.

                                                                                            \n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code for the input speech.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code for the input speech.

                                                                                            \n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code for the input speech.

                                                                                            \n

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

                                                                                            \n@return The language code for the input speech.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code for the input speech.

                                                                                            \n@param languageCode The language code for the input speech.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code for the input speech.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobStatus", "beanStyleSetterMethodName" : "setTranscriptionJobStatus", "c2jName" : "TranscriptionJobStatus", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            \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 #transcriptionJobStatusAsString(String)}.\n@param transcriptionJobStatus 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 #transcriptionJobStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            \n

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

                                                                                            \n@return The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            \n@param transcriptionJobStatus The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatus(String)}\n", "documentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobStatus", "fluentEnumGetterMethodName" : "transcriptionJobStatus", "fluentEnumSetterMethodName" : "transcriptionJobStatus", "fluentGetterMethodName" : "transcriptionJobStatusAsString", "fluentSetterDocumentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            \n@param transcriptionJobStatus The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus", "fluentSetterMethodName" : "transcriptionJobStatus", "getterDocumentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            \n

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

                                                                                            \n@return The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.\n@see TranscriptionJobStatus", "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" : "TranscriptionJobStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            \n@param transcriptionJobStatus The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.\n@see TranscriptionJobStatus", "setterMethodName" : "setTranscriptionJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            \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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            \n@return If the TranscriptionJobStatus field is FAILED, a description of the error.\n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            \n@param failureReason If the TranscriptionJobStatus field is FAILED, a description of the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            \n@param failureReason If the TranscriptionJobStatus field is FAILED, a description of the error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            \n@return If the TranscriptionJobStatus field is FAILED, a description of the error.", "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, "requiresLength" : 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" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            \n@param failureReason If the TranscriptionJobStatus field is FAILED, a description of the error.", "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" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputLocationType", "beanStyleSetterMethodName" : "setOutputLocationType", "c2jName" : "OutputLocationType", "c2jShape" : "OutputLocationType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri 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 #outputLocationTypeAsString(String)}.\n@param outputLocationType 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 #outputLocationType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            \n

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

                                                                                            \n@return Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.\n@see OutputLocationType\n@deprecated Use {@link #outputLocationTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            \n@param outputLocationType Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.\n@see OutputLocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputLocationType\n@deprecated Use {@link #outputLocationType(String)}\n", "documentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "OutputLocationType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputLocationType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOutputLocationType", "fluentEnumGetterMethodName" : "outputLocationType", "fluentEnumSetterMethodName" : "outputLocationType", "fluentGetterMethodName" : "outputLocationTypeAsString", "fluentSetterDocumentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            \n@param outputLocationType Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.\n@see OutputLocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputLocationType", "fluentSetterMethodName" : "outputLocationType", "getterDocumentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            \n

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

                                                                                            \n@return Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.\n@see OutputLocationType", "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" : "OutputLocationType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputLocationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OutputLocationType", "sensitive" : false, "setterDocumentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            \n@param outputLocationType Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.\n@see OutputLocationType", "setterMethodName" : "setOutputLocationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputLocationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputLocationType", "variableType" : "String", "documentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentRedaction", "beanStyleSetterMethodName" : "setContentRedaction", "c2jName" : "ContentRedaction", "c2jShape" : "ContentRedaction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The content redaction settings of the transcription job.

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

                                                                                            The content redaction settings of the transcription job.

                                                                                            \n@return The content redaction settings of the transcription job.\n@deprecated Use {@link #contentRedaction()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The content redaction settings of the transcription job.

                                                                                            \n@param contentRedaction The content redaction settings of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentRedaction(ContentRedaction)}\n", "documentation" : "

                                                                                            The content redaction settings of the transcription job.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentRedaction property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContentRedaction", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentRedaction", "fluentSetterDocumentation" : "

                                                                                            The content redaction settings of the transcription job.

                                                                                            \n@param contentRedaction The content redaction settings of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentRedaction", "getterDocumentation" : "

                                                                                            The content redaction settings of the transcription job.

                                                                                            \n@return The content redaction settings of the transcription job.", "getterModel" : { "returnType" : "ContentRedaction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentRedaction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentRedaction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContentRedaction", "sensitive" : false, "setterDocumentation" : "

                                                                                            The content redaction settings of the transcription job.

                                                                                            \n@param contentRedaction The content redaction settings of the transcription job.", "setterMethodName" : "setContentRedaction", "setterModel" : { "variableDeclarationType" : "ContentRedaction", "variableName" : "contentRedaction", "variableType" : "ContentRedaction", "documentation" : null, "simpleType" : "ContentRedaction", "variableSetterType" : "ContentRedaction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentRedaction", "variableName" : "contentRedaction", "variableType" : "ContentRedaction", "documentation" : "

                                                                                            The content redaction settings of the transcription job.

                                                                                            ", "simpleType" : "ContentRedaction", "variableSetterType" : "ContentRedaction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CompletionTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletionTime", "beanStyleSetterMethodName" : "setCompletionTime", "c2jName" : "CompletionTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            \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 #completionTime(Instant)}.\n@param completionTime 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 #completionTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            \n@return A timestamp that shows when the job was completed.\n@deprecated Use {@link #completionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n", "documentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completionTime", "fluentSetterDocumentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completionTime", "getterDocumentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            \n@return A timestamp that shows when the job was completed.", "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" : "CompletionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CompletionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletionTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            \n@param completionTime A timestamp that shows when the job was completed.", "setterMethodName" : "setCompletionTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ContentRedaction" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentRedaction", "beanStyleSetterMethodName" : "setContentRedaction", "c2jName" : "ContentRedaction", "c2jShape" : "ContentRedaction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The content redaction settings of the transcription job.

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

                                                                                            The content redaction settings of the transcription job.

                                                                                            \n@return The content redaction settings of the transcription job.\n@deprecated Use {@link #contentRedaction()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The content redaction settings of the transcription job.

                                                                                            \n@param contentRedaction The content redaction settings of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentRedaction(ContentRedaction)}\n", "documentation" : "

                                                                                            The content redaction settings of the transcription job.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentRedaction property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContentRedaction", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentRedaction", "fluentSetterDocumentation" : "

                                                                                            The content redaction settings of the transcription job.

                                                                                            \n@param contentRedaction The content redaction settings of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentRedaction", "getterDocumentation" : "

                                                                                            The content redaction settings of the transcription job.

                                                                                            \n@return The content redaction settings of the transcription job.", "getterModel" : { "returnType" : "ContentRedaction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentRedaction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentRedaction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContentRedaction", "sensitive" : false, "setterDocumentation" : "

                                                                                            The content redaction settings of the transcription job.

                                                                                            \n@param contentRedaction The content redaction settings of the transcription job.", "setterMethodName" : "setContentRedaction", "setterModel" : { "variableDeclarationType" : "ContentRedaction", "variableName" : "contentRedaction", "variableType" : "ContentRedaction", "documentation" : null, "simpleType" : "ContentRedaction", "variableSetterType" : "ContentRedaction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentRedaction", "variableName" : "contentRedaction", "variableType" : "ContentRedaction", "documentation" : "

                                                                                            The content redaction settings of the transcription job.

                                                                                            ", "simpleType" : "ContentRedaction", "variableSetterType" : "ContentRedaction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CreationTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "CreationTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            \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 #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            \n@return A timestamp that shows when the job was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            \n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            \n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            \n@return A timestamp that shows when the job was created.", "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" : "CreationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            \n@param creationTime A timestamp that shows when the job was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "FailureReason" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            \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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            \n@return If the TranscriptionJobStatus field is FAILED, a description of the error.\n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            \n@param failureReason If the TranscriptionJobStatus field is FAILED, a description of the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            \n@param failureReason If the TranscriptionJobStatus field is FAILED, a description of the error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            \n@return If the TranscriptionJobStatus field is FAILED, a description of the error.", "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, "requiresLength" : 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" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            \n@param failureReason If the TranscriptionJobStatus field is FAILED, a description of the error.", "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" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code for the input speech.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code for the input speech.

                                                                                            \n

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

                                                                                            \n@return The language code for the input speech.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code for the input speech.

                                                                                            \n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code for the input speech.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code for the input speech.

                                                                                            \n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code for the input speech.

                                                                                            \n

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

                                                                                            \n@return The language code for the input speech.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code for the input speech.

                                                                                            \n@param languageCode The language code for the input speech.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code for the input speech.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OutputLocationType" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputLocationType", "beanStyleSetterMethodName" : "setOutputLocationType", "c2jName" : "OutputLocationType", "c2jShape" : "OutputLocationType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri 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 #outputLocationTypeAsString(String)}.\n@param outputLocationType 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 #outputLocationType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            \n

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

                                                                                            \n@return Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.\n@see OutputLocationType\n@deprecated Use {@link #outputLocationTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            \n@param outputLocationType Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.\n@see OutputLocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputLocationType\n@deprecated Use {@link #outputLocationType(String)}\n", "documentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "OutputLocationType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputLocationType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOutputLocationType", "fluentEnumGetterMethodName" : "outputLocationType", "fluentEnumSetterMethodName" : "outputLocationType", "fluentGetterMethodName" : "outputLocationTypeAsString", "fluentSetterDocumentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            \n@param outputLocationType Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.\n@see OutputLocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputLocationType", "fluentSetterMethodName" : "outputLocationType", "getterDocumentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            \n

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

                                                                                            \n@return Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.\n@see OutputLocationType", "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" : "OutputLocationType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputLocationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OutputLocationType", "sensitive" : false, "setterDocumentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            \n@param outputLocationType Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.\n@see OutputLocationType", "setterMethodName" : "setOutputLocationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputLocationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputLocationType", "variableType" : "String", "documentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "StartTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            \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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            \n@return A timestamp that shows when the job started processing.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            \n@param startTime A timestamp that shows when the job started processing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            \n@param startTime A timestamp that shows when the job started processing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            \n@return A timestamp that shows when the job started processing.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            \n@param startTime A timestamp that shows when the job started processing.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TranscriptionJobName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobName", "beanStyleSetterMethodName" : "setTranscriptionJobName", "c2jName" : "TranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the transcription job.

                                                                                            \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 #transcriptionJobName(String)}.\n@param transcriptionJobName 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 #transcriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the transcription job.

                                                                                            \n@return The name of the transcription job.\n@deprecated Use {@link #transcriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the transcription job.

                                                                                            \n@param transcriptionJobName The name of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n", "documentation" : "

                                                                                            The name of the transcription job.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJobName", "fluentSetterDocumentation" : "

                                                                                            The name of the transcription job.

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

                                                                                            The name of the transcription job.

                                                                                            \n@return The name of the transcription job.", "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" : "TranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the transcription job.

                                                                                            \n@param transcriptionJobName The name of the transcription job.", "setterMethodName" : "setTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : "

                                                                                            The name of the transcription job.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "TranscriptionJobStatus" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobStatus", "beanStyleSetterMethodName" : "setTranscriptionJobStatus", "c2jName" : "TranscriptionJobStatus", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            \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 #transcriptionJobStatusAsString(String)}.\n@param transcriptionJobStatus 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 #transcriptionJobStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            \n

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

                                                                                            \n@return The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            \n@param transcriptionJobStatus The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatus(String)}\n", "documentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobStatus", "fluentEnumGetterMethodName" : "transcriptionJobStatus", "fluentEnumSetterMethodName" : "transcriptionJobStatus", "fluentGetterMethodName" : "transcriptionJobStatusAsString", "fluentSetterDocumentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            \n@param transcriptionJobStatus The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus", "fluentSetterMethodName" : "transcriptionJobStatus", "getterDocumentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            \n

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

                                                                                            \n@return The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.\n@see TranscriptionJobStatus", "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" : "TranscriptionJobStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            \n@param transcriptionJobStatus The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.\n@see TranscriptionJobStatus", "setterMethodName" : "setTranscriptionJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobName", "beanStyleSetterMethodName" : "setTranscriptionJobName", "c2jName" : "TranscriptionJobName", "c2jShape" : "TranscriptionJobName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the transcription job.

                                                                                            \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 #transcriptionJobName(String)}.\n@param transcriptionJobName 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 #transcriptionJobName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the transcription job.

                                                                                            \n@return The name of the transcription job.\n@deprecated Use {@link #transcriptionJobName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the transcription job.

                                                                                            \n@param transcriptionJobName The name of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n", "documentation" : "

                                                                                            The name of the transcription job.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "transcriptionJobName", "fluentSetterDocumentation" : "

                                                                                            The name of the transcription job.

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

                                                                                            The name of the transcription job.

                                                                                            \n@return The name of the transcription job.", "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" : "TranscriptionJobName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the transcription job.

                                                                                            \n@param transcriptionJobName The name of the transcription job.", "setterMethodName" : "setTranscriptionJobName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobName", "variableType" : "String", "documentation" : "

                                                                                            The name of the transcription job.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCreationTime", "beanStyleSetterMethodName" : "setCreationTime", "c2jName" : "CreationTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            \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 #creationTime(Instant)}.\n@param creationTime 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 #creationTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            \n@return A timestamp that shows when the job was created.\n@deprecated Use {@link #creationTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            \n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n", "documentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCreationTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "creationTime", "fluentSetterDocumentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            \n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "creationTime", "getterDocumentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            \n@return A timestamp that shows when the job was created.", "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" : "CreationTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CreationTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CreationTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            \n@param creationTime A timestamp that shows when the job was created.", "setterMethodName" : "setCreationTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "creationTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            A timestamp that shows when the job was created.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            \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 #startTime(Instant)}.\n@param startTime 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 #startTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            \n@return A timestamp that shows when the job started processing.\n@deprecated Use {@link #startTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            \n@param startTime A timestamp that shows when the job started processing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n", "documentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasStartTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            \n@param startTime A timestamp that shows when the job started processing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            \n@return A timestamp that shows when the job started processing.", "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" : "StartTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "StartTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            \n@param startTime A timestamp that shows when the job started processing.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "startTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            A timestamp that shows when the job started processing.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getCompletionTime", "beanStyleSetterMethodName" : "setCompletionTime", "c2jName" : "CompletionTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            \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 #completionTime(Instant)}.\n@param completionTime 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 #completionTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            \n@return A timestamp that shows when the job was completed.\n@deprecated Use {@link #completionTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n", "documentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasCompletionTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completionTime", "fluentSetterDocumentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            \n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completionTime", "getterDocumentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            \n@return A timestamp that shows when the job was completed.", "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" : "CompletionTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "CompletionTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "CompletionTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            \n@param completionTime A timestamp that shows when the job was completed.", "setterMethodName" : "setCompletionTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completionTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            A timestamp that shows when the job was completed.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code for the input speech.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code for the input speech.

                                                                                            \n

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

                                                                                            \n@return The language code for the input speech.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code for the input speech.

                                                                                            \n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code for the input speech.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code for the input speech.

                                                                                            \n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code for the input speech.

                                                                                            \n

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

                                                                                            \n@return The language code for the input speech.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code for the input speech.

                                                                                            \n@param languageCode The language code for the input speech.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code for the input speech.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getTranscriptionJobStatus", "beanStyleSetterMethodName" : "setTranscriptionJobStatus", "c2jName" : "TranscriptionJobStatus", "c2jShape" : "TranscriptionJobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            \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 #transcriptionJobStatusAsString(String)}.\n@param transcriptionJobStatus 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 #transcriptionJobStatus(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            \n

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

                                                                                            \n@return The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatusAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            \n@param transcriptionJobStatus The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatus(String)}\n", "documentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the TranscriptionJobStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasTranscriptionJobStatus", "fluentEnumGetterMethodName" : "transcriptionJobStatus", "fluentEnumSetterMethodName" : "transcriptionJobStatus", "fluentGetterMethodName" : "transcriptionJobStatusAsString", "fluentSetterDocumentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            \n@param transcriptionJobStatus The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus", "fluentSetterMethodName" : "transcriptionJobStatus", "getterDocumentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            \n

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

                                                                                            \n@return The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.\n@see TranscriptionJobStatus", "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" : "TranscriptionJobStatus", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "TranscriptionJobStatus", "sensitive" : false, "setterDocumentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            \n@param transcriptionJobStatus The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.\n@see TranscriptionJobStatus", "setterMethodName" : "setTranscriptionJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "transcriptionJobStatus", "variableType" : "String", "documentation" : "

                                                                                            The status of the transcription job. When the status is COMPLETED, use the GetTranscriptionJob operation to get the results of the transcription.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            \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 #failureReason(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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            \n@return If the TranscriptionJobStatus field is FAILED, a description of the error.\n@deprecated Use {@link #failureReason()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            \n@param failureReason If the TranscriptionJobStatus field is FAILED, a description of the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n", "documentation" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasFailureReason", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            \n@param failureReason If the TranscriptionJobStatus field is FAILED, a description of the error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            \n@return If the TranscriptionJobStatus field is FAILED, a description of the error.", "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, "requiresLength" : 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" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            \n@param failureReason If the TranscriptionJobStatus field is FAILED, a description of the error.", "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" : "

                                                                                            If the TranscriptionJobStatus field is FAILED, a description of the error.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getOutputLocationType", "beanStyleSetterMethodName" : "setOutputLocationType", "c2jName" : "OutputLocationType", "c2jShape" : "OutputLocationType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri 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 #outputLocationTypeAsString(String)}.\n@param outputLocationType 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 #outputLocationType(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            \n

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

                                                                                            \n@return Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.\n@see OutputLocationType\n@deprecated Use {@link #outputLocationTypeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            \n@param outputLocationType Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.\n@see OutputLocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputLocationType\n@deprecated Use {@link #outputLocationType(String)}\n", "documentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "OutputLocationType", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the OutputLocationType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasOutputLocationType", "fluentEnumGetterMethodName" : "outputLocationType", "fluentEnumSetterMethodName" : "outputLocationType", "fluentGetterMethodName" : "outputLocationTypeAsString", "fluentSetterDocumentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            \n@param outputLocationType Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.\n@see OutputLocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputLocationType", "fluentSetterMethodName" : "outputLocationType", "getterDocumentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            \n

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

                                                                                            \n@return Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.\n@see OutputLocationType", "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" : "OutputLocationType", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OutputLocationType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OutputLocationType", "sensitive" : false, "setterDocumentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            \n@param outputLocationType Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.\n@see OutputLocationType", "setterMethodName" : "setOutputLocationType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputLocationType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputLocationType", "variableType" : "String", "documentation" : "

                                                                                            Indicates the location of the output of the transcription job.

                                                                                            If the value is CUSTOMER_BUCKET then the location is the S3 bucket specified in the outputBucketName field when the transcription job was started with the StartTranscriptionJob operation.

                                                                                            If the value is SERVICE_BUCKET then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob response's TranscriptFileUri field.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getContentRedaction", "beanStyleSetterMethodName" : "setContentRedaction", "c2jName" : "ContentRedaction", "c2jShape" : "ContentRedaction", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The content redaction settings of the transcription job.

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

                                                                                            The content redaction settings of the transcription job.

                                                                                            \n@return The content redaction settings of the transcription job.\n@deprecated Use {@link #contentRedaction()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The content redaction settings of the transcription job.

                                                                                            \n@param contentRedaction The content redaction settings of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #contentRedaction(ContentRedaction)}\n", "documentation" : "

                                                                                            The content redaction settings of the transcription job.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the ContentRedaction property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasContentRedaction", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentRedaction", "fluentSetterDocumentation" : "

                                                                                            The content redaction settings of the transcription job.

                                                                                            \n@param contentRedaction The content redaction settings of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentRedaction", "getterDocumentation" : "

                                                                                            The content redaction settings of the transcription job.

                                                                                            \n@return The content redaction settings of the transcription job.", "getterModel" : { "returnType" : "ContentRedaction", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentRedaction", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "ContentRedaction", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "ContentRedaction", "sensitive" : false, "setterDocumentation" : "

                                                                                            The content redaction settings of the transcription job.

                                                                                            \n@param contentRedaction The content redaction settings of the transcription job.", "setterMethodName" : "setContentRedaction", "setterModel" : { "variableDeclarationType" : "ContentRedaction", "variableName" : "contentRedaction", "variableType" : "ContentRedaction", "documentation" : null, "simpleType" : "ContentRedaction", "variableSetterType" : "ContentRedaction" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "ContentRedaction", "variableName" : "contentRedaction", "variableType" : "ContentRedaction", "documentation" : "

                                                                                            The content redaction settings of the transcription job.

                                                                                            ", "simpleType" : "ContentRedaction", "variableSetterType" : "ContentRedaction" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TranscriptionJobSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TranscriptionJobSummary", "variableName" : "transcriptionJobSummary", "variableType" : "TranscriptionJobSummary", "documentation" : null, "simpleType" : "TranscriptionJobSummary", "variableSetterType" : "TranscriptionJobSummary" }, "wrapper" : false, "xmlNamespace" : null }, "Type" : { "c2jName" : "Type", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "CONVERSATION", "value" : "CONVERSATION" }, { "name" : "DICTATION", "value" : "DICTATION" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Type", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Type", "variableName" : "type", "variableType" : "Type", "documentation" : null, "simpleType" : "Type", "variableSetterType" : "Type" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateMedicalVocabularyRequest" : { "c2jName" : "UpdateMedicalVocabularyRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateMedicalVocabulary", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.UpdateMedicalVocabulary", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@return The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@param vocabularyName The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@param vocabularyName The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@return The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@param vocabularyName The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            \n

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

                                                                                            \n@return The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            \n@param languageCode The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            \n@param languageCode The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            \n

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

                                                                                            \n@return The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            \n@param languageCode The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFileUri", "beanStyleSetterMethodName" : "setVocabularyFileUri", "c2jName" : "VocabularyFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            \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 #vocabularyFileUri(String)}.\n@param vocabularyFileUri 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 #vocabularyFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            \n@return The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            \n@param vocabularyFileUri The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n", "documentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFileUri", "fluentSetterDocumentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            \n@param vocabularyFileUri The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFileUri", "getterDocumentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            \n@return The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.", "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" : "VocabularyFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFileUri", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            \n@param vocabularyFileUri The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.", "setterMethodName" : "setVocabularyFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            \n

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

                                                                                            \n@return The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            \n@param languageCode The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            \n@param languageCode The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            \n

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

                                                                                            \n@return The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            \n@param languageCode The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyFileUri" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFileUri", "beanStyleSetterMethodName" : "setVocabularyFileUri", "c2jName" : "VocabularyFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            \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 #vocabularyFileUri(String)}.\n@param vocabularyFileUri 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 #vocabularyFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            \n@return The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            \n@param vocabularyFileUri The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n", "documentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFileUri", "fluentSetterDocumentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            \n@param vocabularyFileUri The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFileUri", "getterDocumentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            \n@return The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.", "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" : "VocabularyFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFileUri", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            \n@param vocabularyFileUri The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.", "setterMethodName" : "setVocabularyFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@return The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@param vocabularyName The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@param vocabularyName The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@return The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@param vocabularyName The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@return The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@param vocabularyName The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@param vocabularyName The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@return The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@param vocabularyName The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            \n

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

                                                                                            \n@return The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            \n@param languageCode The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            \n@param languageCode The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            \n

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

                                                                                            \n@return The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            \n@param languageCode The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFileUri", "beanStyleSetterMethodName" : "setVocabularyFileUri", "c2jName" : "VocabularyFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            \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 #vocabularyFileUri(String)}.\n@param vocabularyFileUri 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 #vocabularyFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            \n@return The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            \n@param vocabularyFileUri The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n", "documentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFileUri", "fluentSetterDocumentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            \n@param vocabularyFileUri The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFileUri", "getterDocumentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            \n@return The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.", "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" : "VocabularyFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFileUri", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            \n@param vocabularyFileUri The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.", "setterMethodName" : "setVocabularyFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : "

                                                                                            The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:

                                                                                            https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

                                                                                            For example:

                                                                                            https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VocabularyName", "LanguageCode" ], "shapeName" : "UpdateMedicalVocabularyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateMedicalVocabularyRequest", "variableName" : "updateMedicalVocabularyRequest", "variableType" : "UpdateMedicalVocabularyRequest", "documentation" : null, "simpleType" : "UpdateMedicalVocabularyRequest", "variableSetterType" : "UpdateMedicalVocabularyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateMedicalVocabularyResponse" : { "c2jName" : "UpdateMedicalVocabularyResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the updated vocabulary.

                                                                                            \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the updated vocabulary.

                                                                                            \n@return The name of the updated vocabulary.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the updated vocabulary.

                                                                                            \n@param vocabularyName The name of the updated vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                                                            The name of the updated vocabulary.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                                                            The name of the updated vocabulary.

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

                                                                                            The name of the updated vocabulary.

                                                                                            \n@return The name of the updated vocabulary.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the updated vocabulary.

                                                                                            \n@param vocabularyName The name of the updated vocabulary.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                                                            The name of the updated vocabulary.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            \n

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

                                                                                            \n@return The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            \n@param languageCode The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            \n@param languageCode The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            \n

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

                                                                                            \n@return The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            \n@param languageCode The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            \n@return The date and time the vocabulary was updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            \n@param lastModifiedTime The date and time the vocabulary was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            \n@param lastModifiedTime The date and time the vocabulary was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            \n@return The date and time the vocabulary was updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            \n@param lastModifiedTime The date and time the vocabulary was updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob 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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            \n

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

                                                                                            \n@return The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            \n

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

                                                                                            \n@return The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            \n

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

                                                                                            \n@return The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            \n@param languageCode The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            \n@param languageCode The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            \n

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

                                                                                            \n@return The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            \n@param languageCode The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            \n@return The date and time the vocabulary was updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            \n@param lastModifiedTime The date and time the vocabulary was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            \n@param lastModifiedTime The date and time the vocabulary was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            \n@return The date and time the vocabulary was updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            \n@param lastModifiedTime The date and time the vocabulary was updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the updated vocabulary.

                                                                                            \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the updated vocabulary.

                                                                                            \n@return The name of the updated vocabulary.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the updated vocabulary.

                                                                                            \n@param vocabularyName The name of the updated vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                                                            The name of the updated vocabulary.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                                                            The name of the updated vocabulary.

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

                                                                                            The name of the updated vocabulary.

                                                                                            \n@return The name of the updated vocabulary.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the updated vocabulary.

                                                                                            \n@param vocabularyName The name of the updated vocabulary.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                                                            The name of the updated vocabulary.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyState" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob 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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            \n

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

                                                                                            \n@return The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            \n

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

                                                                                            \n@return The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the updated vocabulary.

                                                                                            \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the updated vocabulary.

                                                                                            \n@return The name of the updated vocabulary.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the updated vocabulary.

                                                                                            \n@param vocabularyName The name of the updated vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                                                            The name of the updated vocabulary.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                                                            The name of the updated vocabulary.

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

                                                                                            The name of the updated vocabulary.

                                                                                            \n@return The name of the updated vocabulary.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the updated vocabulary.

                                                                                            \n@param vocabularyName The name of the updated vocabulary.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                                                            The name of the updated vocabulary.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            \n

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

                                                                                            \n@return The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            \n@param languageCode The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            \n@param languageCode The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            \n

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

                                                                                            \n@return The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            \n@param languageCode The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            \n@return The date and time the vocabulary was updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            \n@param lastModifiedTime The date and time the vocabulary was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            \n@param lastModifiedTime The date and time the vocabulary was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            \n@return The date and time the vocabulary was updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            \n@param lastModifiedTime The date and time the vocabulary was updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time the vocabulary was updated.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob 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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            \n

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

                                                                                            \n@return The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            \n

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

                                                                                            \n@return The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

                                                                                            The processing state of the update to the vocabulary. When the VocabularyState field is READY the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateMedicalVocabularyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateMedicalVocabularyResponse", "variableName" : "updateMedicalVocabularyResponse", "variableType" : "UpdateMedicalVocabularyResponse", "documentation" : null, "simpleType" : "UpdateMedicalVocabularyResponse", "variableSetterType" : "UpdateMedicalVocabularyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateVocabularyFilterRequest" : { "c2jName" : "UpdateVocabularyFilterRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateVocabularyFilter", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.UpdateVocabularyFilter", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            \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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            \n@return The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            \n@param vocabularyFilterName The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            \n@param vocabularyFilterName The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            \n@return The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            \n@param vocabularyFilterName The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getWords", "beanStyleSetterMethodName" : "setWords", "c2jName" : "Words", "c2jShape" : "Words", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            \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 #words(List)}.\n@param words 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 #words(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            \n

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

                                                                                            \n

                                                                                            \nYou can use {@link #hasWords()} to see if a value was sent in this field.\n

                                                                                            \n@return The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.\n@deprecated Use {@link #words()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            \n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #words(List)}\n", "documentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Words property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWords", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "words", "fluentSetterDocumentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            \n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "words", "getterDocumentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            \n

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

                                                                                            \n

                                                                                            \nYou can use {@link #hasWords()} to see if a value was sent in this field.\n

                                                                                            \n@return The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.", "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" : "Words", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Words", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Word", "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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, "requiresLength" : 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" }, "xmlAttribute" : false, "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" : "Words", "sensitive" : false, "setterDocumentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            \n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.", "setterMethodName" : "setWords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "words", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "words", "variableType" : "java.util.List", "documentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterFileUri", "beanStyleSetterMethodName" : "setVocabularyFilterFileUri", "c2jName" : "VocabularyFilterFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            \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 #vocabularyFilterFileUri(String)}.\n@param vocabularyFilterFileUri 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 #vocabularyFilterFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            \n@return The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.\n@deprecated Use {@link #vocabularyFilterFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            \n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterFileUri(String)}\n", "documentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterFileUri", "fluentSetterDocumentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            \n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterFileUri", "getterDocumentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            \n@return The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.", "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" : "VocabularyFilterFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterFileUri", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            \n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.", "setterMethodName" : "setVocabularyFilterFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterFileUri", "variableType" : "String", "documentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VocabularyFilterFileUri" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterFileUri", "beanStyleSetterMethodName" : "setVocabularyFilterFileUri", "c2jName" : "VocabularyFilterFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            \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 #vocabularyFilterFileUri(String)}.\n@param vocabularyFilterFileUri 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 #vocabularyFilterFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            \n@return The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.\n@deprecated Use {@link #vocabularyFilterFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            \n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterFileUri(String)}\n", "documentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterFileUri", "fluentSetterDocumentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            \n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterFileUri", "getterDocumentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            \n@return The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.", "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" : "VocabularyFilterFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterFileUri", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            \n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.", "setterMethodName" : "setVocabularyFilterFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterFileUri", "variableType" : "String", "documentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyFilterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            \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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            \n@return The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            \n@param vocabularyFilterName The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            \n@param vocabularyFilterName The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            \n@return The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            \n@param vocabularyFilterName The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Words" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getWords", "beanStyleSetterMethodName" : "setWords", "c2jName" : "Words", "c2jShape" : "Words", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            \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 #words(List)}.\n@param words 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 #words(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            \n

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

                                                                                            \n

                                                                                            \nYou can use {@link #hasWords()} to see if a value was sent in this field.\n

                                                                                            \n@return The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.\n@deprecated Use {@link #words()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            \n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #words(List)}\n", "documentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Words property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWords", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "words", "fluentSetterDocumentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            \n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "words", "getterDocumentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            \n

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

                                                                                            \n

                                                                                            \nYou can use {@link #hasWords()} to see if a value was sent in this field.\n

                                                                                            \n@return The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.", "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" : "Words", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Words", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Word", "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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, "requiresLength" : 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" }, "xmlAttribute" : false, "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" : "Words", "sensitive" : false, "setterDocumentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            \n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.", "setterMethodName" : "setWords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "words", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "words", "variableType" : "java.util.List", "documentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            \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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            \n@return The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            \n@param vocabularyFilterName The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            \n@param vocabularyFilterName The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            \n@return The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            \n@param vocabularyFilterName The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

                                                                                            The name of the vocabulary filter to update. If you try to update a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException error.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getWords", "beanStyleSetterMethodName" : "setWords", "c2jName" : "Words", "c2jShape" : "Words", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            \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 #words(List)}.\n@param words 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 #words(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            \n

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

                                                                                            \n

                                                                                            \nYou can use {@link #hasWords()} to see if a value was sent in this field.\n

                                                                                            \n@return The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.\n@deprecated Use {@link #words()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            \n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #words(List)}\n", "documentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Words property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasWords", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "words", "fluentSetterDocumentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            \n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "words", "getterDocumentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            \n

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

                                                                                            \n

                                                                                            \nYou can use {@link #hasWords()} to see if a value was sent in this field.\n

                                                                                            \n@return The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.", "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" : "Words", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Words", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Word", "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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, "requiresLength" : 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" }, "xmlAttribute" : false, "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" : "Words", "sensitive" : false, "setterDocumentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            \n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.", "setterMethodName" : "setWords", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "words", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "words", "variableType" : "java.util.List", "documentation" : "

                                                                                            The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            If you provide a list of words in the Words parameter, you can't use the VocabularyFilterFileUri parameter.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterFileUri", "beanStyleSetterMethodName" : "setVocabularyFilterFileUri", "c2jName" : "VocabularyFilterFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            \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 #vocabularyFilterFileUri(String)}.\n@param vocabularyFilterFileUri 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 #vocabularyFilterFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            \n@return The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.\n@deprecated Use {@link #vocabularyFilterFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            \n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterFileUri(String)}\n", "documentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterFileUri", "fluentSetterDocumentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            \n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterFileUri", "getterDocumentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            \n@return The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.", "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" : "VocabularyFilterFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterFileUri", "sensitive" : false, "setterDocumentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            \n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.", "setterMethodName" : "setVocabularyFilterFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterFileUri", "variableType" : "String", "documentation" : "

                                                                                            The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.

                                                                                            The specified file must be less than 50 KB of UTF-8 characters.

                                                                                            If you provide the location of a list of words in the VocabularyFilterFileUri parameter, you can't use the Words parameter.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VocabularyFilterName" ], "shapeName" : "UpdateVocabularyFilterRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateVocabularyFilterRequest", "variableName" : "updateVocabularyFilterRequest", "variableType" : "UpdateVocabularyFilterRequest", "documentation" : null, "simpleType" : "UpdateVocabularyFilterRequest", "variableSetterType" : "UpdateVocabularyFilterRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateVocabularyFilterResponse" : { "c2jName" : "UpdateVocabularyFilterResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            \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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            \n@return The name of the updated vocabulary filter.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            \n@param vocabularyFilterName The name of the updated vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            \n@param vocabularyFilterName The name of the updated vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            \n@return The name of the updated vocabulary filter.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            \n@param vocabularyFilterName The name of the updated vocabulary filter.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n

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

                                                                                            \n@return The language code of the words in the vocabulary filter.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n

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

                                                                                            \n@return The language code of the words in the vocabulary filter.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            \n@return The date and time that the vocabulary filter was updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary filter was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary filter was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            \n@return The date and time that the vocabulary filter was updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary filter was updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n

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

                                                                                            \n@return The language code of the words in the vocabulary filter.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n

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

                                                                                            \n@return The language code of the words in the vocabulary filter.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            \n@return The date and time that the vocabulary filter was updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary filter was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary filter was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            \n@return The date and time that the vocabulary filter was updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary filter was updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyFilterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            \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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            \n@return The name of the updated vocabulary filter.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            \n@param vocabularyFilterName The name of the updated vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            \n@param vocabularyFilterName The name of the updated vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            \n@return The name of the updated vocabulary filter.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            \n@param vocabularyFilterName The name of the updated vocabulary filter.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            \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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            \n@return The name of the updated vocabulary filter.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            \n@param vocabularyFilterName The name of the updated vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            \n@param vocabularyFilterName The name of the updated vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            \n@return The name of the updated vocabulary filter.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            \n@param vocabularyFilterName The name of the updated vocabulary filter.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

                                                                                            The name of the updated vocabulary filter.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n

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

                                                                                            \n@return The language code of the words in the vocabulary filter.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n

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

                                                                                            \n@return The language code of the words in the vocabulary filter.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            \n@return The date and time that the vocabulary filter was updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary filter was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary filter was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            \n@return The date and time that the vocabulary filter was updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary filter was updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time that the vocabulary filter was updated.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateVocabularyFilterResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateVocabularyFilterResponse", "variableName" : "updateVocabularyFilterResponse", "variableType" : "UpdateVocabularyFilterResponse", "documentation" : null, "simpleType" : "UpdateVocabularyFilterResponse", "variableSetterType" : "UpdateVocabularyFilterResponse" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateVocabularyRequest" : { "c2jName" : "UpdateVocabularyRequest", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateVocabulary", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.UpdateVocabulary", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@return The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@param vocabularyName The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@param vocabularyName The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@return The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@param vocabularyName The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n

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

                                                                                            \n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n

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

                                                                                            \n@return The language code of the vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPhrases", "beanStyleSetterMethodName" : "setPhrases", "c2jName" : "Phrases", "c2jShape" : "Phrases", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            \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 #phrases(List)}.\n@param phrases 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 #phrases(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            \n

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

                                                                                            \n

                                                                                            \nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n

                                                                                            \n@return An array of strings containing the vocabulary entries.\n@deprecated Use {@link #phrases()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            \n@param phrases An array of strings containing the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phrases(List)}\n", "documentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Phrases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPhrases", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "phrases", "fluentSetterDocumentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            \n@param phrases An array of strings containing the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "phrases", "getterDocumentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            \n

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

                                                                                            \n

                                                                                            \nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n

                                                                                            \n@return An array of strings containing the vocabulary entries.", "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" : "Phrases", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Phrases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Phrase", "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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, "requiresLength" : 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" }, "xmlAttribute" : false, "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" : "Phrases", "sensitive" : false, "setterDocumentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            \n@param phrases An array of strings containing the vocabulary entries.", "setterMethodName" : "setPhrases", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "phrases", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "phrases", "variableType" : "java.util.List", "documentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFileUri", "beanStyleSetterMethodName" : "setVocabularyFileUri", "c2jName" : "VocabularyFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            \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 #vocabularyFileUri(String)}.\n@param vocabularyFileUri 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 #vocabularyFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            \n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            \n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n", "documentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFileUri", "fluentSetterDocumentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            \n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFileUri", "getterDocumentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            \n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.", "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" : "VocabularyFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFileUri", "sensitive" : false, "setterDocumentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            \n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.", "setterMethodName" : "setVocabularyFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n

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

                                                                                            \n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n

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

                                                                                            \n@return The language code of the vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Phrases" : { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPhrases", "beanStyleSetterMethodName" : "setPhrases", "c2jName" : "Phrases", "c2jShape" : "Phrases", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            \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 #phrases(List)}.\n@param phrases 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 #phrases(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            \n

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

                                                                                            \n

                                                                                            \nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n

                                                                                            \n@return An array of strings containing the vocabulary entries.\n@deprecated Use {@link #phrases()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            \n@param phrases An array of strings containing the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phrases(List)}\n", "documentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Phrases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPhrases", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "phrases", "fluentSetterDocumentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            \n@param phrases An array of strings containing the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "phrases", "getterDocumentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            \n

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

                                                                                            \n

                                                                                            \nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n

                                                                                            \n@return An array of strings containing the vocabulary entries.", "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" : "Phrases", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Phrases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Phrase", "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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, "requiresLength" : 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" }, "xmlAttribute" : false, "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" : "Phrases", "sensitive" : false, "setterDocumentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            \n@param phrases An array of strings containing the vocabulary entries.", "setterMethodName" : "setPhrases", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "phrases", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "phrases", "variableType" : "java.util.List", "documentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyFileUri" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFileUri", "beanStyleSetterMethodName" : "setVocabularyFileUri", "c2jName" : "VocabularyFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            \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 #vocabularyFileUri(String)}.\n@param vocabularyFileUri 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 #vocabularyFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            \n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            \n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n", "documentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFileUri", "fluentSetterDocumentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            \n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFileUri", "getterDocumentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            \n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.", "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" : "VocabularyFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFileUri", "sensitive" : false, "setterDocumentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            \n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.", "setterMethodName" : "setVocabularyFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@return The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@param vocabularyName The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@param vocabularyName The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@return The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@param vocabularyName The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@return The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@param vocabularyName The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@param vocabularyName The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@return The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            \n@param vocabularyName The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                                                            The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same name as a previous vocabulary you will receive a ConflictException error.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n

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

                                                                                            \n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n

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

                                                                                            \n@return The language code of the vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : true }, "beanStyleGetterMethodName" : "getPhrases", "beanStyleSetterMethodName" : "setPhrases", "c2jName" : "Phrases", "c2jShape" : "Phrases", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            \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 #phrases(List)}.\n@param phrases 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 #phrases(List)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            \n

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

                                                                                            \n

                                                                                            \nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n

                                                                                            \n@return An array of strings containing the vocabulary entries.\n@deprecated Use {@link #phrases()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            \n@param phrases An array of strings containing the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phrases(List)}\n", "documentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Phrases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasPhrases", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "phrases", "fluentSetterDocumentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            \n@param phrases An array of strings containing the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "phrases", "getterDocumentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            \n

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

                                                                                            \n

                                                                                            \nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n

                                                                                            \n@return An array of strings containing the vocabulary entries.", "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" : "Phrases", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Phrases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Phrase", "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, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #member(String)}\n", "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasMember", "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, "requiresLength" : 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" }, "xmlAttribute" : false, "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" : "Phrases", "sensitive" : false, "setterDocumentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            \n@param phrases An array of strings containing the vocabulary entries.", "setterMethodName" : "setPhrases", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "phrases", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "phrases", "variableType" : "java.util.List", "documentation" : "

                                                                                            An array of strings containing the vocabulary entries.

                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFileUri", "beanStyleSetterMethodName" : "setVocabularyFileUri", "c2jName" : "VocabularyFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            \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 #vocabularyFileUri(String)}.\n@param vocabularyFileUri 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 #vocabularyFileUri(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            \n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            \n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n", "documentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFileUri", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFileUri", "fluentSetterDocumentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            \n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFileUri", "getterDocumentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            \n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.", "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" : "VocabularyFileUri", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFileUri", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFileUri", "sensitive" : false, "setterDocumentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            \n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.", "setterMethodName" : "setVocabularyFileUri", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFileUri", "variableType" : "String", "documentation" : "

                                                                                            The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is

                                                                                            For example:

                                                                                            For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.

                                                                                            For more information about custom vocabularies, see Custom Vocabularies.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VocabularyName", "LanguageCode" ], "shapeName" : "UpdateVocabularyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateVocabularyRequest", "variableName" : "updateVocabularyRequest", "variableType" : "UpdateVocabularyRequest", "documentation" : null, "simpleType" : "UpdateVocabularyRequest", "variableSetterType" : "UpdateVocabularyRequest" }, "wrapper" : false, "xmlNamespace" : null }, "UpdateVocabularyResponse" : { "c2jName" : "UpdateVocabularyResponse", "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, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            \n@return The name of the vocabulary that was updated.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            \n@param vocabularyName The name of the vocabulary that was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            \n@param vocabularyName The name of the vocabulary that was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            \n@return The name of the vocabulary that was updated.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            \n@param vocabularyName The name of the vocabulary that was updated.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n

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

                                                                                            \n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n

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

                                                                                            \n@return The language code of the vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            \n@return The date and time that the vocabulary was updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            \n@return The date and time that the vocabulary was updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob 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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            \n

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

                                                                                            \n@return The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            \n

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

                                                                                            \n@return The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n

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

                                                                                            \n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n

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

                                                                                            \n@return The language code of the vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            \n@return The date and time that the vocabulary was updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            \n@return The date and time that the vocabulary was updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            \n@return The name of the vocabulary that was updated.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            \n@param vocabularyName The name of the vocabulary that was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            \n@param vocabularyName The name of the vocabulary that was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            \n@return The name of the vocabulary that was updated.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            \n@param vocabularyName The name of the vocabulary that was updated.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyState" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob 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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            \n

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

                                                                                            \n@return The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            \n

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

                                                                                            \n@return The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            \n@return The name of the vocabulary that was updated.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            \n@param vocabularyName The name of the vocabulary that was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            \n@param vocabularyName The name of the vocabulary that was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyName", "getterDocumentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            \n@return The name of the vocabulary that was updated.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            \n@param vocabularyName The name of the vocabulary that was updated.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                                                            The name of the vocabulary that was updated.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n

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

                                                                                            \n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n

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

                                                                                            \n@return The language code of the vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            \n@return The date and time that the vocabulary was updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            \n@return The date and time that the vocabulary was updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time that the vocabulary was updated.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob 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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            \n

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

                                                                                            \n@return The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            \n

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

                                                                                            \n@return The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

                                                                                            The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateVocabularyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateVocabularyResponse", "variableName" : "updateVocabularyResponse", "variableType" : "UpdateVocabularyResponse", "documentation" : null, "simpleType" : "UpdateVocabularyResponse", "variableSetterType" : "UpdateVocabularyResponse" }, "wrapper" : false, "xmlNamespace" : null }, "VocabularyFilterInfo" : { "c2jName" : "VocabularyFilterInfo", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Provides information about a vocabulary filter.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            \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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            \n@return The name of the vocabulary filter. The name must be unique in the account that holds the filter.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            \n@param vocabularyFilterName The name of the vocabulary filter. The name must be unique in the account that holds the filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            \n@param vocabularyFilterName The name of the vocabulary filter. The name must be unique in the account that holds the filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            \n@return The name of the vocabulary filter. The name must be unique in the account that holds the filter.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            \n@param vocabularyFilterName The name of the vocabulary filter. The name must be unique in the account that holds the filter.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n

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

                                                                                            \n@return The language code of the words in the vocabulary filter.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n

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

                                                                                            \n@return The language code of the words in the vocabulary filter.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            \n@return The date and time that the vocabulary was last updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            \n@return The date and time that the vocabulary was last updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was last updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n

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

                                                                                            \n@return The language code of the words in the vocabulary filter.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n

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

                                                                                            \n@return The language code of the words in the vocabulary filter.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            \n@return The date and time that the vocabulary was last updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            \n@return The date and time that the vocabulary was last updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was last updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyFilterName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            \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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            \n@return The name of the vocabulary filter. The name must be unique in the account that holds the filter.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            \n@param vocabularyFilterName The name of the vocabulary filter. The name must be unique in the account that holds the filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            \n@param vocabularyFilterName The name of the vocabulary filter. The name must be unique in the account that holds the filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            \n@return The name of the vocabulary filter. The name must be unique in the account that holds the filter.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            \n@param vocabularyFilterName The name of the vocabulary filter. The name must be unique in the account that holds the filter.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyFilterName", "beanStyleSetterMethodName" : "setVocabularyFilterName", "c2jName" : "VocabularyFilterName", "c2jShape" : "VocabularyFilterName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            \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 #vocabularyFilterName(String)}.\n@param vocabularyFilterName 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 #vocabularyFilterName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            \n@return The name of the vocabulary filter. The name must be unique in the account that holds the filter.\n@deprecated Use {@link #vocabularyFilterName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            \n@param vocabularyFilterName The name of the vocabulary filter. The name must be unique in the account that holds the filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n", "documentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyFilterName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyFilterName", "fluentSetterDocumentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            \n@param vocabularyFilterName The name of the vocabulary filter. The name must be unique in the account that holds the filter.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "vocabularyFilterName", "getterDocumentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            \n@return The name of the vocabulary filter. The name must be unique in the account that holds the filter.", "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" : "VocabularyFilterName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyFilterName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyFilterName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            \n@param vocabularyFilterName The name of the vocabulary filter. The name must be unique in the account that holds the filter.", "setterMethodName" : "setVocabularyFilterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyFilterName", "variableType" : "String", "documentation" : "

                                                                                            The name of the vocabulary filter. The name must be unique in the account that holds the filter.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n

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

                                                                                            \n@return The language code of the words in the vocabulary filter.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n

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

                                                                                            \n@return The language code of the words in the vocabulary filter.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            \n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code of the words in the vocabulary filter.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            \n@return The date and time that the vocabulary was last updated.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was last updated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            \n@return The date and time that the vocabulary was last updated.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was last updated.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time that the vocabulary was last updated.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "VocabularyFilterInfo", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VocabularyFilterInfo", "variableName" : "vocabularyFilterInfo", "variableType" : "VocabularyFilterInfo", "documentation" : null, "simpleType" : "VocabularyFilterInfo", "variableSetterType" : "VocabularyFilterInfo" }, "wrapper" : false, "xmlNamespace" : null }, "VocabularyFilterMethod" : { "c2jName" : "VocabularyFilterMethod", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "REMOVE", "value" : "remove" }, { "name" : "MASK", "value" : "mask" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "VocabularyFilterMethod", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VocabularyFilterMethod", "variableName" : "vocabularyFilterMethod", "variableType" : "VocabularyFilterMethod", "documentation" : null, "simpleType" : "VocabularyFilterMethod", "variableSetterType" : "VocabularyFilterMethod" }, "wrapper" : false, "xmlNamespace" : null }, "VocabularyInfo" : { "c2jName" : "VocabularyInfo", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            Provides information about a custom vocabulary.

                                                                                            ", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the vocabulary.

                                                                                            \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the vocabulary.

                                                                                            \n@return The name of the vocabulary.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the vocabulary.

                                                                                            \n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                                                            The name of the vocabulary.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                                                            The name of the vocabulary.

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

                                                                                            The name of the vocabulary.

                                                                                            \n@return The name of the vocabulary.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the vocabulary.

                                                                                            \n@param vocabularyName The name of the vocabulary.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                                                            The name of the vocabulary.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n

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

                                                                                            \n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n

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

                                                                                            \n@return The language code of the vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            \n@return The date and time that the vocabulary was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            \n@return The date and time that the vocabulary was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob 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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            \n

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

                                                                                            \n@return The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            \n

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

                                                                                            \n@return The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LanguageCode" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n

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

                                                                                            \n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n

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

                                                                                            \n@return The language code of the vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            \n@return The date and time that the vocabulary was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            \n@return The date and time that the vocabulary was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyName" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the vocabulary.

                                                                                            \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the vocabulary.

                                                                                            \n@return The name of the vocabulary.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the vocabulary.

                                                                                            \n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                                                            The name of the vocabulary.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                                                            The name of the vocabulary.

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

                                                                                            The name of the vocabulary.

                                                                                            \n@return The name of the vocabulary.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the vocabulary.

                                                                                            \n@param vocabularyName The name of the vocabulary.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                                                            The name of the vocabulary.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "VocabularyState" : { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob 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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            \n

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

                                                                                            \n@return The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            \n

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

                                                                                            \n@return The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the vocabulary.

                                                                                            \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 #vocabularyName(String)}.\n@param vocabularyName 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 #vocabularyName(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The name of the vocabulary.

                                                                                            \n@return The name of the vocabulary.\n@deprecated Use {@link #vocabularyName()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The name of the vocabulary.

                                                                                            \n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n", "documentation" : "

                                                                                            The name of the vocabulary.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyName", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "vocabularyName", "fluentSetterDocumentation" : "

                                                                                            The name of the vocabulary.

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

                                                                                            The name of the vocabulary.

                                                                                            \n@return The name of the vocabulary.", "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" : "VocabularyName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyName", "sensitive" : false, "setterDocumentation" : "

                                                                                            The name of the vocabulary.

                                                                                            \n@param vocabularyName The name of the vocabulary.", "setterMethodName" : "setVocabularyName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyName", "variableType" : "String", "documentation" : "

                                                                                            The name of the vocabulary.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLanguageCode", "beanStyleSetterMethodName" : "setLanguageCode", "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \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 #languageCodeAsString(String)}.\n@param languageCode 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 #languageCode(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n

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

                                                                                            \n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n", "documentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLanguageCode", "fluentEnumGetterMethodName" : "languageCode", "fluentEnumSetterMethodName" : "languageCode", "fluentGetterMethodName" : "languageCodeAsString", "fluentSetterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode", "fluentSetterMethodName" : "languageCode", "getterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n

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

                                                                                            \n@return The language code of the vocabulary entries.\n@see LanguageCode", "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" : "LanguageCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LanguageCode", "sensitive" : false, "setterDocumentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            \n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode", "setterMethodName" : "setLanguageCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

                                                                                            The language code of the vocabulary entries.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getLastModifiedTime", "beanStyleSetterMethodName" : "setLastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "DateTime", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            \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 #lastModifiedTime(Instant)}.\n@param lastModifiedTime 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 #lastModifiedTime(Instant)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            \n@return The date and time that the vocabulary was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n", "documentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasLastModifiedTime", "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "lastModifiedTime", "fluentSetterDocumentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "lastModifiedTime", "getterDocumentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            \n@return The date and time that the vocabulary was last modified.", "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" : "LastModifiedTime", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LastModifiedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INSTANT", "name" : "LastModifiedTime", "sensitive" : false, "setterDocumentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            \n@param lastModifiedTime The date and time that the vocabulary was last modified.", "setterMethodName" : "setLastModifiedTime", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "lastModifiedTime", "variableType" : "java.time.Instant", "documentation" : "

                                                                                            The date and time that the vocabulary was last modified.

                                                                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "autoConstructClassIfExists" : { "present" : false }, "beanStyleGetterMethodName" : "getVocabularyState", "beanStyleSetterMethodName" : "setVocabularyState", "c2jName" : "VocabularyState", "c2jShape" : "VocabularyState", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob 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 #vocabularyStateAsString(String)}.\n@param vocabularyState 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 #vocabularyState(String)", "deprecated" : false, "deprecatedBeanStyleSetterMethodName" : null, "deprecatedFluentGetterMethodName" : null, "deprecatedFluentSetterMethodName" : null, "deprecatedGetterDocumentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            \n

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

                                                                                            \n@return The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n", "deprecatedName" : null, "deprecatedSetterDocumentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n", "documentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            ", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n", "existenceCheckMethodName" : "hasVocabularyState", "fluentEnumGetterMethodName" : "vocabularyState", "fluentEnumSetterMethodName" : "vocabularyState", "fluentGetterMethodName" : "vocabularyStateAsString", "fluentSetterDocumentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState", "fluentSetterMethodName" : "vocabularyState", "getterDocumentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            \n

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

                                                                                            \n@return The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.\n@see VocabularyState", "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" : "VocabularyState", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "VocabularyState", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "VocabularyState", "sensitive" : false, "setterDocumentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            \n@param vocabularyState The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.\n@see VocabularyState", "setterMethodName" : "setVocabularyState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "vocabularyState", "variableType" : "String", "documentation" : "

                                                                                            The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "VocabularyInfo", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VocabularyInfo", "variableName" : "vocabularyInfo", "variableType" : "VocabularyInfo", "documentation" : null, "simpleType" : "VocabularyInfo", "variableSetterType" : "VocabularyInfo" }, "wrapper" : false, "xmlNamespace" : null }, "VocabularyState" : { "c2jName" : "VocabularyState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "PENDING", "value" : "PENDING" }, { "name" : "READY", "value" : "READY" }, { "name" : "FAILED", "value" : "FAILED" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "VocabularyState", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VocabularyState", "variableName" : "vocabularyState", "variableType" : "VocabularyState", "documentation" : null, "simpleType" : "VocabularyState", "variableSetterType" : "VocabularyState" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright 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" : "TranscribeException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.transcribe.model.TranscribeException", "sdkRequestBaseClassName" : "TranscribeRequest", "sdkResponseBaseClassName" : "TranscribeResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy