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.29.39
Show newest version
{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customErrorCodeFieldName" : null,
    "customProtocolFactoryFqcn" : null,
    "customResponseMetadata" : null,
    "customRetryPolicy" : null,
    "customServiceMetadata" : null,
    "defaultSimpleMethodTestRegion" : null,
    "deprecatedOperations" : [ ],
    "deprecatedShapes" : [ ],
    "excludeClientCreateMethod" : false,
    "modelMarshallerDefaultValueSupplier" : { },
    "operationModifiers" : null,
    "renameShapes" : null,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "verifiedSimpleMethods" : [ "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", "requestTransformPackageName" : "transcribe.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceName" : "Transcribe", "signingName" : "transcribe", "syncBuilder" : "DefaultTranscribeClientBuilder", "syncBuilderInterface" : "TranscribeClientBuilder", "syncClient" : "DefaultTranscribeClient", "syncInterface" : "TranscribeClient", "transformPackageName" : "transcribe.transform", "uid" : "transcribe-2017-10-26", "xmlProtocol" : false }, "operations" : { "CreateVocabulary" : { "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.

", "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" : "

When you are using the StartTranscriptionJob operation, the JobName field is a duplicate of a previously entered job name. Resend your request with a different name.

When you are using the UpdateVocabulary operation, there are two jobs running at the same time. Resend the second request later.

", "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" }, "DeleteTranscriptionJob" : { "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.

", "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" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a vocabulary from Amazon Transcribe.

", "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" }, "GetTranscriptionJob" : { "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 TranscriptionFileUri field.

", "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" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Gets information about a vocabulary.

", "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" }, "ListTranscriptionJobs" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists transcription jobs with the specified status.

", "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" : { "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.

", "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" }, "StartTranscriptionJob" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Starts an asynchronous job to transcribe speech to text.

", "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" : "

When you are using the StartTranscriptionJob operation, the JobName field is a duplicate of a previously entered job name. Resend your request with a different name.

When you are using the UpdateVocabulary operation, there are two jobs running at the same time. Resend the second request later.

", "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" }, "UpdateVocabulary" : { "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.

", "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" : "

When you are using the StartTranscriptionJob operation, the JobName field is a duplicate of a previously entered job name. Resend your request with a different name.

When you are using the UpdateVocabulary operation, there are two jobs running at the same time. Resend the second request later.

", "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" } }, "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, "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 }, "ConflictException" : { "c2jName" : "ConflictException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

When you are using the StartTranscriptionJob operation, the JobName field is a duplicate of a previously entered job name. Resend your request with a different name.

When you are using the UpdateVocabulary operation, there are two jobs running at the same time. Resend the second request later.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ConflictException", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConflictException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ConflictException", "variableName" : "conflictException", "variableType" : "ConflictException", "documentation" : null, "simpleType" : "ConflictException", "variableSetterType" : "ConflictException" }, "wrapper" : false }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "CreateVocabulary", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.CreateVocabulary", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "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.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. 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. The name must be unique within an AWS account. The name is case-sensitive.

\n@return The name of the vocabulary. The name must be unique within an AWS account. 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, "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.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. 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. The name must be unique within an AWS account. The name is case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

An array of strings that contains the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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, "statusCode" : false, "unmarshallLocationName" : "Phrases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LanguageCode" : { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "Phrases" : { "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, "documentation" : "

An array of strings that contains the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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, "statusCode" : false, "unmarshallLocationName" : "Phrases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "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" }, "xmlNameSpaceUri" : null }, "VocabularyName" : { "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.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. 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. The name must be unique within an AWS account. The name is case-sensitive.

\n@return The name of the vocabulary. The name must be unique within an AWS account. 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, "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.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. 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. The name must be unique within an AWS account. The name is case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "documentation" : "

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

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. 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. The name must be unique within an AWS account. The name is case-sensitive.

\n@return The name of the vocabulary. The name must be unique within an AWS account. 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, "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.

\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. 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. The name must be unique within an AWS account. The name is case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

An array of strings that contains the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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, "statusCode" : false, "unmarshallLocationName" : "Phrases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "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" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VocabularyName", "LanguageCode", "Phrases" ], "shapeName" : "CreateVocabularyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateVocabularyRequest", "variableName" : "createVocabularyRequest", "variableType" : "CreateVocabularyRequest", "documentation" : null, "simpleType" : "CreateVocabularyRequest", "variableSetterType" : "CreateVocabularyRequest" }, "wrapper" : false }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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, "documentation" : "

The name of the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVocabularyStateAsString", "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The date and time that the vocabulary was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FailureReason" : { "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, "documentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "LanguageCode" : { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "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, "documentation" : "

The date and time that the vocabulary was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "VocabularyName" : { "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, "documentation" : "

The name of the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "VocabularyState" : { "beanStyleGetterMethodName" : "getVocabularyStateAsString", "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, "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVocabularyStateAsString", "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The date and time that the vocabulary was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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 }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteTranscriptionJob", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.DeleteTranscriptionJob", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "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, "documentation" : "

The name of the transcription job to be deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TranscriptionJobName" : { "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, "documentation" : "

The name of the transcription job to be deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the transcription job to be deleted.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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 }, "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, "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 }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "DeleteVocabulary", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.DeleteVocabulary", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "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, "documentation" : "

The name of the vocabulary to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VocabularyName" : { "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, "documentation" : "

The name of the vocabulary to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the vocabulary to delete.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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 }, "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, "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 }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetTranscriptionJob", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.GetTranscriptionJob", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "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, "documentation" : "

The name of the job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TranscriptionJobName" : { "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, "documentation" : "

The name of the job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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 }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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, "documentation" : "

An object that contains the results of the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TranscriptionJob" : { "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, "documentation" : "

An object that contains the results of the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

An object that contains the results of the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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 }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "GetVocabulary", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.GetVocabulary", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "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, "documentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "VocabularyName" : { "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, "documentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the vocabulary to return information about. The name is case-sensitive.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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 }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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, "documentation" : "

The name of the vocabulary to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVocabularyStateAsString", "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, "documentation" : "

The processing state of the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The date and time that the vocabulary was last modified.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DownloadUri" : { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, "FailureReason" : { "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, "documentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "LanguageCode" : { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "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, "documentation" : "

The date and time that the vocabulary was last modified.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "VocabularyName" : { "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, "documentation" : "

The name of the vocabulary to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "VocabularyState" : { "beanStyleGetterMethodName" : "getVocabularyStateAsString", "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, "documentation" : "

The processing state of the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the vocabulary to return.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVocabularyStateAsString", "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, "documentation" : "

The processing state of the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The date and time that the vocabulary was last modified.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

If the VocabularyState field is FAILED, this field contains information about why the job failed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "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 }, "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, "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 }, "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" } ], "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LanguageCode", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LanguageCode", "variableName" : "languageCode", "variableType" : "LanguageCode", "documentation" : null, "simpleType" : "LanguageCode", "variableSetterType" : "LanguageCode" }, "wrapper" : false }, "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, "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 }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListTranscriptionJobs", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.ListTranscriptionJobs", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStatusAsString", "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "JobNameContains" : { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, "NextToken" : { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "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, "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStatusAsString", "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "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 }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The requested status of the jobs returned.

", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A list of objects containing summary information for a transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobSummaries", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "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" }, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The requested status of the jobs returned.

", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "TranscriptionJobSummaries" : { "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, "documentation" : "

A list of objects containing summary information for a transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobSummaries", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "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" }, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStatusAsString", "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, "documentation" : "

The requested status of the jobs returned.

", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A list of objects containing summary information for a transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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, "statusCode" : false, "unmarshallLocationName" : "TranscriptionJobSummaries", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "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" }, "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" }, "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 }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "ListVocabularies", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.ListVocabularies", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateEqualsAsString", "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, "documentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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 will return 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, "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 will return both \"vocabularyname\" and \"VocabularyName\" in the response list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 will return 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 will return 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 will return 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 will return 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, "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 will return 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 will return 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 will return both \"vocabularyname\" and \"VocabularyName\" in the response list.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, "NameContains" : { "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 will return 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, "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 will return both \"vocabularyname\" and \"VocabularyName\" in the response list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 will return 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 will return 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 will return 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 will return 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, "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 will return 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 will return 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 will return both \"vocabularyname\" and \"VocabularyName\" in the response list.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextToken" : { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, "StateEquals" : { "beanStyleGetterMethodName" : "getStateEqualsAsString", "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, "documentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStateEqualsAsString", "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, "documentation" : "

When specified, only returns vocabularies with the VocabularyState field equal to the specified state.

", "endpointDiscoveryId" : false, "enumType" : "VocabularyState", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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 will return 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, "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 will return both \"vocabularyname\" and \"VocabularyName\" in the response list.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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 will return 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 will return 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 will return 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 will return 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, "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 will return 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 will return 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 will return both \"vocabularyname\" and \"VocabularyName\" in the response list.

", "simpleType" : "String", "variableSetterType" : "String" }, "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 }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "TranscriptionJobStatus", "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, "documentation" : "

The requested vocabulary state.

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

The requested vocabulary state.

\n@param status The requested vocabulary state.\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 vocabulary state.

\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 vocabulary state.\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, "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 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 vocabulary state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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@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, "statusCode" : false, "unmarshallLocationName" : "Vocabularies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "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" }, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "TranscriptionJobStatus", "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, "documentation" : "

The requested vocabulary state.

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

The requested vocabulary state.

\n@param status The requested vocabulary state.\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 vocabulary state.

\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 vocabulary state.\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, "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 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 vocabulary state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Vocabularies" : { "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, "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, "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@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, "statusCode" : false, "unmarshallLocationName" : "Vocabularies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "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" }, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStatusAsString", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "TranscriptionJobStatus", "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, "documentation" : "

The requested vocabulary state.

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

The requested vocabulary state.

\n@param status The requested vocabulary state.\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 vocabulary state.

\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 vocabulary state.\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, "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 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 vocabulary state.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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@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, "statusCode" : false, "unmarshallLocationName" : "Vocabularies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "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, "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" }, "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" }, "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 }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMediaFileUri", "beanStyleSetterMethodName" : "setMediaFileUri", "c2jName" : "MediaFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The S3 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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, "documentation" : "

The S3 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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

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

The S3 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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

\n@param mediaFileUri The S3 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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

\n@return The S3 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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, "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 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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

\n@param mediaFileUri The S3 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MediaFileUri" : { "beanStyleGetterMethodName" : "getMediaFileUri", "beanStyleSetterMethodName" : "setMediaFileUri", "c2jName" : "MediaFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The S3 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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, "documentation" : "

The S3 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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

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

The S3 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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

\n@param mediaFileUri The S3 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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

\n@return The S3 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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, "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 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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

\n@param mediaFileUri The S3 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMediaFileUri", "beanStyleSetterMethodName" : "setMediaFileUri", "c2jName" : "MediaFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The S3 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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, "documentation" : "

The S3 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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

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

The S3 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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

\n@param mediaFileUri The S3 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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

\n@return The S3 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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, "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 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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

\n@param mediaFileUri The S3 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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 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:

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

For example:

https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4

https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4

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

", "simpleType" : "String", "variableSetterType" : "String" }, "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 }, "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, "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 }, "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, "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 }, "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, "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 }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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, "documentation" : "

The name of a vocabulary to use when processing the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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 will be 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, "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 will be 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, "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 will be 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 will be 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 will be 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 will be 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, "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 will be 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 will be 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 will be identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChannelIdentification" : { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, "MaxSpeakerLabels" : { "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 will be 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, "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 will be 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, "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 will be 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 will be 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 will be 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 will be 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, "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 will be 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 will be 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 will be identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "ShowSpeakerLabels" : { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, "VocabularyName" : { "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, "documentation" : "

The name of a vocabulary to use when processing the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of a vocabulary to use when processing the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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 will be 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, "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 will be 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, "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 will be 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 will be 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 will be 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 will be 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, "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 will be 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 will be 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 will be identified as a single speaker. If you specify the MaxSpeakerLabels field, you must set the ShowSpeakerLabels field to true.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "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 }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "StartTranscriptionJob", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.StartTranscriptionJob", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "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.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "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.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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.

\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.\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.

\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.", "getterModel" : { "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, "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.

\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.", "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.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code for the language used in the input media file.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The sample rate, in Hertz, of the audio track in the input media file.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMediaFormatAsString", "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, "documentation" : "

The format of the input media file.

", "endpointDiscoveryId" : false, "enumType" : "MediaFormat", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

An object that describes the input media for a transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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, "documentation" : "

The location where the transcription is stored.

If you set the OutputBucketName, Amazon Transcribe puts the transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputBucketName", "fluentSetterDocumentation" : "

The location where the transcription is stored.

If you set the OutputBucketName, Amazon Transcribe puts the transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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, "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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A Settings object that provides optional settings for a transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LanguageCode" : { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code for the language used in the input media file.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "Media" : { "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, "documentation" : "

An object that describes the input media for a transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "MediaFormat" : { "beanStyleGetterMethodName" : "getMediaFormatAsString", "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, "documentation" : "

The format of the input media file.

", "endpointDiscoveryId" : false, "enumType" : "MediaFormat", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "MediaSampleRateHertz" : { "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, "documentation" : "

The sample rate, in Hertz, of the audio track in the input media file.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "OutputBucketName" : { "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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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, "documentation" : "

The location where the transcription is stored.

If you set the OutputBucketName, Amazon Transcribe puts the transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputBucketName", "fluentSetterDocumentation" : "

The location where the transcription is stored.

If you set the OutputBucketName, Amazon Transcribe puts the transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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, "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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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" }, "xmlNameSpaceUri" : null }, "Settings" : { "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, "documentation" : "

A Settings object that provides optional settings for a transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "TranscriptionJobName" : { "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.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "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.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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.

\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.\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.

\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.", "getterModel" : { "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, "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.

\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.", "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.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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, "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.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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.

\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.\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.

\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.", "getterModel" : { "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, "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.

\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.", "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.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code for the language used in the input media file.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The sample rate, in Hertz, of the audio track in the input media file.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMediaFormatAsString", "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, "documentation" : "

The format of the input media file.

", "endpointDiscoveryId" : false, "enumType" : "MediaFormat", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

An object that describes the input media for a transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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, "documentation" : "

The location where the transcription is stored.

If you set the OutputBucketName, Amazon Transcribe puts the transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputBucketName", "fluentSetterDocumentation" : "

The location where the transcription is stored.

If you set the OutputBucketName, Amazon Transcribe puts the transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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, "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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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 transcription in the specified S3 bucket. When you call the GetTranscriptionJob operation, the operation returns this location in the TranscriptFileUri field. 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.

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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A Settings object that provides optional settings for a transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TranscriptionJobName", "LanguageCode", "MediaFormat", "Media" ], "shapeName" : "StartTranscriptionJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartTranscriptionJobRequest", "variableName" : "startTranscriptionJobRequest", "variableType" : "StartTranscriptionJobRequest", "documentation" : null, "simpleType" : "StartTranscriptionJobRequest", "variableSetterType" : "StartTranscriptionJobRequest" }, "wrapper" : false }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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, "documentation" : "

An object containing details of the asynchronous transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TranscriptionJob" : { "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, "documentation" : "

An object containing details of the asynchronous transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

An object containing details of the asynchronous transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "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 }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTranscriptFileUri", "beanStyleSetterMethodName" : "setTranscriptFileUri", "c2jName" : "TranscriptFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The location where the transcription is stored.

Use this URI to access the transcription. 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 transcription 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, "documentation" : "

The location where the transcription is stored.

Use this URI to access the transcription. 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 transcription in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

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

The location where the transcription is stored.

Use this URI to access the transcription. 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 transcription in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

\n@param transcriptFileUri The location where the transcription is stored.

Use this URI to access the transcription. 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 transcription 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 location where the transcription is stored.

Use this URI to access the transcription. 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 transcription in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

\n@return The location where the transcription is stored.

Use this URI to access the transcription. 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 transcription 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, "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 location where the transcription is stored.

Use this URI to access the transcription. 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 transcription in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

\n@param transcriptFileUri The location where the transcription is stored.

Use this URI to access the transcription. 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 transcription 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 location where the transcription is stored.

Use this URI to access the transcription. 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 transcription in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TranscriptFileUri" : { "beanStyleGetterMethodName" : "getTranscriptFileUri", "beanStyleSetterMethodName" : "setTranscriptFileUri", "c2jName" : "TranscriptFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The location where the transcription is stored.

Use this URI to access the transcription. 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 transcription 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, "documentation" : "

The location where the transcription is stored.

Use this URI to access the transcription. 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 transcription in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

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

The location where the transcription is stored.

Use this URI to access the transcription. 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 transcription in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

\n@param transcriptFileUri The location where the transcription is stored.

Use this URI to access the transcription. 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 transcription 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 location where the transcription is stored.

Use this URI to access the transcription. 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 transcription in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

\n@return The location where the transcription is stored.

Use this URI to access the transcription. 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 transcription 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, "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 location where the transcription is stored.

Use this URI to access the transcription. 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 transcription in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

\n@param transcriptFileUri The location where the transcription is stored.

Use this URI to access the transcription. 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 transcription 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 location where the transcription is stored.

Use this URI to access the transcription. 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 transcription in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTranscriptFileUri", "beanStyleSetterMethodName" : "setTranscriptFileUri", "c2jName" : "TranscriptFileUri", "c2jShape" : "Uri", "defaultConsumerFluentSetterDocumentation" : "

The location where the transcription is stored.

Use this URI to access the transcription. 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 transcription 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, "documentation" : "

The location where the transcription is stored.

Use this URI to access the transcription. 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 transcription in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

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

The location where the transcription is stored.

Use this URI to access the transcription. 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 transcription in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

\n@param transcriptFileUri The location where the transcription is stored.

Use this URI to access the transcription. 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 transcription 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 location where the transcription is stored.

Use this URI to access the transcription. 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 transcription in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

\n@return The location where the transcription is stored.

Use this URI to access the transcription. 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 transcription 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, "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 location where the transcription is stored.

Use this URI to access the transcription. 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 transcription in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

\n@param transcriptFileUri The location where the transcription is stored.

Use this URI to access the transcription. 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 transcription 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 location where the transcription is stored.

Use this URI to access the transcription. 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 transcription in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

", "simpleType" : "String", "variableSetterType" : "String" }, "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 }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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, "documentation" : "

The name of the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTranscriptionJobStatusAsString", "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, "documentation" : "

The status of the transcription job.

", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code for the input speech.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The sample rate, in Hertz, of the audio track in the input media file.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMediaFormatAsString", "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, "documentation" : "

The format of the input media file.

", "endpointDiscoveryId" : false, "enumType" : "MediaFormat", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

An object that describes the input media for the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

An object that describes the output of the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A timestamp that shows when the job was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A timestamp that shows when the job was completed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

If the TranscriptionJobStatus 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, "documentation" : "

If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

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

If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the TranscriptionJobStatus 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 TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

\n@return If the TranscriptionJobStatus 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, "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.

\n@param failureReason If the TranscriptionJobStatus 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 TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CompletionTime" : { "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, "documentation" : "

A timestamp that shows when the job was completed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "CreationTime" : { "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, "documentation" : "

A timestamp that shows when the job was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "FailureReason" : { "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

If the TranscriptionJobStatus 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, "documentation" : "

If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

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

If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the TranscriptionJobStatus 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 TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

\n@return If the TranscriptionJobStatus 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, "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.

\n@param failureReason If the TranscriptionJobStatus 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 TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LanguageCode" : { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code for the input speech.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "Media" : { "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, "documentation" : "

An object that describes the input media for the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "MediaFormat" : { "beanStyleGetterMethodName" : "getMediaFormatAsString", "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, "documentation" : "

The format of the input media file.

", "endpointDiscoveryId" : false, "enumType" : "MediaFormat", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "MediaSampleRateHertz" : { "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, "documentation" : "

The sample rate, in Hertz, of the audio track in the input media file.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "Settings" : { "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, "Transcript" : { "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, "documentation" : "

An object that describes the output of the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "TranscriptionJobName" : { "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, "documentation" : "

The name of the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "TranscriptionJobStatus" : { "beanStyleGetterMethodName" : "getTranscriptionJobStatusAsString", "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, "documentation" : "

The status of the transcription job.

", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTranscriptionJobStatusAsString", "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, "documentation" : "

The status of the transcription job.

", "endpointDiscoveryId" : false, "enumType" : "TranscriptionJobStatus", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code for the input speech.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The sample rate, in Hertz, of the audio track in the input media file.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMediaFormatAsString", "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, "documentation" : "

The format of the input media file.

", "endpointDiscoveryId" : false, "enumType" : "MediaFormat", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

An object that describes the input media for the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

An object that describes the output of the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A timestamp that shows when the job was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A timestamp that shows when the job was completed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "FailureReason", "defaultConsumerFluentSetterDocumentation" : "

If the TranscriptionJobStatus 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, "documentation" : "

If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

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

If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

\n@param failureReason If the TranscriptionJobStatus 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 TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

\n@return If the TranscriptionJobStatus 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, "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.

\n@param failureReason If the TranscriptionJobStatus 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 TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "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, "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, "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, "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" }, "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 }, "TranscriptionJobStatus" : { "c2jName" : "TranscriptionJobStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "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, "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 }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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, "documentation" : "

The name of the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A timestamp that shows when the job was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A timestamp that shows when the job was completed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code for the input speech.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTranscriptionJobStatusAsString", "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

If the TranscriptionJobStatus field is FAILED, a description of the error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputLocationTypeAsString", "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, "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CompletionTime" : { "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, "documentation" : "

A timestamp that shows when the job was completed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "CreationTime" : { "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, "documentation" : "

A timestamp that shows when the job was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "FailureReason" : { "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, "documentation" : "

If the TranscriptionJobStatus field is FAILED, a description of the error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "LanguageCode" : { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code for the input speech.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "OutputLocationType" : { "beanStyleGetterMethodName" : "getOutputLocationTypeAsString", "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, "TranscriptionJobName" : { "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, "documentation" : "

The name of the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "TranscriptionJobStatus" : { "beanStyleGetterMethodName" : "getTranscriptionJobStatusAsString", "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, "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the transcription job.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A timestamp that shows when the job was created.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

A timestamp that shows when the job was completed.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code for the input speech.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTranscriptionJobStatusAsString", "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, "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, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

If the TranscriptionJobStatus field is FAILED, a description of the error.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputLocationTypeAsString", "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, "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, "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, "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" }, "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 }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "UpdateVocabulary", "locationName" : null, "requestUri" : "/", "target" : "Transcribe.UpdateVocabulary", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary to update. 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, "documentation" : "

The name of the vocabulary to update. The name is case-sensitive.

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

The name of the vocabulary to update. The name is case-sensitive.

\n@param vocabularyName The name of the vocabulary to update. 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 update. The name is case-sensitive.

\n@return The name of the vocabulary to update. 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, "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.

\n@param vocabularyName The name of the vocabulary to update. 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 update. The name is case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

An array of strings containing the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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, "statusCode" : false, "unmarshallLocationName" : "Phrases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LanguageCode" : { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "Phrases" : { "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, "documentation" : "

An array of strings containing the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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, "statusCode" : false, "unmarshallLocationName" : "Phrases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "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" }, "xmlNameSpaceUri" : null }, "VocabularyName" : { "beanStyleGetterMethodName" : "getVocabularyName", "beanStyleSetterMethodName" : "setVocabularyName", "c2jName" : "VocabularyName", "c2jShape" : "VocabularyName", "defaultConsumerFluentSetterDocumentation" : "

The name of the vocabulary to update. 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, "documentation" : "

The name of the vocabulary to update. The name is case-sensitive.

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

The name of the vocabulary to update. The name is case-sensitive.

\n@param vocabularyName The name of the vocabulary to update. 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 update. The name is case-sensitive.

\n@return The name of the vocabulary to update. 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, "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.

\n@param vocabularyName The name of the vocabulary to update. 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 update. The name is case-sensitive.

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

The name of the vocabulary to update. 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, "documentation" : "

The name of the vocabulary to update. The name is case-sensitive.

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

The name of the vocabulary to update. The name is case-sensitive.

\n@param vocabularyName The name of the vocabulary to update. 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 update. The name is case-sensitive.

\n@return The name of the vocabulary to update. 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, "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.

\n@param vocabularyName The name of the vocabulary to update. 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 update. The name is case-sensitive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

An array of strings containing the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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@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, "statusCode" : false, "unmarshallLocationName" : "Phrases", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "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, "documentation" : "", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Member", "sensitive" : false, "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "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" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "VocabularyName", "LanguageCode", "Phrases" ], "shapeName" : "UpdateVocabularyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateVocabularyRequest", "variableName" : "updateVocabularyRequest", "variableType" : "UpdateVocabularyRequest", "documentation" : null, "simpleType" : "UpdateVocabularyRequest", "variableSetterType" : "UpdateVocabularyRequest" }, "wrapper" : false }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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, "documentation" : "

The name of the vocabulary that was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The date and time that the vocabulary was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVocabularyStateAsString", "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, "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LanguageCode" : { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "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, "documentation" : "

The date and time that the vocabulary was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "VocabularyName" : { "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, "documentation" : "

The name of the vocabulary that was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "VocabularyState" : { "beanStyleGetterMethodName" : "getVocabularyStateAsString", "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, "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the vocabulary that was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The date and time that the vocabulary was updated.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVocabularyStateAsString", "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, "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, "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, "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" }, "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 }, "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, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "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, "documentation" : "

The name of the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The date and time that the vocabulary was last modified.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVocabularyStateAsString", "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, "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, "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, "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LanguageCode" : { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "LastModifiedTime" : { "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, "documentation" : "

The date and time that the vocabulary was last modified.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "VocabularyName" : { "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, "documentation" : "

The name of the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, "VocabularyState" : { "beanStyleGetterMethodName" : "getVocabularyStateAsString", "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, "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, "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, "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" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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, "documentation" : "

The name of the vocabulary.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguageCodeAsString", "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, "documentation" : "

The language code of the vocabulary entries.

", "endpointDiscoveryId" : false, "enumType" : "LanguageCode", "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "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, "documentation" : "

The date and time that the vocabulary was last modified.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "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, "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" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVocabularyStateAsString", "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, "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, "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, "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" }, "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 }, "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, "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 } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "TranscribeException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.transcribe.model.TranscribeException", "sdkRequestBaseClassName" : "TranscribeRequest", "sdkResponseBaseClassName" : "TranscribeResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy