models.transcribe-2017-10-26-intermediate.json Maven / Gradle / Ivy
Show all versions of transcribe Show documentation
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ "listTranscriptionJobs", "listVocabularies" ]
},
"metadata" : {
"apiVersion" : "2017-10-26",
"asyncBuilder" : "DefaultTranscribeAsyncClientBuilder",
"asyncBuilderInterface" : "TranscribeAsyncClientBuilder",
"asyncClient" : "DefaultTranscribeAsyncClient",
"asyncInterface" : "TranscribeAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultTranscribeBaseClientBuilder",
"baseBuilderInterface" : "TranscribeBaseClientBuilder",
"baseExceptionName" : "TranscribeException",
"baseRequestName" : "TranscribeRequest",
"baseResponseName" : "TranscribeResponse",
"cborProtocol" : false,
"clientPackageName" : "transcribe",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "Amazon Transcribe Service",
"documentation" : "Operations and objects for transcribing speech to text.
",
"endpointPrefix" : "transcribe",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.transcribe",
"fullModelPackageName" : "software.amazon.awssdk.services.transcribe.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.transcribe.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.transcribe.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.transcribe.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "transcribe.model",
"paginatorsPackageName" : "transcribe.paginators",
"protocol" : "json",
"requestTransformPackageName" : "transcribe.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "Transcribe",
"serviceName" : "Transcribe",
"signingName" : "transcribe",
"syncBuilder" : "DefaultTranscribeClientBuilder",
"syncBuilderInterface" : "TranscribeClientBuilder",
"syncClient" : "DefaultTranscribeClient",
"syncInterface" : "TranscribeClient",
"transformPackageName" : "transcribe.transform",
"uid" : "transcribe-2017-10-26",
"xmlProtocol" : false
},
"operations" : {
"CreateVocabulary" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.
",
"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 CreateVocabulary
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" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a previously submitted transcription job along with any other generated results such as the transcription, models, and so on.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteTranscriptionJobRequest",
"variableName" : "deleteTranscriptionJobRequest",
"variableType" : "DeleteTranscriptionJobRequest",
"documentation" : "",
"simpleType" : "DeleteTranscriptionJobRequest",
"variableSetterType" : "DeleteTranscriptionJobRequest"
},
"methodName" : "deleteTranscriptionJob",
"operationName" : "DeleteTranscriptionJob",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteTranscriptionJobResponse",
"documentation" : null
},
"syncReturnType" : "DeleteTranscriptionJobResponse"
},
"DeleteVocabulary" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a vocabulary from Amazon Transcribe.
",
"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" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about a transcription job. To see the status of the job, check the TranscriptionJobStatus
field. If the status is COMPLETED
, the job is finished and you can find the results at the location specified in the 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" : {
"authType" : "IAM",
"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" : {
"authType" : "IAM",
"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" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies.
",
"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" : {
"authType" : "IAM",
"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 CreateVocabulary
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" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates an existing vocabulary with new values. The UpdateVocabulary
operation overwrites all of the existing information with the values that you provide in the request.
",
"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 CreateVocabulary
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,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BadRequestException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BadRequestException",
"variableName" : "badRequestException",
"variableType" : "BadRequestException",
"documentation" : null,
"simpleType" : "BadRequestException",
"variableSetterType" : "BadRequestException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ConflictException" : {
"c2jName" : "ConflictException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "When you are using the CreateVocabulary
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,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ConflictException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConflictException",
"variableName" : "conflictException",
"variableType" : "ConflictException",
"documentation" : null,
"simpleType" : "ConflictException",
"variableSetterType" : "ConflictException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateVocabularyRequest" : {
"c2jName" : "CreateVocabularyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateVocabulary",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.CreateVocabulary",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.
\n@return The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. 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.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.
\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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.
\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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getPhrases",
"beanStyleSetterMethodName" : "setPhrases",
"c2jName" : "Phrases",
"c2jShape" : "Phrases",
"defaultConsumerFluentSetterDocumentation" : "An array of strings that contains the vocabulary entries.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #phrases(List)}.\n@param phrases a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #phrases(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of strings that contains the vocabulary entries.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n
\n@return An array of strings that contains the vocabulary entries.\n@deprecated Use {@link #phrases()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of strings that contains the vocabulary entries.
\n@param phrases An array of strings that contains the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phrases(List)}\n",
"documentation" : "An array of strings that contains the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Phrases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPhrases",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phrases",
"fluentSetterDocumentation" : "An array of strings that contains the vocabulary entries.
\n@param phrases An array of strings that contains the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phrases",
"getterDocumentation" : "An array of strings that contains the vocabulary entries.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n
\n@return An array of strings that contains the vocabulary entries.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Phrases",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Phrases",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Phrase",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Phrases",
"sensitive" : false,
"setterDocumentation" : "An array of strings that contains the vocabulary entries.
\n@param phrases An array of strings that contains the vocabulary entries.",
"setterMethodName" : "setPhrases",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phrases",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phrases",
"variableType" : "java.util.List",
"documentation" : "An array of strings that contains the vocabulary entries.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFileUri",
"beanStyleSetterMethodName" : "setVocabularyFileUri",
"c2jName" : "VocabularyFileUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFileUri(String)}.\n@param vocabularyFileUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFileUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n",
"documentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFileUri",
"fluentSetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFileUri",
"getterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFileUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFileUri",
"sensitive" : false,
"setterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.",
"setterMethodName" : "setVocabularyFileUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LanguageCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Phrases" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getPhrases",
"beanStyleSetterMethodName" : "setPhrases",
"c2jName" : "Phrases",
"c2jShape" : "Phrases",
"defaultConsumerFluentSetterDocumentation" : "An array of strings that contains the vocabulary entries.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #phrases(List)}.\n@param phrases a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #phrases(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of strings that contains the vocabulary entries.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n
\n@return An array of strings that contains the vocabulary entries.\n@deprecated Use {@link #phrases()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of strings that contains the vocabulary entries.
\n@param phrases An array of strings that contains the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phrases(List)}\n",
"documentation" : "An array of strings that contains the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Phrases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPhrases",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phrases",
"fluentSetterDocumentation" : "An array of strings that contains the vocabulary entries.
\n@param phrases An array of strings that contains the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phrases",
"getterDocumentation" : "An array of strings that contains the vocabulary entries.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n
\n@return An array of strings that contains the vocabulary entries.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Phrases",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Phrases",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Phrase",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Phrases",
"sensitive" : false,
"setterDocumentation" : "An array of strings that contains the vocabulary entries.
\n@param phrases An array of strings that contains the vocabulary entries.",
"setterMethodName" : "setPhrases",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phrases",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phrases",
"variableType" : "java.util.List",
"documentation" : "An array of strings that contains the vocabulary entries.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyFileUri" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFileUri",
"beanStyleSetterMethodName" : "setVocabularyFileUri",
"c2jName" : "VocabularyFileUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFileUri(String)}.\n@param vocabularyFileUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFileUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n",
"documentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFileUri",
"fluentSetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFileUri",
"getterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFileUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFileUri",
"sensitive" : false,
"setterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.",
"setterMethodName" : "setVocabularyFileUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.
\n@return The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. 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.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.
\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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.
\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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.
\n@return The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. 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.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.
\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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive.
\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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getPhrases",
"beanStyleSetterMethodName" : "setPhrases",
"c2jName" : "Phrases",
"c2jShape" : "Phrases",
"defaultConsumerFluentSetterDocumentation" : "An array of strings that contains the vocabulary entries.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #phrases(List)}.\n@param phrases a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #phrases(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of strings that contains the vocabulary entries.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n
\n@return An array of strings that contains the vocabulary entries.\n@deprecated Use {@link #phrases()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of strings that contains the vocabulary entries.
\n@param phrases An array of strings that contains the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phrases(List)}\n",
"documentation" : "An array of strings that contains the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Phrases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPhrases",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phrases",
"fluentSetterDocumentation" : "An array of strings that contains the vocabulary entries.
\n@param phrases An array of strings that contains the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phrases",
"getterDocumentation" : "An array of strings that contains the vocabulary entries.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n
\n@return An array of strings that contains the vocabulary entries.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Phrases",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Phrases",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Phrase",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Phrases",
"sensitive" : false,
"setterDocumentation" : "An array of strings that contains the vocabulary entries.
\n@param phrases An array of strings that contains the vocabulary entries.",
"setterMethodName" : "setPhrases",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phrases",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phrases",
"variableType" : "java.util.List",
"documentation" : "An array of strings that contains the vocabulary entries.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFileUri",
"beanStyleSetterMethodName" : "setVocabularyFileUri",
"c2jName" : "VocabularyFileUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFileUri(String)}.\n@param vocabularyFileUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFileUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n",
"documentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFileUri",
"fluentSetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFileUri",
"getterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFileUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFileUri",
"sensitive" : false,
"setterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.",
"setterMethodName" : "setVocabularyFileUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "VocabularyName", "LanguageCode" ],
"shapeName" : "CreateVocabularyRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateVocabularyRequest",
"variableName" : "createVocabularyRequest",
"variableType" : "CreateVocabularyRequest",
"documentation" : null,
"simpleType" : "CreateVocabularyRequest",
"variableSetterType" : "CreateVocabularyRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateVocabularyResponse" : {
"c2jName" : "CreateVocabularyResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary.
\n@return The name of the vocabulary.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary.
\n@return The name of the vocabulary.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary was created.
\n@return The date and time that the vocabulary was created.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary was created.
\n@param lastModifiedTime The date and time that the vocabulary was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary was created.
\n@param lastModifiedTime The date and time that the vocabulary was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary was created.
\n@return The date and time that the vocabulary was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary was created.
\n@param lastModifiedTime The date and time that the vocabulary was created.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FailureReason" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LanguageCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastModifiedTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary was created.
\n@return The date and time that the vocabulary was created.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary was created.
\n@param lastModifiedTime The date and time that the vocabulary was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary was created.
\n@param lastModifiedTime The date and time that the vocabulary was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary was created.
\n@return The date and time that the vocabulary was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary was created.
\n@param lastModifiedTime The date and time that the vocabulary was created.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary.
\n@return The name of the vocabulary.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary.
\n@return The name of the vocabulary.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyState" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary.
\n@return The name of the vocabulary.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary.
\n@return The name of the vocabulary.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary was created.
\n@return The date and time that the vocabulary was created.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary was created.
\n@param lastModifiedTime The date and time that the vocabulary was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary was created.
\n@param lastModifiedTime The date and time that the vocabulary was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary was created.
\n@return The date and time that the vocabulary was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary was created.
\n@param lastModifiedTime The date and time that the vocabulary was created.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateVocabularyResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateVocabularyResponse",
"variableName" : "createVocabularyResponse",
"variableType" : "CreateVocabularyResponse",
"documentation" : null,
"simpleType" : "CreateVocabularyResponse",
"variableSetterType" : "CreateVocabularyResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteTranscriptionJobRequest" : {
"c2jName" : "DeleteTranscriptionJobRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteTranscriptionJob",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.DeleteTranscriptionJob",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the transcription job to be deleted.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the transcription job to be deleted.
\n@return The name of the transcription job to be deleted.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the transcription job to be deleted.
\n@param transcriptionJobName The name of the transcription job to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the transcription job to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the transcription job to be deleted.
\n@param transcriptionJobName The name of the transcription job to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobName",
"getterDocumentation" : "The name of the transcription job to be deleted.
\n@return The name of the transcription job to be deleted.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the transcription job to be deleted.
\n@param transcriptionJobName The name of the transcription job to be deleted.",
"setterMethodName" : "setTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : "The name of the transcription job to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TranscriptionJobName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the transcription job to be deleted.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the transcription job to be deleted.
\n@return The name of the transcription job to be deleted.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the transcription job to be deleted.
\n@param transcriptionJobName The name of the transcription job to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the transcription job to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the transcription job to be deleted.
\n@param transcriptionJobName The name of the transcription job to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobName",
"getterDocumentation" : "The name of the transcription job to be deleted.
\n@return The name of the transcription job to be deleted.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the transcription job to be deleted.
\n@param transcriptionJobName The name of the transcription job to be deleted.",
"setterMethodName" : "setTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : "The name of the transcription job to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the transcription job to be deleted.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the transcription job to be deleted.
\n@return The name of the transcription job to be deleted.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the transcription job to be deleted.
\n@param transcriptionJobName The name of the transcription job to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the transcription job to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the transcription job to be deleted.
\n@param transcriptionJobName The name of the transcription job to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobName",
"getterDocumentation" : "The name of the transcription job to be deleted.
\n@return The name of the transcription job to be deleted.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the transcription job to be deleted.
\n@param transcriptionJobName The name of the transcription job to be deleted.",
"setterMethodName" : "setTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : "The name of the transcription job to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "TranscriptionJobName" ],
"shapeName" : "DeleteTranscriptionJobRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteTranscriptionJobRequest",
"variableName" : "deleteTranscriptionJobRequest",
"variableType" : "DeleteTranscriptionJobRequest",
"documentation" : null,
"simpleType" : "DeleteTranscriptionJobRequest",
"variableSetterType" : "DeleteTranscriptionJobRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteTranscriptionJobResponse" : {
"c2jName" : "DeleteTranscriptionJobResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteTranscriptionJobResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteTranscriptionJobResponse",
"variableName" : "deleteTranscriptionJobResponse",
"variableType" : "DeleteTranscriptionJobResponse",
"documentation" : null,
"simpleType" : "DeleteTranscriptionJobResponse",
"variableSetterType" : "DeleteTranscriptionJobResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteVocabularyRequest" : {
"c2jName" : "DeleteVocabularyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteVocabulary",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.DeleteVocabulary",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to delete.
\n@return The name of the vocabulary to delete.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary to delete.
\n@param vocabularyName The name of the vocabulary to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to delete.
\n@param vocabularyName The name of the vocabulary to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary to delete.
\n@return The name of the vocabulary to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to delete.
\n@param vocabularyName The name of the vocabulary to delete.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"VocabularyName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to delete.
\n@return The name of the vocabulary to delete.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary to delete.
\n@param vocabularyName The name of the vocabulary to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to delete.
\n@param vocabularyName The name of the vocabulary to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary to delete.
\n@return The name of the vocabulary to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to delete.
\n@param vocabularyName The name of the vocabulary to delete.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to delete.
\n@return The name of the vocabulary to delete.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary to delete.
\n@param vocabularyName The name of the vocabulary to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to delete.
\n@param vocabularyName The name of the vocabulary to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary to delete.
\n@return The name of the vocabulary to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to delete.
\n@param vocabularyName The name of the vocabulary to delete.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "VocabularyName" ],
"shapeName" : "DeleteVocabularyRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteVocabularyRequest",
"variableName" : "deleteVocabularyRequest",
"variableType" : "DeleteVocabularyRequest",
"documentation" : null,
"simpleType" : "DeleteVocabularyRequest",
"variableSetterType" : "DeleteVocabularyRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteVocabularyResponse" : {
"c2jName" : "DeleteVocabularyResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteVocabularyResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteVocabularyResponse",
"variableName" : "deleteVocabularyResponse",
"variableType" : "DeleteVocabularyResponse",
"documentation" : null,
"simpleType" : "DeleteVocabularyResponse",
"variableSetterType" : "DeleteVocabularyResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetTranscriptionJobRequest" : {
"c2jName" : "GetTranscriptionJobRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "GetTranscriptionJob",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.GetTranscriptionJob",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the job.
\n@return The name of the job.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the job.
\n@param transcriptionJobName The name of the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the job.
\n@param transcriptionJobName The name of the job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobName",
"getterDocumentation" : "The name of the job.
\n@return The name of the job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the job.
\n@param transcriptionJobName The name of the job.",
"setterMethodName" : "setTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : "The name of the job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TranscriptionJobName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the job.
\n@return The name of the job.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the job.
\n@param transcriptionJobName The name of the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the job.
\n@param transcriptionJobName The name of the job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobName",
"getterDocumentation" : "The name of the job.
\n@return The name of the job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the job.
\n@param transcriptionJobName The name of the job.",
"setterMethodName" : "setTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : "The name of the job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the job.
\n@return The name of the job.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the job.
\n@param transcriptionJobName The name of the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the job.
\n@param transcriptionJobName The name of the job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobName",
"getterDocumentation" : "The name of the job.
\n@return The name of the job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the job.
\n@param transcriptionJobName The name of the job.",
"setterMethodName" : "setTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : "The name of the job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "TranscriptionJobName" ],
"shapeName" : "GetTranscriptionJobRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetTranscriptionJobRequest",
"variableName" : "getTranscriptionJobRequest",
"variableType" : "GetTranscriptionJobRequest",
"documentation" : null,
"simpleType" : "GetTranscriptionJobRequest",
"variableSetterType" : "GetTranscriptionJobRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetTranscriptionJobResponse" : {
"c2jName" : "GetTranscriptionJobResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJob",
"beanStyleSetterMethodName" : "setTranscriptionJob",
"c2jName" : "TranscriptionJob",
"c2jShape" : "TranscriptionJob",
"defaultConsumerFluentSetterDocumentation" : "An object that contains the results of the transcription job.
\nThis is a convenience that creates an instance of the {@link TranscriptionJob.Builder} avoiding the need to create one manually via {@link TranscriptionJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link TranscriptionJob.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJob(TranscriptionJob)}.\n@param transcriptionJob a consumer that will call methods on {@link TranscriptionJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJob(TranscriptionJob)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that contains the results of the transcription job.
\n@return An object that contains the results of the transcription job.\n@deprecated Use {@link #transcriptionJob()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that contains the results of the transcription job.
\n@param transcriptionJob An object that contains the results of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJob(TranscriptionJob)}\n",
"documentation" : "An object that contains the results of the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJob",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJob",
"fluentSetterDocumentation" : "An object that contains the results of the transcription job.
\n@param transcriptionJob An object that contains the results of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJob",
"getterDocumentation" : "An object that contains the results of the transcription job.
\n@return An object that contains the results of the transcription job.",
"getterModel" : {
"returnType" : "TranscriptionJob",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJob",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJob",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TranscriptionJob",
"sensitive" : false,
"setterDocumentation" : "An object that contains the results of the transcription job.
\n@param transcriptionJob An object that contains the results of the transcription job.",
"setterMethodName" : "setTranscriptionJob",
"setterModel" : {
"variableDeclarationType" : "TranscriptionJob",
"variableName" : "transcriptionJob",
"variableType" : "TranscriptionJob",
"documentation" : null,
"simpleType" : "TranscriptionJob",
"variableSetterType" : "TranscriptionJob"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TranscriptionJob",
"variableName" : "transcriptionJob",
"variableType" : "TranscriptionJob",
"documentation" : "An object that contains the results of the transcription job.
",
"simpleType" : "TranscriptionJob",
"variableSetterType" : "TranscriptionJob"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TranscriptionJob" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJob",
"beanStyleSetterMethodName" : "setTranscriptionJob",
"c2jName" : "TranscriptionJob",
"c2jShape" : "TranscriptionJob",
"defaultConsumerFluentSetterDocumentation" : "An object that contains the results of the transcription job.
\nThis is a convenience that creates an instance of the {@link TranscriptionJob.Builder} avoiding the need to create one manually via {@link TranscriptionJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link TranscriptionJob.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJob(TranscriptionJob)}.\n@param transcriptionJob a consumer that will call methods on {@link TranscriptionJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJob(TranscriptionJob)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that contains the results of the transcription job.
\n@return An object that contains the results of the transcription job.\n@deprecated Use {@link #transcriptionJob()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that contains the results of the transcription job.
\n@param transcriptionJob An object that contains the results of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJob(TranscriptionJob)}\n",
"documentation" : "An object that contains the results of the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJob",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJob",
"fluentSetterDocumentation" : "An object that contains the results of the transcription job.
\n@param transcriptionJob An object that contains the results of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJob",
"getterDocumentation" : "An object that contains the results of the transcription job.
\n@return An object that contains the results of the transcription job.",
"getterModel" : {
"returnType" : "TranscriptionJob",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJob",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJob",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TranscriptionJob",
"sensitive" : false,
"setterDocumentation" : "An object that contains the results of the transcription job.
\n@param transcriptionJob An object that contains the results of the transcription job.",
"setterMethodName" : "setTranscriptionJob",
"setterModel" : {
"variableDeclarationType" : "TranscriptionJob",
"variableName" : "transcriptionJob",
"variableType" : "TranscriptionJob",
"documentation" : null,
"simpleType" : "TranscriptionJob",
"variableSetterType" : "TranscriptionJob"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TranscriptionJob",
"variableName" : "transcriptionJob",
"variableType" : "TranscriptionJob",
"documentation" : "An object that contains the results of the transcription job.
",
"simpleType" : "TranscriptionJob",
"variableSetterType" : "TranscriptionJob"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJob",
"beanStyleSetterMethodName" : "setTranscriptionJob",
"c2jName" : "TranscriptionJob",
"c2jShape" : "TranscriptionJob",
"defaultConsumerFluentSetterDocumentation" : "An object that contains the results of the transcription job.
\nThis is a convenience that creates an instance of the {@link TranscriptionJob.Builder} avoiding the need to create one manually via {@link TranscriptionJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link TranscriptionJob.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJob(TranscriptionJob)}.\n@param transcriptionJob a consumer that will call methods on {@link TranscriptionJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJob(TranscriptionJob)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that contains the results of the transcription job.
\n@return An object that contains the results of the transcription job.\n@deprecated Use {@link #transcriptionJob()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that contains the results of the transcription job.
\n@param transcriptionJob An object that contains the results of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJob(TranscriptionJob)}\n",
"documentation" : "An object that contains the results of the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJob",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJob",
"fluentSetterDocumentation" : "An object that contains the results of the transcription job.
\n@param transcriptionJob An object that contains the results of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJob",
"getterDocumentation" : "An object that contains the results of the transcription job.
\n@return An object that contains the results of the transcription job.",
"getterModel" : {
"returnType" : "TranscriptionJob",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJob",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJob",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TranscriptionJob",
"sensitive" : false,
"setterDocumentation" : "An object that contains the results of the transcription job.
\n@param transcriptionJob An object that contains the results of the transcription job.",
"setterMethodName" : "setTranscriptionJob",
"setterModel" : {
"variableDeclarationType" : "TranscriptionJob",
"variableName" : "transcriptionJob",
"variableType" : "TranscriptionJob",
"documentation" : null,
"simpleType" : "TranscriptionJob",
"variableSetterType" : "TranscriptionJob"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TranscriptionJob",
"variableName" : "transcriptionJob",
"variableType" : "TranscriptionJob",
"documentation" : "An object that contains the results of the transcription job.
",
"simpleType" : "TranscriptionJob",
"variableSetterType" : "TranscriptionJob"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetTranscriptionJobResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetTranscriptionJobResponse",
"variableName" : "getTranscriptionJobResponse",
"variableType" : "GetTranscriptionJobResponse",
"documentation" : null,
"simpleType" : "GetTranscriptionJobResponse",
"variableSetterType" : "GetTranscriptionJobResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetVocabularyRequest" : {
"c2jName" : "GetVocabularyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "GetVocabulary",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.GetVocabulary",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@return The name of the vocabulary to return information about. The name is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@return The name of the vocabulary to return information about. The name is case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"VocabularyName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@return The name of the vocabulary to return information about. The name is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@return The name of the vocabulary to return information about. The name is case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@return The name of the vocabulary to return information about. The name is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@return The name of the vocabulary to return information about. The name is case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "VocabularyName" ],
"shapeName" : "GetVocabularyRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetVocabularyRequest",
"variableName" : "getVocabularyRequest",
"variableType" : "GetVocabularyRequest",
"documentation" : null,
"simpleType" : "GetVocabularyRequest",
"variableSetterType" : "GetVocabularyRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetVocabularyResponse" : {
"c2jName" : "GetVocabularyResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to return.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to return.
\n@return The name of the vocabulary to return.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary to return.
\n@param vocabularyName The name of the vocabulary to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to return.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to return.
\n@param vocabularyName The name of the vocabulary to return.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary to return.
\n@return The name of the vocabulary to return.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to return.
\n@param vocabularyName The name of the vocabulary to return.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary to return.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary was last modified.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@return The date and time that the vocabulary was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary was last modified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary was last modified.
\n@return The date and time that the vocabulary was last modified.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary was last modified.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDownloadUri",
"beanStyleSetterMethodName" : "setDownloadUri",
"c2jName" : "DownloadUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #downloadUri(String)}.\n@param downloadUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #downloadUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@return The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@deprecated Use {@link #downloadUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n",
"documentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDownloadUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "downloadUri",
"fluentSetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "downloadUri",
"getterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@return The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DownloadUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DownloadUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DownloadUri",
"sensitive" : false,
"setterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.",
"setterMethodName" : "setDownloadUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DownloadUri" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDownloadUri",
"beanStyleSetterMethodName" : "setDownloadUri",
"c2jName" : "DownloadUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #downloadUri(String)}.\n@param downloadUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #downloadUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@return The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@deprecated Use {@link #downloadUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n",
"documentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDownloadUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "downloadUri",
"fluentSetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "downloadUri",
"getterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@return The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DownloadUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DownloadUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DownloadUri",
"sensitive" : false,
"setterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.",
"setterMethodName" : "setDownloadUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"FailureReason" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LanguageCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastModifiedTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary was last modified.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@return The date and time that the vocabulary was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary was last modified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary was last modified.
\n@return The date and time that the vocabulary was last modified.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary was last modified.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to return.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to return.
\n@return The name of the vocabulary to return.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary to return.
\n@param vocabularyName The name of the vocabulary to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to return.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to return.
\n@param vocabularyName The name of the vocabulary to return.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary to return.
\n@return The name of the vocabulary to return.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to return.
\n@param vocabularyName The name of the vocabulary to return.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary to return.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyState" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to return.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to return.
\n@return The name of the vocabulary to return.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary to return.
\n@param vocabularyName The name of the vocabulary to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to return.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to return.
\n@param vocabularyName The name of the vocabulary to return.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary to return.
\n@return The name of the vocabulary to return.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to return.
\n@param vocabularyName The name of the vocabulary to return.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary to return.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary was last modified.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@return The date and time that the vocabulary was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary was last modified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary was last modified.
\n@return The date and time that the vocabulary was last modified.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary was last modified.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDownloadUri",
"beanStyleSetterMethodName" : "setDownloadUri",
"c2jName" : "DownloadUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #downloadUri(String)}.\n@param downloadUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #downloadUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@return The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@deprecated Use {@link #downloadUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n",
"documentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDownloadUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "downloadUri",
"fluentSetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "downloadUri",
"getterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@return The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DownloadUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DownloadUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DownloadUri",
"sensitive" : false,
"setterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.",
"setterMethodName" : "setDownloadUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetVocabularyResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetVocabularyResponse",
"variableName" : "getVocabularyResponse",
"variableType" : "GetVocabularyResponse",
"documentation" : null,
"simpleType" : "GetVocabularyResponse",
"variableSetterType" : "GetVocabularyResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"InternalFailureException" : {
"c2jName" : "InternalFailureException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "InternalFailureException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InternalFailureException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InternalFailureException",
"variableName" : "internalFailureException",
"variableType" : "InternalFailureException",
"documentation" : null,
"simpleType" : "InternalFailureException",
"variableSetterType" : "InternalFailureException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"JobExecutionSettings" : {
"c2jName" : "JobExecutionSettings",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides information about when a transcription job should be executed.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAllowDeferredExecution",
"beanStyleSetterMethodName" : "setAllowDeferredExecution",
"c2jName" : "AllowDeferredExecution",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #allowDeferredExecution(Boolean)}.\n@param allowDeferredExecution a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowDeferredExecution(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@deprecated Use {@link #allowDeferredExecution()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowDeferredExecution(Boolean)}\n",
"documentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AllowDeferredExecution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAllowDeferredExecution",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "allowDeferredExecution",
"fluentSetterDocumentation" : "Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allowDeferredExecution",
"getterDocumentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AllowDeferredExecution",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AllowDeferredExecution",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "AllowDeferredExecution",
"sensitive" : false,
"setterDocumentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"setterMethodName" : "setAllowDeferredExecution",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowDeferredExecution",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowDeferredExecution",
"variableType" : "Boolean",
"documentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDataAccessRoleArn",
"beanStyleSetterMethodName" : "setDataAccessRoleArn",
"c2jName" : "DataAccessRoleArn",
"c2jShape" : "DataAccessRoleArn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dataAccessRoleArn(String)}.\n@param dataAccessRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataAccessRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@deprecated Use {@link #dataAccessRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataAccessRoleArn(String)}\n",
"documentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DataAccessRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDataAccessRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataAccessRoleArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataAccessRoleArn",
"getterDocumentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DataAccessRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DataAccessRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DataAccessRoleArn",
"sensitive" : false,
"setterDocumentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"setterMethodName" : "setDataAccessRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dataAccessRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dataAccessRoleArn",
"variableType" : "String",
"documentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AllowDeferredExecution" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAllowDeferredExecution",
"beanStyleSetterMethodName" : "setAllowDeferredExecution",
"c2jName" : "AllowDeferredExecution",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #allowDeferredExecution(Boolean)}.\n@param allowDeferredExecution a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowDeferredExecution(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@deprecated Use {@link #allowDeferredExecution()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowDeferredExecution(Boolean)}\n",
"documentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AllowDeferredExecution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAllowDeferredExecution",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "allowDeferredExecution",
"fluentSetterDocumentation" : "Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allowDeferredExecution",
"getterDocumentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AllowDeferredExecution",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AllowDeferredExecution",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "AllowDeferredExecution",
"sensitive" : false,
"setterDocumentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"setterMethodName" : "setAllowDeferredExecution",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowDeferredExecution",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowDeferredExecution",
"variableType" : "Boolean",
"documentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DataAccessRoleArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDataAccessRoleArn",
"beanStyleSetterMethodName" : "setDataAccessRoleArn",
"c2jName" : "DataAccessRoleArn",
"c2jShape" : "DataAccessRoleArn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dataAccessRoleArn(String)}.\n@param dataAccessRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataAccessRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@deprecated Use {@link #dataAccessRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataAccessRoleArn(String)}\n",
"documentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DataAccessRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDataAccessRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataAccessRoleArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataAccessRoleArn",
"getterDocumentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DataAccessRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DataAccessRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DataAccessRoleArn",
"sensitive" : false,
"setterDocumentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"setterMethodName" : "setDataAccessRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dataAccessRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dataAccessRoleArn",
"variableType" : "String",
"documentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAllowDeferredExecution",
"beanStyleSetterMethodName" : "setAllowDeferredExecution",
"c2jName" : "AllowDeferredExecution",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #allowDeferredExecution(Boolean)}.\n@param allowDeferredExecution a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowDeferredExecution(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@deprecated Use {@link #allowDeferredExecution()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowDeferredExecution(Boolean)}\n",
"documentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AllowDeferredExecution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAllowDeferredExecution",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "allowDeferredExecution",
"fluentSetterDocumentation" : "Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allowDeferredExecution",
"getterDocumentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AllowDeferredExecution",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AllowDeferredExecution",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "AllowDeferredExecution",
"sensitive" : false,
"setterDocumentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"setterMethodName" : "setAllowDeferredExecution",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowDeferredExecution",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowDeferredExecution",
"variableType" : "Boolean",
"documentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and will be executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDataAccessRoleArn",
"beanStyleSetterMethodName" : "setDataAccessRoleArn",
"c2jName" : "DataAccessRoleArn",
"c2jShape" : "DataAccessRoleArn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dataAccessRoleArn(String)}.\n@param dataAccessRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataAccessRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@deprecated Use {@link #dataAccessRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataAccessRoleArn(String)}\n",
"documentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DataAccessRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDataAccessRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataAccessRoleArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataAccessRoleArn",
"getterDocumentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DataAccessRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DataAccessRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DataAccessRoleArn",
"sensitive" : false,
"setterDocumentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"setterMethodName" : "setDataAccessRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dataAccessRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dataAccessRoleArn",
"variableType" : "String",
"documentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe will assume this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "JobExecutionSettings",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "JobExecutionSettings",
"variableName" : "jobExecutionSettings",
"variableType" : "JobExecutionSettings",
"documentation" : null,
"simpleType" : "JobExecutionSettings",
"variableSetterType" : "JobExecutionSettings"
},
"wrapper" : false,
"xmlNamespace" : null
},
"LanguageCode" : {
"c2jName" : "LanguageCode",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "EN_US",
"value" : "en-US"
}, {
"name" : "ES_US",
"value" : "es-US"
}, {
"name" : "EN_AU",
"value" : "en-AU"
}, {
"name" : "FR_CA",
"value" : "fr-CA"
}, {
"name" : "EN_GB",
"value" : "en-GB"
}, {
"name" : "DE_DE",
"value" : "de-DE"
}, {
"name" : "PT_BR",
"value" : "pt-BR"
}, {
"name" : "FR_FR",
"value" : "fr-FR"
}, {
"name" : "IT_IT",
"value" : "it-IT"
}, {
"name" : "KO_KR",
"value" : "ko-KR"
}, {
"name" : "ES_ES",
"value" : "es-ES"
}, {
"name" : "EN_IN",
"value" : "en-IN"
}, {
"name" : "HI_IN",
"value" : "hi-IN"
}, {
"name" : "AR_SA",
"value" : "ar-SA"
}, {
"name" : "RU_RU",
"value" : "ru-RU"
}, {
"name" : "ZH_CN",
"value" : "zh-CN"
}, {
"name" : "NL_NL",
"value" : "nl-NL"
}, {
"name" : "ID_ID",
"value" : "id-ID"
}, {
"name" : "TA_IN",
"value" : "ta-IN"
}, {
"name" : "FA_IR",
"value" : "fa-IR"
}, {
"name" : "EN_IE",
"value" : "en-IE"
}, {
"name" : "EN_AB",
"value" : "en-AB"
}, {
"name" : "EN_WL",
"value" : "en-WL"
}, {
"name" : "PT_PT",
"value" : "pt-PT"
}, {
"name" : "TE_IN",
"value" : "te-IN"
}, {
"name" : "TR_TR",
"value" : "tr-TR"
}, {
"name" : "DE_CH",
"value" : "de-CH"
}, {
"name" : "HE_IL",
"value" : "he-IL"
}, {
"name" : "MS_MY",
"value" : "ms-MY"
}, {
"name" : "JA_JP",
"value" : "ja-JP"
}, {
"name" : "AR_AE",
"value" : "ar-AE"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "LanguageCode",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "LanguageCode",
"variableName" : "languageCode",
"variableType" : "LanguageCode",
"documentation" : null,
"simpleType" : "LanguageCode",
"variableSetterType" : "LanguageCode"
},
"wrapper" : false,
"xmlNamespace" : null
},
"LimitExceededException" : {
"c2jName" : "LimitExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "LimitExceededException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "LimitExceededException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "LimitExceededException",
"variableName" : "limitExceededException",
"variableType" : "LimitExceededException",
"documentation" : null,
"simpleType" : "LimitExceededException",
"variableSetterType" : "LimitExceededException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListTranscriptionJobsRequest" : {
"c2jName" : "ListTranscriptionJobsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ListTranscriptionJobs",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.ListTranscriptionJobs",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobNameContains",
"beanStyleSetterMethodName" : "setJobNameContains",
"c2jName" : "JobNameContains",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobNameContains(String)}.\n@param jobNameContains a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobNameContains(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@deprecated Use {@link #jobNameContains()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobNameContains(String)}\n",
"documentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobNameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobNameContains",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobNameContains",
"fluentSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobNameContains",
"getterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobNameContains",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobNameContains",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobNameContains",
"sensitive" : false,
"setterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.",
"setterMethodName" : "setJobNameContains",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobNameContains",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobNameContains",
"variableType" : "String",
"documentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"JobNameContains" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobNameContains",
"beanStyleSetterMethodName" : "setJobNameContains",
"c2jName" : "JobNameContains",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobNameContains(String)}.\n@param jobNameContains a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobNameContains(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@deprecated Use {@link #jobNameContains()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobNameContains(String)}\n",
"documentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobNameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobNameContains",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobNameContains",
"fluentSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobNameContains",
"getterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobNameContains",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobNameContains",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobNameContains",
"sensitive" : false,
"setterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.",
"setterMethodName" : "setJobNameContains",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobNameContains",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobNameContains",
"variableType" : "String",
"documentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MaxResults" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobNameContains",
"beanStyleSetterMethodName" : "setJobNameContains",
"c2jName" : "JobNameContains",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobNameContains(String)}.\n@param jobNameContains a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobNameContains(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@deprecated Use {@link #jobNameContains()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobNameContains(String)}\n",
"documentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobNameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobNameContains",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobNameContains",
"fluentSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobNameContains",
"getterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobNameContains",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobNameContains",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobNameContains",
"sensitive" : false,
"setterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.",
"setterMethodName" : "setJobNameContains",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobNameContains",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobNameContains",
"variableType" : "String",
"documentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListTranscriptionJobsRequest",
"simpleMethod" : true,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListTranscriptionJobsRequest",
"variableName" : "listTranscriptionJobsRequest",
"variableType" : "ListTranscriptionJobsRequest",
"documentation" : null,
"simpleType" : "ListTranscriptionJobsRequest",
"variableSetterType" : "ListTranscriptionJobsRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListTranscriptionJobsResponse" : {
"c2jName" : "ListTranscriptionJobsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The requested status of the jobs returned.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The requested status of the jobs returned.
\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The requested status of the jobs returned.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The requested status of the jobs returned.
\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The requested status of the jobs returned.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested status of the jobs returned.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The requested status of the jobs returned.
\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The requested status of the jobs returned.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@return The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@return The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTranscriptionJobSummaries",
"beanStyleSetterMethodName" : "setTranscriptionJobSummaries",
"c2jName" : "TranscriptionJobSummaries",
"c2jShape" : "TranscriptionJobSummaries",
"defaultConsumerFluentSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobSummaries(List)}.\n@param transcriptionJobSummaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobSummaries(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTranscriptionJobSummaries()} to see if a value was sent in this field.\n
\n@return A list of objects containing summary information for a transcription job.\n@deprecated Use {@link #transcriptionJobSummaries()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobSummaries(List)}\n",
"documentation" : "A list of objects containing summary information for a transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobSummaries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobSummaries",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobSummaries",
"fluentSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobSummaries",
"getterDocumentation" : "A list of objects containing summary information for a transcription job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTranscriptionJobSummaries()} to see if a value was sent in this field.\n
\n@return A list of objects containing summary information for a transcription job.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobSummaries",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobSummaries",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "TranscriptionJobSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TranscriptionJobSummary.Builder} avoiding the need to create one manually via {@link TranscriptionJobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link TranscriptionJobSummary.Builder#build()} is called immediately and its result is passed to {@link #member(TranscriptionJobSummary)}.\n@param member a consumer that will call methods on {@link TranscriptionJobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TranscriptionJobSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TranscriptionJobSummary)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "TranscriptionJobSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "TranscriptionJobSummary",
"variableName" : "member",
"variableType" : "TranscriptionJobSummary",
"documentation" : null,
"simpleType" : "TranscriptionJobSummary",
"variableSetterType" : "TranscriptionJobSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TranscriptionJobSummary",
"variableName" : "member",
"variableType" : "TranscriptionJobSummary",
"documentation" : "",
"simpleType" : "TranscriptionJobSummary",
"variableSetterType" : "TranscriptionJobSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "TranscriptionJobSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "TranscriptionJobSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "TranscriptionJobSummaries",
"sensitive" : false,
"setterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.",
"setterMethodName" : "setTranscriptionJobSummaries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "transcriptionJobSummaries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "transcriptionJobSummaries",
"variableType" : "java.util.List",
"documentation" : "A list of objects containing summary information for a transcription job.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@return The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@return The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The requested status of the jobs returned.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The requested status of the jobs returned.
\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The requested status of the jobs returned.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The requested status of the jobs returned.
\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The requested status of the jobs returned.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested status of the jobs returned.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The requested status of the jobs returned.
\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The requested status of the jobs returned.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TranscriptionJobSummaries" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTranscriptionJobSummaries",
"beanStyleSetterMethodName" : "setTranscriptionJobSummaries",
"c2jName" : "TranscriptionJobSummaries",
"c2jShape" : "TranscriptionJobSummaries",
"defaultConsumerFluentSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobSummaries(List)}.\n@param transcriptionJobSummaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobSummaries(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTranscriptionJobSummaries()} to see if a value was sent in this field.\n
\n@return A list of objects containing summary information for a transcription job.\n@deprecated Use {@link #transcriptionJobSummaries()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobSummaries(List)}\n",
"documentation" : "A list of objects containing summary information for a transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobSummaries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobSummaries",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobSummaries",
"fluentSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobSummaries",
"getterDocumentation" : "A list of objects containing summary information for a transcription job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTranscriptionJobSummaries()} to see if a value was sent in this field.\n
\n@return A list of objects containing summary information for a transcription job.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobSummaries",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobSummaries",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "TranscriptionJobSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TranscriptionJobSummary.Builder} avoiding the need to create one manually via {@link TranscriptionJobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link TranscriptionJobSummary.Builder#build()} is called immediately and its result is passed to {@link #member(TranscriptionJobSummary)}.\n@param member a consumer that will call methods on {@link TranscriptionJobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TranscriptionJobSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TranscriptionJobSummary)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "TranscriptionJobSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "TranscriptionJobSummary",
"variableName" : "member",
"variableType" : "TranscriptionJobSummary",
"documentation" : null,
"simpleType" : "TranscriptionJobSummary",
"variableSetterType" : "TranscriptionJobSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TranscriptionJobSummary",
"variableName" : "member",
"variableType" : "TranscriptionJobSummary",
"documentation" : "",
"simpleType" : "TranscriptionJobSummary",
"variableSetterType" : "TranscriptionJobSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "TranscriptionJobSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "TranscriptionJobSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "TranscriptionJobSummaries",
"sensitive" : false,
"setterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.",
"setterMethodName" : "setTranscriptionJobSummaries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "transcriptionJobSummaries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "transcriptionJobSummaries",
"variableType" : "java.util.List",
"documentation" : "A list of objects containing summary information for a transcription job.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The requested status of the jobs returned.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The requested status of the jobs returned.
\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The requested status of the jobs returned.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The requested status of the jobs returned.
\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The requested status of the jobs returned.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested status of the jobs returned.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The requested status of the jobs returned.
\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The requested status of the jobs returned.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@return The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@return The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTranscriptionJobSummaries",
"beanStyleSetterMethodName" : "setTranscriptionJobSummaries",
"c2jName" : "TranscriptionJobSummaries",
"c2jShape" : "TranscriptionJobSummaries",
"defaultConsumerFluentSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobSummaries(List)}.\n@param transcriptionJobSummaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobSummaries(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTranscriptionJobSummaries()} to see if a value was sent in this field.\n
\n@return A list of objects containing summary information for a transcription job.\n@deprecated Use {@link #transcriptionJobSummaries()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobSummaries(List)}\n",
"documentation" : "A list of objects containing summary information for a transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobSummaries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobSummaries",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobSummaries",
"fluentSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobSummaries",
"getterDocumentation" : "A list of objects containing summary information for a transcription job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTranscriptionJobSummaries()} to see if a value was sent in this field.\n
\n@return A list of objects containing summary information for a transcription job.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobSummaries",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobSummaries",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "TranscriptionJobSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TranscriptionJobSummary.Builder} avoiding the need to create one manually via {@link TranscriptionJobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link TranscriptionJobSummary.Builder#build()} is called immediately and its result is passed to {@link #member(TranscriptionJobSummary)}.\n@param member a consumer that will call methods on {@link TranscriptionJobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TranscriptionJobSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TranscriptionJobSummary)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "TranscriptionJobSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "TranscriptionJobSummary",
"variableName" : "member",
"variableType" : "TranscriptionJobSummary",
"documentation" : null,
"simpleType" : "TranscriptionJobSummary",
"variableSetterType" : "TranscriptionJobSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TranscriptionJobSummary",
"variableName" : "member",
"variableType" : "TranscriptionJobSummary",
"documentation" : "",
"simpleType" : "TranscriptionJobSummary",
"variableSetterType" : "TranscriptionJobSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "TranscriptionJobSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "TranscriptionJobSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "TranscriptionJobSummaries",
"sensitive" : false,
"setterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.",
"setterMethodName" : "setTranscriptionJobSummaries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "transcriptionJobSummaries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "transcriptionJobSummaries",
"variableType" : "java.util.List",
"documentation" : "A list of objects containing summary information for a transcription job.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListTranscriptionJobsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListTranscriptionJobsResponse",
"variableName" : "listTranscriptionJobsResponse",
"variableType" : "ListTranscriptionJobsResponse",
"documentation" : null,
"simpleType" : "ListTranscriptionJobsResponse",
"variableSetterType" : "ListTranscriptionJobsResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListVocabulariesRequest" : {
"c2jName" : "ListVocabulariesRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ListVocabularies",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.ListVocabularies",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateEquals} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateEqualsAsString}.\n
\n@return When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState\n@deprecated Use {@link #stateEqualsAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #stateEquals(String)}\n",
"documentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateEquals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateEquals",
"fluentEnumGetterMethodName" : "stateEquals",
"fluentEnumSetterMethodName" : "stateEquals",
"fluentGetterMethodName" : "stateEqualsAsString",
"fluentSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "stateEquals",
"getterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateEquals} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateEqualsAsString}.\n
\n@return When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateEquals",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateEquals",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StateEquals",
"sensitive" : false,
"setterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState",
"setterMethodName" : "setStateEquals",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateEquals",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateEquals",
"variableType" : "String",
"documentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNameContains",
"beanStyleSetterMethodName" : "setNameContains",
"c2jName" : "NameContains",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
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.\n@deprecated Use {@link #nameContains()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
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.\n@deprecated Use {@link #nameContains(String)}\n",
"documentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
will return both \"vocabularyname\" and \"VocabularyName\" in the response list.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNameContains",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nameContains",
"fluentSetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NameContains",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NameContains",
"sensitive" : false,
"setterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxResults" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NameContains" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNameContains",
"beanStyleSetterMethodName" : "setNameContains",
"c2jName" : "NameContains",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
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.\n@deprecated Use {@link #nameContains()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
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.\n@deprecated Use {@link #nameContains(String)}\n",
"documentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
will return both \"vocabularyname\" and \"VocabularyName\" in the response list.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNameContains",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nameContains",
"fluentSetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NameContains",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NameContains",
"sensitive" : false,
"setterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StateEquals" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateEquals} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateEqualsAsString}.\n
\n@return When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState\n@deprecated Use {@link #stateEqualsAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #stateEquals(String)}\n",
"documentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateEquals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateEquals",
"fluentEnumGetterMethodName" : "stateEquals",
"fluentEnumSetterMethodName" : "stateEquals",
"fluentGetterMethodName" : "stateEqualsAsString",
"fluentSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "stateEquals",
"getterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateEquals} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateEqualsAsString}.\n
\n@return When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateEquals",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateEquals",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StateEquals",
"sensitive" : false,
"setterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState",
"setterMethodName" : "setStateEquals",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateEquals",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateEquals",
"variableType" : "String",
"documentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateEquals} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateEqualsAsString}.\n
\n@return When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState\n@deprecated Use {@link #stateEqualsAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #stateEquals(String)}\n",
"documentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateEquals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateEquals",
"fluentEnumGetterMethodName" : "stateEquals",
"fluentEnumSetterMethodName" : "stateEquals",
"fluentGetterMethodName" : "stateEqualsAsString",
"fluentSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "stateEquals",
"getterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateEquals} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateEqualsAsString}.\n
\n@return When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateEquals",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateEquals",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StateEquals",
"sensitive" : false,
"setterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState",
"setterMethodName" : "setStateEquals",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateEquals",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateEquals",
"variableType" : "String",
"documentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNameContains",
"beanStyleSetterMethodName" : "setNameContains",
"c2jName" : "NameContains",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
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.\n@deprecated Use {@link #nameContains()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
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.\n@deprecated Use {@link #nameContains(String)}\n",
"documentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
will return both \"vocabularyname\" and \"VocabularyName\" in the response list.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNameContains",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nameContains",
"fluentSetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NameContains",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NameContains",
"sensitive" : false,
"setterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListVocabulariesRequest",
"simpleMethod" : true,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListVocabulariesRequest",
"variableName" : "listVocabulariesRequest",
"variableType" : "ListVocabulariesRequest",
"documentation" : null,
"simpleType" : "ListVocabulariesRequest",
"variableSetterType" : "ListVocabulariesRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListVocabulariesResponse" : {
"c2jName" : "ListVocabulariesResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The requested vocabulary state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link 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\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The requested vocabulary state.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The requested 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The requested vocabulary state.
\n@param status The requested vocabulary state.\n@see 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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@return The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@param nextToken The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@param nextToken The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@return The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@param nextToken The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getVocabularies",
"beanStyleSetterMethodName" : "setVocabularies",
"c2jName" : "Vocabularies",
"c2jShape" : "Vocabularies",
"defaultConsumerFluentSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vocabularies(List)}.\n@param vocabularies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularies(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n
\n@return A list of objects that describe the vocabularies that match the search criteria in the request.\n@deprecated Use {@link #vocabularies()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularies(List)}\n",
"documentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Vocabularies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularies",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularies",
"fluentSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularies",
"getterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n
\n@return A list of objects that describe the vocabularies that match the search criteria in the request.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Vocabularies",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Vocabularies",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "VocabularyInfo",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VocabularyInfo.Builder} avoiding the need to create one manually via {@link VocabularyInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link VocabularyInfo.Builder#build()} is called immediately and its result is passed to {@link #member(VocabularyInfo)}.\n@param member a consumer that will call methods on {@link VocabularyInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VocabularyInfo)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(VocabularyInfo)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "VocabularyInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "VocabularyInfo",
"variableName" : "member",
"variableType" : "VocabularyInfo",
"documentation" : null,
"simpleType" : "VocabularyInfo",
"variableSetterType" : "VocabularyInfo"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "VocabularyInfo",
"variableName" : "member",
"variableType" : "VocabularyInfo",
"documentation" : "",
"simpleType" : "VocabularyInfo",
"variableSetterType" : "VocabularyInfo"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "VocabularyInfo",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "VocabularyInfo",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Vocabularies",
"sensitive" : false,
"setterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.",
"setterMethodName" : "setVocabularies",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vocabularies",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vocabularies",
"variableType" : "java.util.List",
"documentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@return The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@param nextToken The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@param nextToken The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@return The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@param nextToken The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The requested vocabulary state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link 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\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The requested vocabulary state.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The requested 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The requested vocabulary state.
\n@param status The requested vocabulary state.\n@see 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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Vocabularies" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getVocabularies",
"beanStyleSetterMethodName" : "setVocabularies",
"c2jName" : "Vocabularies",
"c2jShape" : "Vocabularies",
"defaultConsumerFluentSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vocabularies(List)}.\n@param vocabularies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularies(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n
\n@return A list of objects that describe the vocabularies that match the search criteria in the request.\n@deprecated Use {@link #vocabularies()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularies(List)}\n",
"documentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Vocabularies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularies",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularies",
"fluentSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularies",
"getterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n
\n@return A list of objects that describe the vocabularies that match the search criteria in the request.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Vocabularies",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Vocabularies",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "VocabularyInfo",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VocabularyInfo.Builder} avoiding the need to create one manually via {@link VocabularyInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link VocabularyInfo.Builder#build()} is called immediately and its result is passed to {@link #member(VocabularyInfo)}.\n@param member a consumer that will call methods on {@link VocabularyInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VocabularyInfo)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(VocabularyInfo)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "VocabularyInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "VocabularyInfo",
"variableName" : "member",
"variableType" : "VocabularyInfo",
"documentation" : null,
"simpleType" : "VocabularyInfo",
"variableSetterType" : "VocabularyInfo"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "VocabularyInfo",
"variableName" : "member",
"variableType" : "VocabularyInfo",
"documentation" : "",
"simpleType" : "VocabularyInfo",
"variableSetterType" : "VocabularyInfo"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "VocabularyInfo",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "VocabularyInfo",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Vocabularies",
"sensitive" : false,
"setterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.",
"setterMethodName" : "setVocabularies",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vocabularies",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vocabularies",
"variableType" : "java.util.List",
"documentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The requested vocabulary state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link 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\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The requested vocabulary state.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The requested 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The requested vocabulary state.
\n@param status The requested vocabulary state.\n@see 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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@return The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@param nextToken The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@param nextToken The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@return The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@param nextToken The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getVocabularies",
"beanStyleSetterMethodName" : "setVocabularies",
"c2jName" : "Vocabularies",
"c2jShape" : "Vocabularies",
"defaultConsumerFluentSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vocabularies(List)}.\n@param vocabularies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularies(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n
\n@return A list of objects that describe the vocabularies that match the search criteria in the request.\n@deprecated Use {@link #vocabularies()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularies(List)}\n",
"documentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Vocabularies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularies",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularies",
"fluentSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularies",
"getterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n
\n@return A list of objects that describe the vocabularies that match the search criteria in the request.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Vocabularies",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Vocabularies",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "VocabularyInfo",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VocabularyInfo.Builder} avoiding the need to create one manually via {@link VocabularyInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link VocabularyInfo.Builder#build()} is called immediately and its result is passed to {@link #member(VocabularyInfo)}.\n@param member a consumer that will call methods on {@link VocabularyInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VocabularyInfo)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(VocabularyInfo)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "VocabularyInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "VocabularyInfo",
"variableName" : "member",
"variableType" : "VocabularyInfo",
"documentation" : null,
"simpleType" : "VocabularyInfo",
"variableSetterType" : "VocabularyInfo"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "VocabularyInfo",
"variableName" : "member",
"variableType" : "VocabularyInfo",
"documentation" : "",
"simpleType" : "VocabularyInfo",
"variableSetterType" : "VocabularyInfo"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "VocabularyInfo",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "VocabularyInfo",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Vocabularies",
"sensitive" : false,
"setterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.",
"setterMethodName" : "setVocabularies",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vocabularies",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vocabularies",
"variableType" : "java.util.List",
"documentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListVocabulariesResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListVocabulariesResponse",
"variableName" : "listVocabulariesResponse",
"variableType" : "ListVocabulariesResponse",
"documentation" : null,
"simpleType" : "ListVocabulariesResponse",
"variableSetterType" : "ListVocabulariesResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"Media" : {
"c2jName" : "Media",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes the input media file in a transcription request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMediaFileUri",
"beanStyleSetterMethodName" : "setMediaFileUri",
"c2jName" : "MediaFileUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The S3 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "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.\n@deprecated Use {@link #mediaFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
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.\n@deprecated Use {@link #mediaFileUri(String)}\n",
"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,
"existenceCheckDocumentation" : "Returns true if the MediaFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMediaFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mediaFileUri",
"fluentSetterDocumentation" : "The S3 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MediaFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MediaFileUri",
"sensitive" : false,
"setterDocumentation" : "
The S3 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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MediaFileUri" : {
"autoConstructClassIfExists" : {
"present" : false
},
"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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "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.\n@deprecated Use {@link #mediaFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
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.\n@deprecated Use {@link #mediaFileUri(String)}\n",
"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,
"existenceCheckDocumentation" : "Returns true if the MediaFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMediaFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mediaFileUri",
"fluentSetterDocumentation" : "The S3 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MediaFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MediaFileUri",
"sensitive" : false,
"setterDocumentation" : "
The S3 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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "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.\n@deprecated Use {@link #mediaFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
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.\n@deprecated Use {@link #mediaFileUri(String)}\n",
"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,
"existenceCheckDocumentation" : "Returns true if the MediaFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMediaFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mediaFileUri",
"fluentSetterDocumentation" : "The S3 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MediaFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MediaFileUri",
"sensitive" : false,
"setterDocumentation" : "
The S3 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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Media",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Media",
"variableName" : "media",
"variableType" : "Media",
"documentation" : null,
"simpleType" : "Media",
"variableSetterType" : "Media"
},
"wrapper" : false,
"xmlNamespace" : null
},
"MediaFormat" : {
"c2jName" : "MediaFormat",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "MP3",
"value" : "mp3"
}, {
"name" : "MP4",
"value" : "mp4"
}, {
"name" : "WAV",
"value" : "wav"
}, {
"name" : "FLAC",
"value" : "flac"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "MediaFormat",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "MediaFormat",
"variableName" : "mediaFormat",
"variableType" : "MediaFormat",
"documentation" : null,
"simpleType" : "MediaFormat",
"variableSetterType" : "MediaFormat"
},
"wrapper" : false,
"xmlNamespace" : null
},
"NotFoundException" : {
"c2jName" : "NotFoundException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "We can't find the requested resource. Check the name and try your request again.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "NotFoundException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "NotFoundException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "NotFoundException",
"variableName" : "notFoundException",
"variableType" : "NotFoundException",
"documentation" : null,
"simpleType" : "NotFoundException",
"variableSetterType" : "NotFoundException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"OutputLocationType" : {
"c2jName" : "OutputLocationType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "CUSTOMER_BUCKET",
"value" : "CUSTOMER_BUCKET"
}, {
"name" : "SERVICE_BUCKET",
"value" : "SERVICE_BUCKET"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "OutputLocationType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "OutputLocationType",
"variableName" : "outputLocationType",
"variableType" : "OutputLocationType",
"documentation" : null,
"simpleType" : "OutputLocationType",
"variableSetterType" : "OutputLocationType"
},
"wrapper" : false,
"xmlNamespace" : null
},
"Settings" : {
"c2jName" : "Settings",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides optional settings for the StartTranscriptionJob
operation.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of a vocabulary to use when processing the transcription job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of a vocabulary to use when processing the transcription job.
\n@return The name of a vocabulary to use when processing the transcription job.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of a vocabulary to use when processing the transcription job.
\n@param vocabularyName The name of a vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of a vocabulary to use when processing the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of a vocabulary to use when processing the transcription job.
\n@param vocabularyName The name of a vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of a vocabulary to use when processing the transcription job.
\n@return The name of a vocabulary to use when processing the transcription job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of a vocabulary to use when processing the transcription job.
\n@param vocabularyName The name of a vocabulary to use when processing the transcription job.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of a vocabulary to use when processing the transcription job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getShowSpeakerLabels",
"beanStyleSetterMethodName" : "setShowSpeakerLabels",
"c2jName" : "ShowSpeakerLabels",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #showSpeakerLabels(Boolean)}.\n@param showSpeakerLabels a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #showSpeakerLabels(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@return Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field. You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.\n@deprecated Use {@link #showSpeakerLabels()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field. You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #showSpeakerLabels(Boolean)}\n",
"documentation" : "
Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ShowSpeakerLabels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasShowSpeakerLabels",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "showSpeakerLabels",
"fluentSetterDocumentation" : "Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field. You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "showSpeakerLabels",
"getterDocumentation" : "
Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@return Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field. You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShowSpeakerLabels",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShowSpeakerLabels",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ShowSpeakerLabels",
"sensitive" : false,
"setterDocumentation" : "
Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field. You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.",
"setterMethodName" : "setShowSpeakerLabels",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "showSpeakerLabels",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "showSpeakerLabels",
"variableType" : "Boolean",
"documentation" : "
Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxSpeakerLabels",
"beanStyleSetterMethodName" : "setMaxSpeakerLabels",
"c2jName" : "MaxSpeakerLabels",
"c2jShape" : "MaxSpeakers",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers 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.\n@deprecated Use {@link #maxSpeakerLabels()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers 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.\n@deprecated Use {@link #maxSpeakerLabels(Integer)}\n",
"documentation" : "The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers 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,
"existenceCheckDocumentation" : "Returns true if the MaxSpeakerLabels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxSpeakerLabels",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxSpeakerLabels",
"fluentSetterDocumentation" : "The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxSpeakerLabels",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxSpeakerLabels",
"sensitive" : false,
"setterDocumentation" : "The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers 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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelIdentification",
"beanStyleSetterMethodName" : "setChannelIdentification",
"c2jName" : "ChannelIdentification",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #channelIdentification(Boolean)}.\n@param channelIdentification a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelIdentification(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@return Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription. Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.\n@deprecated Use {@link #channelIdentification()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@param channelIdentification Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription. Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelIdentification(Boolean)}\n",
"documentation" : "
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelIdentification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelIdentification",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelIdentification",
"fluentSetterDocumentation" : "Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@param channelIdentification Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription. Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelIdentification",
"getterDocumentation" : "
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@return Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription. Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChannelIdentification",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelIdentification",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ChannelIdentification",
"sensitive" : false,
"setterDocumentation" : "
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@param channelIdentification Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription. Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.",
"setterMethodName" : "setChannelIdentification",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "channelIdentification",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "channelIdentification",
"variableType" : "Boolean",
"documentation" : "
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getShowAlternatives",
"beanStyleSetterMethodName" : "setShowAlternatives",
"c2jName" : "ShowAlternatives",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #showAlternatives(Boolean)}.\n@param showAlternatives a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #showAlternatives(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
\n@return Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.\n@deprecated Use {@link #showAlternatives()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
\n@param showAlternatives Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #showAlternatives(Boolean)}\n",
"documentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ShowAlternatives property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasShowAlternatives",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "showAlternatives",
"fluentSetterDocumentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
\n@param showAlternatives Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "showAlternatives",
"getterDocumentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
\n@return Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShowAlternatives",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShowAlternatives",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ShowAlternatives",
"sensitive" : false,
"setterDocumentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
\n@param showAlternatives Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.",
"setterMethodName" : "setShowAlternatives",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "showAlternatives",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "showAlternatives",
"variableType" : "Boolean",
"documentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxAlternatives",
"beanStyleSetterMethodName" : "setMaxAlternatives",
"c2jName" : "MaxAlternatives",
"c2jShape" : "MaxAlternatives",
"defaultConsumerFluentSetterDocumentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxAlternatives(Integer)}.\n@param maxAlternatives a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxAlternatives(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
\n@return The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.\n@deprecated Use {@link #maxAlternatives()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
\n@param maxAlternatives The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxAlternatives(Integer)}\n",
"documentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxAlternatives property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxAlternatives",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxAlternatives",
"fluentSetterDocumentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
\n@param maxAlternatives The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxAlternatives",
"getterDocumentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
\n@return The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxAlternatives",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxAlternatives",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxAlternatives",
"sensitive" : false,
"setterDocumentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
\n@param maxAlternatives The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.",
"setterMethodName" : "setMaxAlternatives",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxAlternatives",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxAlternatives",
"variableType" : "Integer",
"documentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ChannelIdentification" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelIdentification",
"beanStyleSetterMethodName" : "setChannelIdentification",
"c2jName" : "ChannelIdentification",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #channelIdentification(Boolean)}.\n@param channelIdentification a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelIdentification(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@return Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription. Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.\n@deprecated Use {@link #channelIdentification()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@param channelIdentification Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription. Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelIdentification(Boolean)}\n",
"documentation" : "
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelIdentification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelIdentification",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelIdentification",
"fluentSetterDocumentation" : "Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@param channelIdentification Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription. Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelIdentification",
"getterDocumentation" : "
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@return Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription. Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChannelIdentification",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelIdentification",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ChannelIdentification",
"sensitive" : false,
"setterDocumentation" : "
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@param channelIdentification Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription. Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.",
"setterMethodName" : "setChannelIdentification",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "channelIdentification",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "channelIdentification",
"variableType" : "Boolean",
"documentation" : "
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MaxAlternatives" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxAlternatives",
"beanStyleSetterMethodName" : "setMaxAlternatives",
"c2jName" : "MaxAlternatives",
"c2jShape" : "MaxAlternatives",
"defaultConsumerFluentSetterDocumentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxAlternatives(Integer)}.\n@param maxAlternatives a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxAlternatives(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
\n@return The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.\n@deprecated Use {@link #maxAlternatives()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
\n@param maxAlternatives The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxAlternatives(Integer)}\n",
"documentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxAlternatives property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxAlternatives",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxAlternatives",
"fluentSetterDocumentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
\n@param maxAlternatives The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxAlternatives",
"getterDocumentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
\n@return The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxAlternatives",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxAlternatives",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxAlternatives",
"sensitive" : false,
"setterDocumentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
\n@param maxAlternatives The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.",
"setterMethodName" : "setMaxAlternatives",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxAlternatives",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxAlternatives",
"variableType" : "Integer",
"documentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MaxSpeakerLabels" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxSpeakerLabels",
"beanStyleSetterMethodName" : "setMaxSpeakerLabels",
"c2jName" : "MaxSpeakerLabels",
"c2jShape" : "MaxSpeakers",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers 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.\n@deprecated Use {@link #maxSpeakerLabels()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers 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.\n@deprecated Use {@link #maxSpeakerLabels(Integer)}\n",
"documentation" : "The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers 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,
"existenceCheckDocumentation" : "Returns true if the MaxSpeakerLabels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxSpeakerLabels",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxSpeakerLabels",
"fluentSetterDocumentation" : "The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxSpeakerLabels",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxSpeakerLabels",
"sensitive" : false,
"setterDocumentation" : "The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers 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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ShowAlternatives" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getShowAlternatives",
"beanStyleSetterMethodName" : "setShowAlternatives",
"c2jName" : "ShowAlternatives",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #showAlternatives(Boolean)}.\n@param showAlternatives a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #showAlternatives(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
\n@return Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.\n@deprecated Use {@link #showAlternatives()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
\n@param showAlternatives Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #showAlternatives(Boolean)}\n",
"documentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ShowAlternatives property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasShowAlternatives",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "showAlternatives",
"fluentSetterDocumentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
\n@param showAlternatives Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "showAlternatives",
"getterDocumentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
\n@return Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShowAlternatives",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShowAlternatives",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ShowAlternatives",
"sensitive" : false,
"setterDocumentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
\n@param showAlternatives Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.",
"setterMethodName" : "setShowAlternatives",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "showAlternatives",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "showAlternatives",
"variableType" : "Boolean",
"documentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ShowSpeakerLabels" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getShowSpeakerLabels",
"beanStyleSetterMethodName" : "setShowSpeakerLabels",
"c2jName" : "ShowSpeakerLabels",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #showSpeakerLabels(Boolean)}.\n@param showSpeakerLabels a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #showSpeakerLabels(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@return Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field. You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.\n@deprecated Use {@link #showSpeakerLabels()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field. You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #showSpeakerLabels(Boolean)}\n",
"documentation" : "
Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ShowSpeakerLabels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasShowSpeakerLabels",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "showSpeakerLabels",
"fluentSetterDocumentation" : "Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field. You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "showSpeakerLabels",
"getterDocumentation" : "
Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@return Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field. You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShowSpeakerLabels",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShowSpeakerLabels",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ShowSpeakerLabels",
"sensitive" : false,
"setterDocumentation" : "
Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field. You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.",
"setterMethodName" : "setShowSpeakerLabels",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "showSpeakerLabels",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "showSpeakerLabels",
"variableType" : "Boolean",
"documentation" : "
Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of a vocabulary to use when processing the transcription job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of a vocabulary to use when processing the transcription job.
\n@return The name of a vocabulary to use when processing the transcription job.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of a vocabulary to use when processing the transcription job.
\n@param vocabularyName The name of a vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of a vocabulary to use when processing the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of a vocabulary to use when processing the transcription job.
\n@param vocabularyName The name of a vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of a vocabulary to use when processing the transcription job.
\n@return The name of a vocabulary to use when processing the transcription job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of a vocabulary to use when processing the transcription job.
\n@param vocabularyName The name of a vocabulary to use when processing the transcription job.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of a vocabulary to use when processing the transcription job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of a vocabulary to use when processing the transcription job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of a vocabulary to use when processing the transcription job.
\n@return The name of a vocabulary to use when processing the transcription job.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of a vocabulary to use when processing the transcription job.
\n@param vocabularyName The name of a vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of a vocabulary to use when processing the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of a vocabulary to use when processing the transcription job.
\n@param vocabularyName The name of a vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of a vocabulary to use when processing the transcription job.
\n@return The name of a vocabulary to use when processing the transcription job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of a vocabulary to use when processing the transcription job.
\n@param vocabularyName The name of a vocabulary to use when processing the transcription job.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of a vocabulary to use when processing the transcription job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getShowSpeakerLabels",
"beanStyleSetterMethodName" : "setShowSpeakerLabels",
"c2jName" : "ShowSpeakerLabels",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #showSpeakerLabels(Boolean)}.\n@param showSpeakerLabels a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #showSpeakerLabels(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@return Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field. You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.\n@deprecated Use {@link #showSpeakerLabels()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field. You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #showSpeakerLabels(Boolean)}\n",
"documentation" : "
Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ShowSpeakerLabels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasShowSpeakerLabels",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "showSpeakerLabels",
"fluentSetterDocumentation" : "Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field. You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "showSpeakerLabels",
"getterDocumentation" : "
Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@return Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field. You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShowSpeakerLabels",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShowSpeakerLabels",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ShowSpeakerLabels",
"sensitive" : false,
"setterDocumentation" : "
Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@param showSpeakerLabels Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field. You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.",
"setterMethodName" : "setShowSpeakerLabels",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "showSpeakerLabels",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "showSpeakerLabels",
"variableType" : "Boolean",
"documentation" : "
Determines whether the transcription job uses speaker recognition to identify different speakers in the input audio. Speaker recognition labels individual speakers in the audio file. If you set the ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxSpeakerLabels",
"beanStyleSetterMethodName" : "setMaxSpeakerLabels",
"c2jName" : "MaxSpeakerLabels",
"c2jShape" : "MaxSpeakers",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers 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.\n@deprecated Use {@link #maxSpeakerLabels()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers 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.\n@deprecated Use {@link #maxSpeakerLabels(Integer)}\n",
"documentation" : "The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers 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,
"existenceCheckDocumentation" : "Returns true if the MaxSpeakerLabels property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxSpeakerLabels",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxSpeakerLabels",
"fluentSetterDocumentation" : "The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxSpeakerLabels",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxSpeakerLabels",
"sensitive" : false,
"setterDocumentation" : "The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers 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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getChannelIdentification",
"beanStyleSetterMethodName" : "setChannelIdentification",
"c2jName" : "ChannelIdentification",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #channelIdentification(Boolean)}.\n@param channelIdentification a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #channelIdentification(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@return Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription. Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.\n@deprecated Use {@link #channelIdentification()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@param channelIdentification Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription. Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #channelIdentification(Boolean)}\n",
"documentation" : "
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ChannelIdentification property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasChannelIdentification",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "channelIdentification",
"fluentSetterDocumentation" : "Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@param channelIdentification Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription. Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "channelIdentification",
"getterDocumentation" : "
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@return Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription. Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ChannelIdentification",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ChannelIdentification",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ChannelIdentification",
"sensitive" : false,
"setterDocumentation" : "
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
\n@param channelIdentification Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription. Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.",
"setterMethodName" : "setChannelIdentification",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "channelIdentification",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "channelIdentification",
"variableType" : "Boolean",
"documentation" : "
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If you set both, your request returns a BadRequestException
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getShowAlternatives",
"beanStyleSetterMethodName" : "setShowAlternatives",
"c2jName" : "ShowAlternatives",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #showAlternatives(Boolean)}.\n@param showAlternatives a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #showAlternatives(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
\n@return Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.\n@deprecated Use {@link #showAlternatives()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
\n@param showAlternatives Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #showAlternatives(Boolean)}\n",
"documentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ShowAlternatives property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasShowAlternatives",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "showAlternatives",
"fluentSetterDocumentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
\n@param showAlternatives Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "showAlternatives",
"getterDocumentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
\n@return Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ShowAlternatives",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ShowAlternatives",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "ShowAlternatives",
"sensitive" : false,
"setterDocumentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
\n@param showAlternatives Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.",
"setterMethodName" : "setShowAlternatives",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "showAlternatives",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "showAlternatives",
"variableType" : "Boolean",
"documentation" : "Determines whether the transcription contains alternative transcriptions. If you set the ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in the MaxAlternatives
field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxAlternatives",
"beanStyleSetterMethodName" : "setMaxAlternatives",
"c2jName" : "MaxAlternatives",
"c2jShape" : "MaxAlternatives",
"defaultConsumerFluentSetterDocumentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxAlternatives(Integer)}.\n@param maxAlternatives a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxAlternatives(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
\n@return The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.\n@deprecated Use {@link #maxAlternatives()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
\n@param maxAlternatives The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxAlternatives(Integer)}\n",
"documentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxAlternatives property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxAlternatives",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxAlternatives",
"fluentSetterDocumentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
\n@param maxAlternatives The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxAlternatives",
"getterDocumentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
\n@return The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxAlternatives",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxAlternatives",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxAlternatives",
"sensitive" : false,
"setterDocumentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
\n@param maxAlternatives The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.",
"setterMethodName" : "setMaxAlternatives",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxAlternatives",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxAlternatives",
"variableType" : "Integer",
"documentation" : "The number of alternative transcriptions that the service should return. If you specify the MaxAlternatives
field, you must set the ShowAlternatives
field to true.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Settings",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Settings",
"variableName" : "settings",
"variableType" : "Settings",
"documentation" : null,
"simpleType" : "Settings",
"variableSetterType" : "Settings"
},
"wrapper" : false,
"xmlNamespace" : null
},
"StartTranscriptionJobRequest" : {
"c2jName" : "StartTranscriptionJobRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "StartTranscriptionJob",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.StartTranscriptionJob",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account.
\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.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account.
\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.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account.
\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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account.
\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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code for the language used in the input media file.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code for the language used in the input media file.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code for the language used in the input media file.
\n@param languageCode The language code for the language used in the input media file.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code for the language used in the input media file.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code for the language used in the input media file.
\n@param languageCode The language code for the language used in the input media file.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code for the language used in the input media file.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code for the language used in the input media file.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code for the language used in the input media file.
\n@param languageCode The language code for the language used in the input media file.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code for the language used in the input media file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMediaSampleRateHertz",
"beanStyleSetterMethodName" : "setMediaSampleRateHertz",
"c2jName" : "MediaSampleRateHertz",
"c2jShape" : "MediaSampleRateHertz",
"defaultConsumerFluentSetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #mediaSampleRateHertz(Integer)}.\n@param mediaSampleRateHertz a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mediaSampleRateHertz(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
\n@return The sample rate, in Hertz, of the audio track in the input media file. If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.\n@deprecated Use {@link #mediaSampleRateHertz()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
\n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file. If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaSampleRateHertz(Integer)}\n",
"documentation" : "
The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MediaSampleRateHertz property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMediaSampleRateHertz",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mediaSampleRateHertz",
"fluentSetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
\n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file. If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mediaSampleRateHertz",
"getterDocumentation" : "
The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
\n@return The sample rate, in Hertz, of the audio track in the input media file. If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MediaSampleRateHertz",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MediaSampleRateHertz",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MediaSampleRateHertz",
"sensitive" : false,
"setterDocumentation" : "
The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
\n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file. If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.",
"setterMethodName" : "setMediaSampleRateHertz",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "mediaSampleRateHertz",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "mediaSampleRateHertz",
"variableType" : "Integer",
"documentation" : "
The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The format of the input media file.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #mediaFormat} will return {@link MediaFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #mediaFormatAsString}.\n
\n@return The format of the input media file.\n@see MediaFormat\n@deprecated Use {@link #mediaFormatAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The format of the input media file.
\n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat\n@deprecated Use {@link #mediaFormat(String)}\n",
"documentation" : "The format of the input media file.
",
"endpointDiscoveryId" : false,
"enumType" : "MediaFormat",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MediaFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMediaFormat",
"fluentEnumGetterMethodName" : "mediaFormat",
"fluentEnumSetterMethodName" : "mediaFormat",
"fluentGetterMethodName" : "mediaFormatAsString",
"fluentSetterDocumentation" : "The format of the input media file.
\n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat",
"fluentSetterMethodName" : "mediaFormat",
"getterDocumentation" : "The format of the input media file.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #mediaFormat} will return {@link MediaFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #mediaFormatAsString}.\n
\n@return The format of the input media file.\n@see MediaFormat",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MediaFormat",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MediaFormat",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MediaFormat",
"sensitive" : false,
"setterDocumentation" : "The format of the input media file.
\n@param mediaFormat The format of the input media file.\n@see MediaFormat",
"setterMethodName" : "setMediaFormat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "mediaFormat",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "mediaFormat",
"variableType" : "String",
"documentation" : "The format of the input media file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMedia",
"beanStyleSetterMethodName" : "setMedia",
"c2jName" : "Media",
"c2jShape" : "Media",
"defaultConsumerFluentSetterDocumentation" : "An object that describes the input media for a transcription job.
\nThis is a convenience that creates an instance of the {@link Media.Builder} avoiding the need to create one manually via {@link Media#builder()}.\n\nWhen the {@link Consumer} completes, {@link Media.Builder#build()} is called immediately and its result is passed to {@link #media(Media)}.\n@param media a consumer that will call methods on {@link Media.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #media(Media)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that describes the input media for a transcription job.
\n@return An object that describes the input media for a transcription job.\n@deprecated Use {@link #media()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that describes the input media for a transcription job.
\n@param media An object that describes the input media for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #media(Media)}\n",
"documentation" : "An object that describes the input media for a transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Media property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMedia",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "media",
"fluentSetterDocumentation" : "An object that describes the input media for a transcription job.
\n@param media An object that describes the input media for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "media",
"getterDocumentation" : "An object that describes the input media for a transcription job.
\n@return An object that describes the input media for a transcription job.",
"getterModel" : {
"returnType" : "Media",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Media",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Media",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Media",
"sensitive" : false,
"setterDocumentation" : "An object that describes the input media for a transcription job.
\n@param media An object that describes the input media for a transcription job.",
"setterMethodName" : "setMedia",
"setterModel" : {
"variableDeclarationType" : "Media",
"variableName" : "media",
"variableType" : "Media",
"documentation" : null,
"simpleType" : "Media",
"variableSetterType" : "Media"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Media",
"variableName" : "media",
"variableType" : "Media",
"documentation" : "An object that describes the input media for a transcription job.
",
"simpleType" : "Media",
"variableSetterType" : "Media"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOutputBucketName",
"beanStyleSetterMethodName" : "setOutputBucketName",
"c2jName" : "OutputBucketName",
"c2jShape" : "OutputBucketName",
"defaultConsumerFluentSetterDocumentation" : "The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #outputBucketName(String)}.\n@param outputBucketName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputBucketName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
\n@return The location where the transcription is stored. If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.\n@deprecated Use {@link #outputBucketName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
\n@param outputBucketName The location where the transcription is stored. If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputBucketName(String)}\n",
"documentation" : "
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OutputBucketName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOutputBucketName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "outputBucketName",
"fluentSetterDocumentation" : "The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
\n@param outputBucketName The location where the transcription is stored. If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "outputBucketName",
"getterDocumentation" : "
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
\n@return The location where the transcription is stored. If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OutputBucketName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputBucketName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OutputBucketName",
"sensitive" : false,
"setterDocumentation" : "
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
\n@param outputBucketName The location where the transcription is stored. If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.",
"setterMethodName" : "setOutputBucketName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "outputBucketName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "outputBucketName",
"variableType" : "String",
"documentation" : "
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOutputEncryptionKMSKeyId",
"beanStyleSetterMethodName" : "setOutputEncryptionKMSKeyId",
"c2jName" : "OutputEncryptionKMSKeyId",
"c2jShape" : "KMSKeyId",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #outputEncryptionKMSKeyId(String)}.\n@param outputEncryptionKMSKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputEncryptionKMSKeyId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
\n@return The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key. You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.\n@deprecated Use {@link #outputEncryptionKMSKeyId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
\n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key. You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputEncryptionKMSKeyId(String)}\n",
"documentation" : "
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OutputEncryptionKMSKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOutputEncryptionKMSKeyId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "outputEncryptionKMSKeyId",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
\n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key. You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "outputEncryptionKMSKeyId",
"getterDocumentation" : "
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
\n@return The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key. You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OutputEncryptionKMSKeyId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputEncryptionKMSKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OutputEncryptionKMSKeyId",
"sensitive" : false,
"setterDocumentation" : "
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
\n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key. You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.",
"setterMethodName" : "setOutputEncryptionKMSKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "outputEncryptionKMSKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "outputEncryptionKMSKeyId",
"variableType" : "String",
"documentation" : "
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSettings",
"beanStyleSetterMethodName" : "setSettings",
"c2jName" : "Settings",
"c2jShape" : "Settings",
"defaultConsumerFluentSetterDocumentation" : "A Settings
object that provides optional settings for a transcription job.
\nThis is a convenience that creates an instance of the {@link Settings.Builder} avoiding the need to create one manually via {@link Settings#builder()}.\n\nWhen the {@link Consumer} completes, {@link Settings.Builder#build()} is called immediately and its result is passed to {@link #settings(Settings)}.\n@param settings a consumer that will call methods on {@link Settings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #settings(Settings)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A Settings
object that provides optional settings for a transcription job.
\n@return A Settings
object that provides optional settings for a transcription job.\n@deprecated Use {@link #settings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A Settings
object that provides optional settings for a transcription job.
\n@param settings A Settings
object that provides optional settings for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #settings(Settings)}\n",
"documentation" : "A Settings
object that provides optional settings for a transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Settings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSettings",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "settings",
"fluentSetterDocumentation" : "A Settings
object that provides optional settings for a transcription job.
\n@param settings A Settings
object that provides optional settings for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "settings",
"getterDocumentation" : "A Settings
object that provides optional settings for a transcription job.
\n@return A Settings
object that provides optional settings for a transcription job.",
"getterModel" : {
"returnType" : "Settings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Settings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Settings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Settings",
"sensitive" : false,
"setterDocumentation" : "A Settings
object that provides optional settings for a transcription job.
\n@param settings A Settings
object that provides optional settings for a transcription job.",
"setterMethodName" : "setSettings",
"setterModel" : {
"variableDeclarationType" : "Settings",
"variableName" : "settings",
"variableType" : "Settings",
"documentation" : null,
"simpleType" : "Settings",
"variableSetterType" : "Settings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Settings",
"variableName" : "settings",
"variableType" : "Settings",
"documentation" : "A Settings
object that provides optional settings for a transcription job.
",
"simpleType" : "Settings",
"variableSetterType" : "Settings"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobExecutionSettings",
"beanStyleSetterMethodName" : "setJobExecutionSettings",
"c2jName" : "JobExecutionSettings",
"c2jShape" : "JobExecutionSettings",
"defaultConsumerFluentSetterDocumentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
\nThis is a convenience that creates an instance of the {@link JobExecutionSettings.Builder} avoiding the need to create one manually via {@link JobExecutionSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobExecutionSettings.Builder#build()} is called immediately and its result is passed to {@link #jobExecutionSettings(JobExecutionSettings)}.\n@param jobExecutionSettings a consumer that will call methods on {@link JobExecutionSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobExecutionSettings(JobExecutionSettings)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
\n@return Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.\n@deprecated Use {@link #jobExecutionSettings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
\n@param jobExecutionSettings Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobExecutionSettings(JobExecutionSettings)}\n",
"documentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobExecutionSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobExecutionSettings",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobExecutionSettings",
"fluentSetterDocumentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
\n@param jobExecutionSettings Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobExecutionSettings",
"getterDocumentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
\n@return Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.",
"getterModel" : {
"returnType" : "JobExecutionSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobExecutionSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobExecutionSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "JobExecutionSettings",
"sensitive" : false,
"setterDocumentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
\n@param jobExecutionSettings Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.",
"setterMethodName" : "setJobExecutionSettings",
"setterModel" : {
"variableDeclarationType" : "JobExecutionSettings",
"variableName" : "jobExecutionSettings",
"variableType" : "JobExecutionSettings",
"documentation" : null,
"simpleType" : "JobExecutionSettings",
"variableSetterType" : "JobExecutionSettings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "JobExecutionSettings",
"variableName" : "jobExecutionSettings",
"variableType" : "JobExecutionSettings",
"documentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
",
"simpleType" : "JobExecutionSettings",
"variableSetterType" : "JobExecutionSettings"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"JobExecutionSettings" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobExecutionSettings",
"beanStyleSetterMethodName" : "setJobExecutionSettings",
"c2jName" : "JobExecutionSettings",
"c2jShape" : "JobExecutionSettings",
"defaultConsumerFluentSetterDocumentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
\nThis is a convenience that creates an instance of the {@link JobExecutionSettings.Builder} avoiding the need to create one manually via {@link JobExecutionSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobExecutionSettings.Builder#build()} is called immediately and its result is passed to {@link #jobExecutionSettings(JobExecutionSettings)}.\n@param jobExecutionSettings a consumer that will call methods on {@link JobExecutionSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobExecutionSettings(JobExecutionSettings)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
\n@return Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.\n@deprecated Use {@link #jobExecutionSettings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
\n@param jobExecutionSettings Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobExecutionSettings(JobExecutionSettings)}\n",
"documentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobExecutionSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobExecutionSettings",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobExecutionSettings",
"fluentSetterDocumentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
\n@param jobExecutionSettings Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobExecutionSettings",
"getterDocumentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
\n@return Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.",
"getterModel" : {
"returnType" : "JobExecutionSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobExecutionSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobExecutionSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "JobExecutionSettings",
"sensitive" : false,
"setterDocumentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
\n@param jobExecutionSettings Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.",
"setterMethodName" : "setJobExecutionSettings",
"setterModel" : {
"variableDeclarationType" : "JobExecutionSettings",
"variableName" : "jobExecutionSettings",
"variableType" : "JobExecutionSettings",
"documentation" : null,
"simpleType" : "JobExecutionSettings",
"variableSetterType" : "JobExecutionSettings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "JobExecutionSettings",
"variableName" : "jobExecutionSettings",
"variableType" : "JobExecutionSettings",
"documentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
",
"simpleType" : "JobExecutionSettings",
"variableSetterType" : "JobExecutionSettings"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LanguageCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code for the language used in the input media file.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code for the language used in the input media file.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code for the language used in the input media file.
\n@param languageCode The language code for the language used in the input media file.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code for the language used in the input media file.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code for the language used in the input media file.
\n@param languageCode The language code for the language used in the input media file.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code for the language used in the input media file.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code for the language used in the input media file.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code for the language used in the input media file.
\n@param languageCode The language code for the language used in the input media file.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code for the language used in the input media file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Media" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMedia",
"beanStyleSetterMethodName" : "setMedia",
"c2jName" : "Media",
"c2jShape" : "Media",
"defaultConsumerFluentSetterDocumentation" : "An object that describes the input media for a transcription job.
\nThis is a convenience that creates an instance of the {@link Media.Builder} avoiding the need to create one manually via {@link Media#builder()}.\n\nWhen the {@link Consumer} completes, {@link Media.Builder#build()} is called immediately and its result is passed to {@link #media(Media)}.\n@param media a consumer that will call methods on {@link Media.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #media(Media)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that describes the input media for a transcription job.
\n@return An object that describes the input media for a transcription job.\n@deprecated Use {@link #media()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that describes the input media for a transcription job.
\n@param media An object that describes the input media for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #media(Media)}\n",
"documentation" : "An object that describes the input media for a transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Media property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMedia",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "media",
"fluentSetterDocumentation" : "An object that describes the input media for a transcription job.
\n@param media An object that describes the input media for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "media",
"getterDocumentation" : "An object that describes the input media for a transcription job.
\n@return An object that describes the input media for a transcription job.",
"getterModel" : {
"returnType" : "Media",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Media",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Media",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Media",
"sensitive" : false,
"setterDocumentation" : "An object that describes the input media for a transcription job.
\n@param media An object that describes the input media for a transcription job.",
"setterMethodName" : "setMedia",
"setterModel" : {
"variableDeclarationType" : "Media",
"variableName" : "media",
"variableType" : "Media",
"documentation" : null,
"simpleType" : "Media",
"variableSetterType" : "Media"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Media",
"variableName" : "media",
"variableType" : "Media",
"documentation" : "An object that describes the input media for a transcription job.
",
"simpleType" : "Media",
"variableSetterType" : "Media"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MediaFormat" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The format of the input media file.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #mediaFormat} will return {@link MediaFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #mediaFormatAsString}.\n
\n@return The format of the input media file.\n@see MediaFormat\n@deprecated Use {@link #mediaFormatAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The format of the input media file.
\n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat\n@deprecated Use {@link #mediaFormat(String)}\n",
"documentation" : "The format of the input media file.
",
"endpointDiscoveryId" : false,
"enumType" : "MediaFormat",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MediaFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMediaFormat",
"fluentEnumGetterMethodName" : "mediaFormat",
"fluentEnumSetterMethodName" : "mediaFormat",
"fluentGetterMethodName" : "mediaFormatAsString",
"fluentSetterDocumentation" : "The format of the input media file.
\n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat",
"fluentSetterMethodName" : "mediaFormat",
"getterDocumentation" : "The format of the input media file.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #mediaFormat} will return {@link MediaFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #mediaFormatAsString}.\n
\n@return The format of the input media file.\n@see MediaFormat",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MediaFormat",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MediaFormat",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MediaFormat",
"sensitive" : false,
"setterDocumentation" : "The format of the input media file.
\n@param mediaFormat The format of the input media file.\n@see MediaFormat",
"setterMethodName" : "setMediaFormat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "mediaFormat",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "mediaFormat",
"variableType" : "String",
"documentation" : "The format of the input media file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MediaSampleRateHertz" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMediaSampleRateHertz",
"beanStyleSetterMethodName" : "setMediaSampleRateHertz",
"c2jName" : "MediaSampleRateHertz",
"c2jShape" : "MediaSampleRateHertz",
"defaultConsumerFluentSetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #mediaSampleRateHertz(Integer)}.\n@param mediaSampleRateHertz a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mediaSampleRateHertz(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
\n@return The sample rate, in Hertz, of the audio track in the input media file. If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.\n@deprecated Use {@link #mediaSampleRateHertz()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
\n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file. If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaSampleRateHertz(Integer)}\n",
"documentation" : "
The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MediaSampleRateHertz property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMediaSampleRateHertz",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mediaSampleRateHertz",
"fluentSetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
\n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file. If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mediaSampleRateHertz",
"getterDocumentation" : "
The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
\n@return The sample rate, in Hertz, of the audio track in the input media file. If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MediaSampleRateHertz",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MediaSampleRateHertz",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MediaSampleRateHertz",
"sensitive" : false,
"setterDocumentation" : "
The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
\n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file. If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.",
"setterMethodName" : "setMediaSampleRateHertz",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "mediaSampleRateHertz",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "mediaSampleRateHertz",
"variableType" : "Integer",
"documentation" : "
The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"OutputBucketName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOutputBucketName",
"beanStyleSetterMethodName" : "setOutputBucketName",
"c2jName" : "OutputBucketName",
"c2jShape" : "OutputBucketName",
"defaultConsumerFluentSetterDocumentation" : "The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #outputBucketName(String)}.\n@param outputBucketName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputBucketName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
\n@return The location where the transcription is stored. If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.\n@deprecated Use {@link #outputBucketName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
\n@param outputBucketName The location where the transcription is stored. If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputBucketName(String)}\n",
"documentation" : "
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OutputBucketName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOutputBucketName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "outputBucketName",
"fluentSetterDocumentation" : "The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
\n@param outputBucketName The location where the transcription is stored. If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "outputBucketName",
"getterDocumentation" : "
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
\n@return The location where the transcription is stored. If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OutputBucketName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputBucketName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OutputBucketName",
"sensitive" : false,
"setterDocumentation" : "
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
\n@param outputBucketName The location where the transcription is stored. If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.",
"setterMethodName" : "setOutputBucketName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "outputBucketName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "outputBucketName",
"variableType" : "String",
"documentation" : "
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"OutputEncryptionKMSKeyId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOutputEncryptionKMSKeyId",
"beanStyleSetterMethodName" : "setOutputEncryptionKMSKeyId",
"c2jName" : "OutputEncryptionKMSKeyId",
"c2jShape" : "KMSKeyId",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #outputEncryptionKMSKeyId(String)}.\n@param outputEncryptionKMSKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputEncryptionKMSKeyId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
\n@return The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key. You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.\n@deprecated Use {@link #outputEncryptionKMSKeyId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
\n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key. You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputEncryptionKMSKeyId(String)}\n",
"documentation" : "
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OutputEncryptionKMSKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOutputEncryptionKMSKeyId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "outputEncryptionKMSKeyId",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
\n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key. You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "outputEncryptionKMSKeyId",
"getterDocumentation" : "
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
\n@return The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key. You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OutputEncryptionKMSKeyId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputEncryptionKMSKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OutputEncryptionKMSKeyId",
"sensitive" : false,
"setterDocumentation" : "
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
\n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key. You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.",
"setterMethodName" : "setOutputEncryptionKMSKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "outputEncryptionKMSKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "outputEncryptionKMSKeyId",
"variableType" : "String",
"documentation" : "
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Settings" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSettings",
"beanStyleSetterMethodName" : "setSettings",
"c2jName" : "Settings",
"c2jShape" : "Settings",
"defaultConsumerFluentSetterDocumentation" : "A Settings
object that provides optional settings for a transcription job.
\nThis is a convenience that creates an instance of the {@link Settings.Builder} avoiding the need to create one manually via {@link Settings#builder()}.\n\nWhen the {@link Consumer} completes, {@link Settings.Builder#build()} is called immediately and its result is passed to {@link #settings(Settings)}.\n@param settings a consumer that will call methods on {@link Settings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #settings(Settings)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A Settings
object that provides optional settings for a transcription job.
\n@return A Settings
object that provides optional settings for a transcription job.\n@deprecated Use {@link #settings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A Settings
object that provides optional settings for a transcription job.
\n@param settings A Settings
object that provides optional settings for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #settings(Settings)}\n",
"documentation" : "A Settings
object that provides optional settings for a transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Settings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSettings",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "settings",
"fluentSetterDocumentation" : "A Settings
object that provides optional settings for a transcription job.
\n@param settings A Settings
object that provides optional settings for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "settings",
"getterDocumentation" : "A Settings
object that provides optional settings for a transcription job.
\n@return A Settings
object that provides optional settings for a transcription job.",
"getterModel" : {
"returnType" : "Settings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Settings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Settings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Settings",
"sensitive" : false,
"setterDocumentation" : "A Settings
object that provides optional settings for a transcription job.
\n@param settings A Settings
object that provides optional settings for a transcription job.",
"setterMethodName" : "setSettings",
"setterModel" : {
"variableDeclarationType" : "Settings",
"variableName" : "settings",
"variableType" : "Settings",
"documentation" : null,
"simpleType" : "Settings",
"variableSetterType" : "Settings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Settings",
"variableName" : "settings",
"variableType" : "Settings",
"documentation" : "A Settings
object that provides optional settings for a transcription job.
",
"simpleType" : "Settings",
"variableSetterType" : "Settings"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TranscriptionJobName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account.
\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.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account.
\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.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account.
\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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account.
\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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account.
\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.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account.
\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.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account.
\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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the job. Note that you can't use the strings \".\" or \"..\" by themselves as the job name. The name must also be unique within an AWS account.
\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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code for the language used in the input media file.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code for the language used in the input media file.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code for the language used in the input media file.
\n@param languageCode The language code for the language used in the input media file.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code for the language used in the input media file.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code for the language used in the input media file.
\n@param languageCode The language code for the language used in the input media file.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code for the language used in the input media file.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code for the language used in the input media file.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code for the language used in the input media file.
\n@param languageCode The language code for the language used in the input media file.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code for the language used in the input media file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMediaSampleRateHertz",
"beanStyleSetterMethodName" : "setMediaSampleRateHertz",
"c2jName" : "MediaSampleRateHertz",
"c2jShape" : "MediaSampleRateHertz",
"defaultConsumerFluentSetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #mediaSampleRateHertz(Integer)}.\n@param mediaSampleRateHertz a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mediaSampleRateHertz(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
\n@return The sample rate, in Hertz, of the audio track in the input media file. If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.\n@deprecated Use {@link #mediaSampleRateHertz()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
\n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file. If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaSampleRateHertz(Integer)}\n",
"documentation" : "
The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MediaSampleRateHertz property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMediaSampleRateHertz",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mediaSampleRateHertz",
"fluentSetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
\n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file. If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mediaSampleRateHertz",
"getterDocumentation" : "
The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
\n@return The sample rate, in Hertz, of the audio track in the input media file. If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MediaSampleRateHertz",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MediaSampleRateHertz",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MediaSampleRateHertz",
"sensitive" : false,
"setterDocumentation" : "
The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
\n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file. If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.",
"setterMethodName" : "setMediaSampleRateHertz",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "mediaSampleRateHertz",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "mediaSampleRateHertz",
"variableType" : "Integer",
"documentation" : "
The sample rate, in Hertz, of the audio track in the input media file.
If you do not specify the media sample rate, Amazon Transcribe determines the sample rate. If you specify the sample rate, it must match the sample rate detected by Amazon Transcribe. In most cases, you should leave the MediaSampleRateHertz
field blank and let Amazon Transcribe determine the sample rate.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The format of the input media file.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #mediaFormat} will return {@link MediaFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #mediaFormatAsString}.\n
\n@return The format of the input media file.\n@see MediaFormat\n@deprecated Use {@link #mediaFormatAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The format of the input media file.
\n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat\n@deprecated Use {@link #mediaFormat(String)}\n",
"documentation" : "The format of the input media file.
",
"endpointDiscoveryId" : false,
"enumType" : "MediaFormat",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MediaFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMediaFormat",
"fluentEnumGetterMethodName" : "mediaFormat",
"fluentEnumSetterMethodName" : "mediaFormat",
"fluentGetterMethodName" : "mediaFormatAsString",
"fluentSetterDocumentation" : "The format of the input media file.
\n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat",
"fluentSetterMethodName" : "mediaFormat",
"getterDocumentation" : "The format of the input media file.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #mediaFormat} will return {@link MediaFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #mediaFormatAsString}.\n
\n@return The format of the input media file.\n@see MediaFormat",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MediaFormat",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MediaFormat",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MediaFormat",
"sensitive" : false,
"setterDocumentation" : "The format of the input media file.
\n@param mediaFormat The format of the input media file.\n@see MediaFormat",
"setterMethodName" : "setMediaFormat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "mediaFormat",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "mediaFormat",
"variableType" : "String",
"documentation" : "The format of the input media file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMedia",
"beanStyleSetterMethodName" : "setMedia",
"c2jName" : "Media",
"c2jShape" : "Media",
"defaultConsumerFluentSetterDocumentation" : "An object that describes the input media for a transcription job.
\nThis is a convenience that creates an instance of the {@link Media.Builder} avoiding the need to create one manually via {@link Media#builder()}.\n\nWhen the {@link Consumer} completes, {@link Media.Builder#build()} is called immediately and its result is passed to {@link #media(Media)}.\n@param media a consumer that will call methods on {@link Media.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #media(Media)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that describes the input media for a transcription job.
\n@return An object that describes the input media for a transcription job.\n@deprecated Use {@link #media()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that describes the input media for a transcription job.
\n@param media An object that describes the input media for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #media(Media)}\n",
"documentation" : "An object that describes the input media for a transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Media property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMedia",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "media",
"fluentSetterDocumentation" : "An object that describes the input media for a transcription job.
\n@param media An object that describes the input media for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "media",
"getterDocumentation" : "An object that describes the input media for a transcription job.
\n@return An object that describes the input media for a transcription job.",
"getterModel" : {
"returnType" : "Media",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Media",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Media",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Media",
"sensitive" : false,
"setterDocumentation" : "An object that describes the input media for a transcription job.
\n@param media An object that describes the input media for a transcription job.",
"setterMethodName" : "setMedia",
"setterModel" : {
"variableDeclarationType" : "Media",
"variableName" : "media",
"variableType" : "Media",
"documentation" : null,
"simpleType" : "Media",
"variableSetterType" : "Media"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Media",
"variableName" : "media",
"variableType" : "Media",
"documentation" : "An object that describes the input media for a transcription job.
",
"simpleType" : "Media",
"variableSetterType" : "Media"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOutputBucketName",
"beanStyleSetterMethodName" : "setOutputBucketName",
"c2jName" : "OutputBucketName",
"c2jShape" : "OutputBucketName",
"defaultConsumerFluentSetterDocumentation" : "The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #outputBucketName(String)}.\n@param outputBucketName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputBucketName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
\n@return The location where the transcription is stored. If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.\n@deprecated Use {@link #outputBucketName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
\n@param outputBucketName The location where the transcription is stored. If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputBucketName(String)}\n",
"documentation" : "
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OutputBucketName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOutputBucketName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "outputBucketName",
"fluentSetterDocumentation" : "The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
\n@param outputBucketName The location where the transcription is stored. If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "outputBucketName",
"getterDocumentation" : "
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
\n@return The location where the transcription is stored. If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OutputBucketName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputBucketName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OutputBucketName",
"sensitive" : false,
"setterDocumentation" : "
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
\n@param outputBucketName The location where the transcription is stored. If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.",
"setterMethodName" : "setOutputBucketName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "outputBucketName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "outputBucketName",
"variableType" : "String",
"documentation" : "
The location where the transcription is stored.
If you set the OutputBucketName
, Amazon Transcribe puts the 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.
You can specify an AWS Key Management Service (KMS) key to encrypt the output of your transcription using the OutputEncryptionKMSKeyId
parameter. If you don't specify a KMS key, Amazon Transcribe uses the default Amazon S3 key for server-side encryption of transcripts that are placed in your S3 bucket.
If you don't set the OutputBucketName
, Amazon Transcribe generates a pre-signed URL, a shareable URL that provides secure access to your transcription, and returns it in the TranscriptFileUri
field. Use this URL to download the transcription.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getOutputEncryptionKMSKeyId",
"beanStyleSetterMethodName" : "setOutputEncryptionKMSKeyId",
"c2jName" : "OutputEncryptionKMSKeyId",
"c2jShape" : "KMSKeyId",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #outputEncryptionKMSKeyId(String)}.\n@param outputEncryptionKMSKeyId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputEncryptionKMSKeyId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
\n@return The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key. You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.\n@deprecated Use {@link #outputEncryptionKMSKeyId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
\n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key. You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #outputEncryptionKMSKeyId(String)}\n",
"documentation" : "
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OutputEncryptionKMSKeyId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOutputEncryptionKMSKeyId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "outputEncryptionKMSKeyId",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
\n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key. You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "outputEncryptionKMSKeyId",
"getterDocumentation" : "
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
\n@return The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key. You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OutputEncryptionKMSKeyId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputEncryptionKMSKeyId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OutputEncryptionKMSKeyId",
"sensitive" : false,
"setterDocumentation" : "
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
\n@param outputEncryptionKMSKeyId The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key. You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.",
"setterMethodName" : "setOutputEncryptionKMSKeyId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "outputEncryptionKMSKeyId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "outputEncryptionKMSKeyId",
"variableType" : "String",
"documentation" : "
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the output of the transcription job. The user calling the StartTranscriptionJob
operation must have permission to use the specified KMS key.
You can use either of the following to identify a KMS key in the current account:
-
KMS Key ID: \"1234abcd-12ab-34cd-56ef-1234567890ab\"
-
KMS Key Alias: \"alias/ExampleAlias\"
You can use either of the following to identify a KMS key in the current account or another account:
-
Amazon Resource Name (ARN) of a KMS Key: \"arn:aws:kms:region:account ID:key/1234abcd-12ab-34cd-56ef-1234567890ab\"
-
ARN of a KMS Key Alias: \"arn:aws:kms:region:account ID:alias/ExampleAlias\"
If you don't specify an encryption key, the output of the transcription job is encrypted with the default Amazon S3 key (SSE-S3).
If you specify a KMS key to encrypt your output, you must also specify an output location in the OutputBucketName
parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSettings",
"beanStyleSetterMethodName" : "setSettings",
"c2jName" : "Settings",
"c2jShape" : "Settings",
"defaultConsumerFluentSetterDocumentation" : "A Settings
object that provides optional settings for a transcription job.
\nThis is a convenience that creates an instance of the {@link Settings.Builder} avoiding the need to create one manually via {@link Settings#builder()}.\n\nWhen the {@link Consumer} completes, {@link Settings.Builder#build()} is called immediately and its result is passed to {@link #settings(Settings)}.\n@param settings a consumer that will call methods on {@link Settings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #settings(Settings)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A Settings
object that provides optional settings for a transcription job.
\n@return A Settings
object that provides optional settings for a transcription job.\n@deprecated Use {@link #settings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A Settings
object that provides optional settings for a transcription job.
\n@param settings A Settings
object that provides optional settings for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #settings(Settings)}\n",
"documentation" : "A Settings
object that provides optional settings for a transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Settings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSettings",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "settings",
"fluentSetterDocumentation" : "A Settings
object that provides optional settings for a transcription job.
\n@param settings A Settings
object that provides optional settings for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "settings",
"getterDocumentation" : "A Settings
object that provides optional settings for a transcription job.
\n@return A Settings
object that provides optional settings for a transcription job.",
"getterModel" : {
"returnType" : "Settings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Settings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Settings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Settings",
"sensitive" : false,
"setterDocumentation" : "A Settings
object that provides optional settings for a transcription job.
\n@param settings A Settings
object that provides optional settings for a transcription job.",
"setterMethodName" : "setSettings",
"setterModel" : {
"variableDeclarationType" : "Settings",
"variableName" : "settings",
"variableType" : "Settings",
"documentation" : null,
"simpleType" : "Settings",
"variableSetterType" : "Settings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Settings",
"variableName" : "settings",
"variableType" : "Settings",
"documentation" : "A Settings
object that provides optional settings for a transcription job.
",
"simpleType" : "Settings",
"variableSetterType" : "Settings"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobExecutionSettings",
"beanStyleSetterMethodName" : "setJobExecutionSettings",
"c2jName" : "JobExecutionSettings",
"c2jShape" : "JobExecutionSettings",
"defaultConsumerFluentSetterDocumentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
\nThis is a convenience that creates an instance of the {@link JobExecutionSettings.Builder} avoiding the need to create one manually via {@link JobExecutionSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobExecutionSettings.Builder#build()} is called immediately and its result is passed to {@link #jobExecutionSettings(JobExecutionSettings)}.\n@param jobExecutionSettings a consumer that will call methods on {@link JobExecutionSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobExecutionSettings(JobExecutionSettings)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
\n@return Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.\n@deprecated Use {@link #jobExecutionSettings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
\n@param jobExecutionSettings Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobExecutionSettings(JobExecutionSettings)}\n",
"documentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobExecutionSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobExecutionSettings",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobExecutionSettings",
"fluentSetterDocumentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
\n@param jobExecutionSettings Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobExecutionSettings",
"getterDocumentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
\n@return Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.",
"getterModel" : {
"returnType" : "JobExecutionSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobExecutionSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobExecutionSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "JobExecutionSettings",
"sensitive" : false,
"setterDocumentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
\n@param jobExecutionSettings Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.",
"setterMethodName" : "setJobExecutionSettings",
"setterModel" : {
"variableDeclarationType" : "JobExecutionSettings",
"variableName" : "jobExecutionSettings",
"variableType" : "JobExecutionSettings",
"documentation" : null,
"simpleType" : "JobExecutionSettings",
"variableSetterType" : "JobExecutionSettings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "JobExecutionSettings",
"variableName" : "jobExecutionSettings",
"variableType" : "JobExecutionSettings",
"documentation" : "Provides information about how a transcription job is executed. Use this field to indicate that the job can be queued for deferred execution if the concurrency limit is reached and there are no slots available to immediately run the job.
",
"simpleType" : "JobExecutionSettings",
"variableSetterType" : "JobExecutionSettings"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "TranscriptionJobName", "LanguageCode", "Media" ],
"shapeName" : "StartTranscriptionJobRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "StartTranscriptionJobRequest",
"variableName" : "startTranscriptionJobRequest",
"variableType" : "StartTranscriptionJobRequest",
"documentation" : null,
"simpleType" : "StartTranscriptionJobRequest",
"variableSetterType" : "StartTranscriptionJobRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"StartTranscriptionJobResponse" : {
"c2jName" : "StartTranscriptionJobResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJob",
"beanStyleSetterMethodName" : "setTranscriptionJob",
"c2jName" : "TranscriptionJob",
"c2jShape" : "TranscriptionJob",
"defaultConsumerFluentSetterDocumentation" : "An object containing details of the asynchronous transcription job.
\nThis is a convenience that creates an instance of the {@link TranscriptionJob.Builder} avoiding the need to create one manually via {@link TranscriptionJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link TranscriptionJob.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJob(TranscriptionJob)}.\n@param transcriptionJob a consumer that will call methods on {@link TranscriptionJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJob(TranscriptionJob)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object containing details of the asynchronous transcription job.
\n@return An object containing details of the asynchronous transcription job.\n@deprecated Use {@link #transcriptionJob()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object containing details of the asynchronous transcription job.
\n@param transcriptionJob An object containing details of the asynchronous transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJob(TranscriptionJob)}\n",
"documentation" : "An object containing details of the asynchronous transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJob",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJob",
"fluentSetterDocumentation" : "An object containing details of the asynchronous transcription job.
\n@param transcriptionJob An object containing details of the asynchronous transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJob",
"getterDocumentation" : "An object containing details of the asynchronous transcription job.
\n@return An object containing details of the asynchronous transcription job.",
"getterModel" : {
"returnType" : "TranscriptionJob",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJob",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJob",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TranscriptionJob",
"sensitive" : false,
"setterDocumentation" : "An object containing details of the asynchronous transcription job.
\n@param transcriptionJob An object containing details of the asynchronous transcription job.",
"setterMethodName" : "setTranscriptionJob",
"setterModel" : {
"variableDeclarationType" : "TranscriptionJob",
"variableName" : "transcriptionJob",
"variableType" : "TranscriptionJob",
"documentation" : null,
"simpleType" : "TranscriptionJob",
"variableSetterType" : "TranscriptionJob"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TranscriptionJob",
"variableName" : "transcriptionJob",
"variableType" : "TranscriptionJob",
"documentation" : "An object containing details of the asynchronous transcription job.
",
"simpleType" : "TranscriptionJob",
"variableSetterType" : "TranscriptionJob"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TranscriptionJob" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJob",
"beanStyleSetterMethodName" : "setTranscriptionJob",
"c2jName" : "TranscriptionJob",
"c2jShape" : "TranscriptionJob",
"defaultConsumerFluentSetterDocumentation" : "An object containing details of the asynchronous transcription job.
\nThis is a convenience that creates an instance of the {@link TranscriptionJob.Builder} avoiding the need to create one manually via {@link TranscriptionJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link TranscriptionJob.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJob(TranscriptionJob)}.\n@param transcriptionJob a consumer that will call methods on {@link TranscriptionJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJob(TranscriptionJob)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object containing details of the asynchronous transcription job.
\n@return An object containing details of the asynchronous transcription job.\n@deprecated Use {@link #transcriptionJob()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object containing details of the asynchronous transcription job.
\n@param transcriptionJob An object containing details of the asynchronous transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJob(TranscriptionJob)}\n",
"documentation" : "An object containing details of the asynchronous transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJob",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJob",
"fluentSetterDocumentation" : "An object containing details of the asynchronous transcription job.
\n@param transcriptionJob An object containing details of the asynchronous transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJob",
"getterDocumentation" : "An object containing details of the asynchronous transcription job.
\n@return An object containing details of the asynchronous transcription job.",
"getterModel" : {
"returnType" : "TranscriptionJob",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJob",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJob",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TranscriptionJob",
"sensitive" : false,
"setterDocumentation" : "An object containing details of the asynchronous transcription job.
\n@param transcriptionJob An object containing details of the asynchronous transcription job.",
"setterMethodName" : "setTranscriptionJob",
"setterModel" : {
"variableDeclarationType" : "TranscriptionJob",
"variableName" : "transcriptionJob",
"variableType" : "TranscriptionJob",
"documentation" : null,
"simpleType" : "TranscriptionJob",
"variableSetterType" : "TranscriptionJob"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TranscriptionJob",
"variableName" : "transcriptionJob",
"variableType" : "TranscriptionJob",
"documentation" : "An object containing details of the asynchronous transcription job.
",
"simpleType" : "TranscriptionJob",
"variableSetterType" : "TranscriptionJob"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJob",
"beanStyleSetterMethodName" : "setTranscriptionJob",
"c2jName" : "TranscriptionJob",
"c2jShape" : "TranscriptionJob",
"defaultConsumerFluentSetterDocumentation" : "An object containing details of the asynchronous transcription job.
\nThis is a convenience that creates an instance of the {@link TranscriptionJob.Builder} avoiding the need to create one manually via {@link TranscriptionJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link TranscriptionJob.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJob(TranscriptionJob)}.\n@param transcriptionJob a consumer that will call methods on {@link TranscriptionJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJob(TranscriptionJob)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object containing details of the asynchronous transcription job.
\n@return An object containing details of the asynchronous transcription job.\n@deprecated Use {@link #transcriptionJob()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object containing details of the asynchronous transcription job.
\n@param transcriptionJob An object containing details of the asynchronous transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJob(TranscriptionJob)}\n",
"documentation" : "An object containing details of the asynchronous transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJob",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJob",
"fluentSetterDocumentation" : "An object containing details of the asynchronous transcription job.
\n@param transcriptionJob An object containing details of the asynchronous transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJob",
"getterDocumentation" : "An object containing details of the asynchronous transcription job.
\n@return An object containing details of the asynchronous transcription job.",
"getterModel" : {
"returnType" : "TranscriptionJob",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJob",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJob",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TranscriptionJob",
"sensitive" : false,
"setterDocumentation" : "An object containing details of the asynchronous transcription job.
\n@param transcriptionJob An object containing details of the asynchronous transcription job.",
"setterMethodName" : "setTranscriptionJob",
"setterModel" : {
"variableDeclarationType" : "TranscriptionJob",
"variableName" : "transcriptionJob",
"variableType" : "TranscriptionJob",
"documentation" : null,
"simpleType" : "TranscriptionJob",
"variableSetterType" : "TranscriptionJob"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TranscriptionJob",
"variableName" : "transcriptionJob",
"variableType" : "TranscriptionJob",
"documentation" : "An object containing details of the asynchronous transcription job.
",
"simpleType" : "TranscriptionJob",
"variableSetterType" : "TranscriptionJob"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "StartTranscriptionJobResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "StartTranscriptionJobResponse",
"variableName" : "startTranscriptionJobResponse",
"variableType" : "StartTranscriptionJobResponse",
"documentation" : null,
"simpleType" : "StartTranscriptionJobResponse",
"variableSetterType" : "StartTranscriptionJobResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"Transcript" : {
"c2jName" : "Transcript",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Identifies the location of a transcription.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptFileUri",
"beanStyleSetterMethodName" : "setTranscriptFileUri",
"c2jName" : "TranscriptFileUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The 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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "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.\n@deprecated Use {@link #transcriptFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
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.\n@deprecated Use {@link #transcriptFileUri(String)}\n",
"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,
"existenceCheckDocumentation" : "Returns true if the TranscriptFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptFileUri",
"fluentSetterDocumentation" : "The 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptFileUri",
"sensitive" : false,
"setterDocumentation" : "
The 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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TranscriptFileUri" : {
"autoConstructClassIfExists" : {
"present" : false
},
"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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "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.\n@deprecated Use {@link #transcriptFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
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.\n@deprecated Use {@link #transcriptFileUri(String)}\n",
"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,
"existenceCheckDocumentation" : "Returns true if the TranscriptFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptFileUri",
"fluentSetterDocumentation" : "The 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptFileUri",
"sensitive" : false,
"setterDocumentation" : "
The 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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "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.\n@deprecated Use {@link #transcriptFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
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.\n@deprecated Use {@link #transcriptFileUri(String)}\n",
"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,
"existenceCheckDocumentation" : "Returns true if the TranscriptFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptFileUri",
"fluentSetterDocumentation" : "The 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptFileUri",
"sensitive" : false,
"setterDocumentation" : "
The 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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Transcript",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Transcript",
"variableName" : "transcript",
"variableType" : "Transcript",
"documentation" : null,
"simpleType" : "Transcript",
"variableSetterType" : "Transcript"
},
"wrapper" : false,
"xmlNamespace" : null
},
"TranscriptionJob" : {
"c2jName" : "TranscriptionJob",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes an asynchronous transcription job that was created with the StartTranscriptionJob
operation.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the transcription job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the transcription job.
\n@return The name of the transcription job.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the transcription job.
\n@param transcriptionJobName The name of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the transcription job.
\n@param transcriptionJobName The name of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobName",
"getterDocumentation" : "The name of the transcription job.
\n@return The name of the transcription job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the transcription job.
\n@param transcriptionJobName The name of the transcription job.",
"setterMethodName" : "setTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : "The name of the transcription job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the transcription job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #transcriptionJobStatus} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #transcriptionJobStatusAsString}.\n
\n@return The status of the transcription job.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the transcription job.
\n@param transcriptionJobStatus The status of the transcription job.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatus(String)}\n",
"documentation" : "The status of the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobStatus",
"fluentEnumGetterMethodName" : "transcriptionJobStatus",
"fluentEnumSetterMethodName" : "transcriptionJobStatus",
"fluentGetterMethodName" : "transcriptionJobStatusAsString",
"fluentSetterDocumentation" : "The status of the transcription job.
\n@param transcriptionJobStatus The status of the transcription job.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "transcriptionJobStatus",
"getterDocumentation" : "The status of the transcription job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #transcriptionJobStatus} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #transcriptionJobStatusAsString}.\n
\n@return The status of the transcription job.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobStatus",
"sensitive" : false,
"setterDocumentation" : "The status of the transcription job.
\n@param transcriptionJobStatus The status of the transcription job.\n@see TranscriptionJobStatus",
"setterMethodName" : "setTranscriptionJobStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobStatus",
"variableType" : "String",
"documentation" : "The status of the transcription job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code for the input speech.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code for the input speech.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code for the input speech.
\n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code for the input speech.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code for the input speech.
\n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code for the input speech.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code for the input speech.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code for the input speech.
\n@param languageCode The language code for the input speech.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code for the input speech.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMediaSampleRateHertz",
"beanStyleSetterMethodName" : "setMediaSampleRateHertz",
"c2jName" : "MediaSampleRateHertz",
"c2jShape" : "MediaSampleRateHertz",
"defaultConsumerFluentSetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #mediaSampleRateHertz(Integer)}.\n@param mediaSampleRateHertz a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mediaSampleRateHertz(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
\n@return The sample rate, in Hertz, of the audio track in the input media file.\n@deprecated Use {@link #mediaSampleRateHertz()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
\n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaSampleRateHertz(Integer)}\n",
"documentation" : "The sample rate, in Hertz, of the audio track in the input media file.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MediaSampleRateHertz property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMediaSampleRateHertz",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mediaSampleRateHertz",
"fluentSetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
\n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mediaSampleRateHertz",
"getterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
\n@return The sample rate, in Hertz, of the audio track in the input media file.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MediaSampleRateHertz",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MediaSampleRateHertz",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MediaSampleRateHertz",
"sensitive" : false,
"setterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
\n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.",
"setterMethodName" : "setMediaSampleRateHertz",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "mediaSampleRateHertz",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "mediaSampleRateHertz",
"variableType" : "Integer",
"documentation" : "The sample rate, in Hertz, of the audio track in the input media file.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The format of the input media file.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #mediaFormat} will return {@link MediaFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #mediaFormatAsString}.\n
\n@return The format of the input media file.\n@see MediaFormat\n@deprecated Use {@link #mediaFormatAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The format of the input media file.
\n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat\n@deprecated Use {@link #mediaFormat(String)}\n",
"documentation" : "The format of the input media file.
",
"endpointDiscoveryId" : false,
"enumType" : "MediaFormat",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MediaFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMediaFormat",
"fluentEnumGetterMethodName" : "mediaFormat",
"fluentEnumSetterMethodName" : "mediaFormat",
"fluentGetterMethodName" : "mediaFormatAsString",
"fluentSetterDocumentation" : "The format of the input media file.
\n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat",
"fluentSetterMethodName" : "mediaFormat",
"getterDocumentation" : "The format of the input media file.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #mediaFormat} will return {@link MediaFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #mediaFormatAsString}.\n
\n@return The format of the input media file.\n@see MediaFormat",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MediaFormat",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MediaFormat",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MediaFormat",
"sensitive" : false,
"setterDocumentation" : "The format of the input media file.
\n@param mediaFormat The format of the input media file.\n@see MediaFormat",
"setterMethodName" : "setMediaFormat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "mediaFormat",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "mediaFormat",
"variableType" : "String",
"documentation" : "The format of the input media file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMedia",
"beanStyleSetterMethodName" : "setMedia",
"c2jName" : "Media",
"c2jShape" : "Media",
"defaultConsumerFluentSetterDocumentation" : "An object that describes the input media for the transcription job.
\nThis is a convenience that creates an instance of the {@link Media.Builder} avoiding the need to create one manually via {@link Media#builder()}.\n\nWhen the {@link Consumer} completes, {@link Media.Builder#build()} is called immediately and its result is passed to {@link #media(Media)}.\n@param media a consumer that will call methods on {@link Media.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #media(Media)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that describes the input media for the transcription job.
\n@return An object that describes the input media for the transcription job.\n@deprecated Use {@link #media()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that describes the input media for the transcription job.
\n@param media An object that describes the input media for the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #media(Media)}\n",
"documentation" : "An object that describes the input media for the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Media property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMedia",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "media",
"fluentSetterDocumentation" : "An object that describes the input media for the transcription job.
\n@param media An object that describes the input media for the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "media",
"getterDocumentation" : "An object that describes the input media for the transcription job.
\n@return An object that describes the input media for the transcription job.",
"getterModel" : {
"returnType" : "Media",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Media",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Media",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Media",
"sensitive" : false,
"setterDocumentation" : "An object that describes the input media for the transcription job.
\n@param media An object that describes the input media for the transcription job.",
"setterMethodName" : "setMedia",
"setterModel" : {
"variableDeclarationType" : "Media",
"variableName" : "media",
"variableType" : "Media",
"documentation" : null,
"simpleType" : "Media",
"variableSetterType" : "Media"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Media",
"variableName" : "media",
"variableType" : "Media",
"documentation" : "An object that describes the input media for the transcription job.
",
"simpleType" : "Media",
"variableSetterType" : "Media"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscript",
"beanStyleSetterMethodName" : "setTranscript",
"c2jName" : "Transcript",
"c2jShape" : "Transcript",
"defaultConsumerFluentSetterDocumentation" : "An object that describes the output of the transcription job.
\nThis is a convenience that creates an instance of the {@link Transcript.Builder} avoiding the need to create one manually via {@link Transcript#builder()}.\n\nWhen the {@link Consumer} completes, {@link Transcript.Builder#build()} is called immediately and its result is passed to {@link #transcript(Transcript)}.\n@param transcript a consumer that will call methods on {@link Transcript.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcript(Transcript)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that describes the output of the transcription job.
\n@return An object that describes the output of the transcription job.\n@deprecated Use {@link #transcript()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that describes the output of the transcription job.
\n@param transcript An object that describes the output of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcript(Transcript)}\n",
"documentation" : "An object that describes the output of the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Transcript property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscript",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcript",
"fluentSetterDocumentation" : "An object that describes the output of the transcription job.
\n@param transcript An object that describes the output of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcript",
"getterDocumentation" : "An object that describes the output of the transcription job.
\n@return An object that describes the output of the transcription job.",
"getterModel" : {
"returnType" : "Transcript",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Transcript",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Transcript",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Transcript",
"sensitive" : false,
"setterDocumentation" : "An object that describes the output of the transcription job.
\n@param transcript An object that describes the output of the transcription job.",
"setterMethodName" : "setTranscript",
"setterModel" : {
"variableDeclarationType" : "Transcript",
"variableName" : "transcript",
"variableType" : "Transcript",
"documentation" : null,
"simpleType" : "Transcript",
"variableSetterType" : "Transcript"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Transcript",
"variableName" : "transcript",
"variableType" : "Transcript",
"documentation" : "An object that describes the output of the transcription job.
",
"simpleType" : "Transcript",
"variableSetterType" : "Transcript"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStartTime",
"beanStyleSetterMethodName" : "setStartTime",
"c2jName" : "StartTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "A timestamp that shows with the job was started processing.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #startTime(Instant)}.\n@param startTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A timestamp that shows with the job was started processing.
\n@return A timestamp that shows with the job was started processing.\n@deprecated Use {@link #startTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A timestamp that shows with the job was started processing.
\n@param startTime A timestamp that shows with the job was started processing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n",
"documentation" : "A timestamp that shows with the job was started processing.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStartTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startTime",
"fluentSetterDocumentation" : "A timestamp that shows with the job was started processing.
\n@param startTime A timestamp that shows with the job was started processing.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startTime",
"getterDocumentation" : "A timestamp that shows with the job was started processing.
\n@return A timestamp that shows with the job was started processing.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StartTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "StartTime",
"sensitive" : false,
"setterDocumentation" : "A timestamp that shows with the job was started processing.
\n@param startTime A timestamp that shows with the job was started processing.",
"setterMethodName" : "setStartTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startTime",
"variableType" : "java.time.Instant",
"documentation" : "A timestamp that shows with the job was started processing.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationTime",
"beanStyleSetterMethodName" : "setCreationTime",
"c2jName" : "CreationTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "A timestamp that shows when the job was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A timestamp that shows when the job was created.
\n@return A timestamp that shows when the job was created.\n@deprecated Use {@link #creationTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A timestamp that shows when the job was created.
\n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n",
"documentation" : "A timestamp that shows when the job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationTime",
"fluentSetterDocumentation" : "A timestamp that shows when the job was created.
\n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationTime",
"getterDocumentation" : "A timestamp that shows when the job was created.
\n@return A timestamp that shows when the job was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreationTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationTime",
"sensitive" : false,
"setterDocumentation" : "A timestamp that shows when the job was created.
\n@param creationTime A timestamp that shows when the job was created.",
"setterMethodName" : "setCreationTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : "A timestamp that shows when the job was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCompletionTime",
"beanStyleSetterMethodName" : "setCompletionTime",
"c2jName" : "CompletionTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "A timestamp that shows when the job was completed.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #completionTime(Instant)}.\n@param completionTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completionTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A timestamp that shows when the job was completed.
\n@return A timestamp that shows when the job was completed.\n@deprecated Use {@link #completionTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A timestamp that shows when the job was completed.
\n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n",
"documentation" : "A timestamp that shows when the job was completed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCompletionTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completionTime",
"fluentSetterDocumentation" : "A timestamp that shows when the job was completed.
\n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completionTime",
"getterDocumentation" : "A timestamp that shows when the job was completed.
\n@return A timestamp that shows when the job was completed.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CompletionTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CompletionTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CompletionTime",
"sensitive" : false,
"setterDocumentation" : "A timestamp that shows when the job was completed.
\n@param completionTime A timestamp that shows when the job was completed.",
"setterMethodName" : "setCompletionTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completionTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completionTime",
"variableType" : "java.time.Instant",
"documentation" : "A timestamp that shows when the job was completed.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@return If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed. The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@param failureReason If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed. The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@param failureReason If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed. The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@return If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed. The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@param failureReason If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed. The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSettings",
"beanStyleSetterMethodName" : "setSettings",
"c2jName" : "Settings",
"c2jShape" : "Settings",
"defaultConsumerFluentSetterDocumentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
\nThis is a convenience that creates an instance of the {@link Settings.Builder} avoiding the need to create one manually via {@link Settings#builder()}.\n\nWhen the {@link Consumer} completes, {@link Settings.Builder#build()} is called immediately and its result is passed to {@link #settings(Settings)}.\n@param settings a consumer that will call methods on {@link Settings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #settings(Settings)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
\n@return Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.\n@deprecated Use {@link #settings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
\n@param settings Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #settings(Settings)}\n",
"documentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Settings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSettings",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "settings",
"fluentSetterDocumentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
\n@param settings Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "settings",
"getterDocumentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
\n@return Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.",
"getterModel" : {
"returnType" : "Settings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Settings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Settings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Settings",
"sensitive" : false,
"setterDocumentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
\n@param settings Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.",
"setterMethodName" : "setSettings",
"setterModel" : {
"variableDeclarationType" : "Settings",
"variableName" : "settings",
"variableType" : "Settings",
"documentation" : null,
"simpleType" : "Settings",
"variableSetterType" : "Settings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Settings",
"variableName" : "settings",
"variableType" : "Settings",
"documentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
",
"simpleType" : "Settings",
"variableSetterType" : "Settings"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobExecutionSettings",
"beanStyleSetterMethodName" : "setJobExecutionSettings",
"c2jName" : "JobExecutionSettings",
"c2jShape" : "JobExecutionSettings",
"defaultConsumerFluentSetterDocumentation" : "Provides information about how a transcription job is executed.
\nThis is a convenience that creates an instance of the {@link JobExecutionSettings.Builder} avoiding the need to create one manually via {@link JobExecutionSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobExecutionSettings.Builder#build()} is called immediately and its result is passed to {@link #jobExecutionSettings(JobExecutionSettings)}.\n@param jobExecutionSettings a consumer that will call methods on {@link JobExecutionSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobExecutionSettings(JobExecutionSettings)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Provides information about how a transcription job is executed.
\n@return Provides information about how a transcription job is executed.\n@deprecated Use {@link #jobExecutionSettings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Provides information about how a transcription job is executed.
\n@param jobExecutionSettings Provides information about how a transcription job is executed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobExecutionSettings(JobExecutionSettings)}\n",
"documentation" : "Provides information about how a transcription job is executed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobExecutionSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobExecutionSettings",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobExecutionSettings",
"fluentSetterDocumentation" : "Provides information about how a transcription job is executed.
\n@param jobExecutionSettings Provides information about how a transcription job is executed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobExecutionSettings",
"getterDocumentation" : "Provides information about how a transcription job is executed.
\n@return Provides information about how a transcription job is executed.",
"getterModel" : {
"returnType" : "JobExecutionSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobExecutionSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobExecutionSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "JobExecutionSettings",
"sensitive" : false,
"setterDocumentation" : "Provides information about how a transcription job is executed.
\n@param jobExecutionSettings Provides information about how a transcription job is executed.",
"setterMethodName" : "setJobExecutionSettings",
"setterModel" : {
"variableDeclarationType" : "JobExecutionSettings",
"variableName" : "jobExecutionSettings",
"variableType" : "JobExecutionSettings",
"documentation" : null,
"simpleType" : "JobExecutionSettings",
"variableSetterType" : "JobExecutionSettings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "JobExecutionSettings",
"variableName" : "jobExecutionSettings",
"variableType" : "JobExecutionSettings",
"documentation" : "Provides information about how a transcription job is executed.
",
"simpleType" : "JobExecutionSettings",
"variableSetterType" : "JobExecutionSettings"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CompletionTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCompletionTime",
"beanStyleSetterMethodName" : "setCompletionTime",
"c2jName" : "CompletionTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "A timestamp that shows when the job was completed.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #completionTime(Instant)}.\n@param completionTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completionTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A timestamp that shows when the job was completed.
\n@return A timestamp that shows when the job was completed.\n@deprecated Use {@link #completionTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A timestamp that shows when the job was completed.
\n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n",
"documentation" : "A timestamp that shows when the job was completed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCompletionTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completionTime",
"fluentSetterDocumentation" : "A timestamp that shows when the job was completed.
\n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completionTime",
"getterDocumentation" : "A timestamp that shows when the job was completed.
\n@return A timestamp that shows when the job was completed.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CompletionTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CompletionTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CompletionTime",
"sensitive" : false,
"setterDocumentation" : "A timestamp that shows when the job was completed.
\n@param completionTime A timestamp that shows when the job was completed.",
"setterMethodName" : "setCompletionTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completionTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completionTime",
"variableType" : "java.time.Instant",
"documentation" : "A timestamp that shows when the job was completed.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreationTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationTime",
"beanStyleSetterMethodName" : "setCreationTime",
"c2jName" : "CreationTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "A timestamp that shows when the job was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A timestamp that shows when the job was created.
\n@return A timestamp that shows when the job was created.\n@deprecated Use {@link #creationTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A timestamp that shows when the job was created.
\n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n",
"documentation" : "A timestamp that shows when the job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationTime",
"fluentSetterDocumentation" : "A timestamp that shows when the job was created.
\n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationTime",
"getterDocumentation" : "A timestamp that shows when the job was created.
\n@return A timestamp that shows when the job was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreationTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationTime",
"sensitive" : false,
"setterDocumentation" : "A timestamp that shows when the job was created.
\n@param creationTime A timestamp that shows when the job was created.",
"setterMethodName" : "setCreationTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : "A timestamp that shows when the job was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"FailureReason" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@return If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed. The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@param failureReason If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed. The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@param failureReason If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed. The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@return If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed. The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@param failureReason If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed. The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"JobExecutionSettings" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobExecutionSettings",
"beanStyleSetterMethodName" : "setJobExecutionSettings",
"c2jName" : "JobExecutionSettings",
"c2jShape" : "JobExecutionSettings",
"defaultConsumerFluentSetterDocumentation" : "Provides information about how a transcription job is executed.
\nThis is a convenience that creates an instance of the {@link JobExecutionSettings.Builder} avoiding the need to create one manually via {@link JobExecutionSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobExecutionSettings.Builder#build()} is called immediately and its result is passed to {@link #jobExecutionSettings(JobExecutionSettings)}.\n@param jobExecutionSettings a consumer that will call methods on {@link JobExecutionSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobExecutionSettings(JobExecutionSettings)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Provides information about how a transcription job is executed.
\n@return Provides information about how a transcription job is executed.\n@deprecated Use {@link #jobExecutionSettings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Provides information about how a transcription job is executed.
\n@param jobExecutionSettings Provides information about how a transcription job is executed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobExecutionSettings(JobExecutionSettings)}\n",
"documentation" : "Provides information about how a transcription job is executed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobExecutionSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobExecutionSettings",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobExecutionSettings",
"fluentSetterDocumentation" : "Provides information about how a transcription job is executed.
\n@param jobExecutionSettings Provides information about how a transcription job is executed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobExecutionSettings",
"getterDocumentation" : "Provides information about how a transcription job is executed.
\n@return Provides information about how a transcription job is executed.",
"getterModel" : {
"returnType" : "JobExecutionSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobExecutionSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobExecutionSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "JobExecutionSettings",
"sensitive" : false,
"setterDocumentation" : "Provides information about how a transcription job is executed.
\n@param jobExecutionSettings Provides information about how a transcription job is executed.",
"setterMethodName" : "setJobExecutionSettings",
"setterModel" : {
"variableDeclarationType" : "JobExecutionSettings",
"variableName" : "jobExecutionSettings",
"variableType" : "JobExecutionSettings",
"documentation" : null,
"simpleType" : "JobExecutionSettings",
"variableSetterType" : "JobExecutionSettings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "JobExecutionSettings",
"variableName" : "jobExecutionSettings",
"variableType" : "JobExecutionSettings",
"documentation" : "Provides information about how a transcription job is executed.
",
"simpleType" : "JobExecutionSettings",
"variableSetterType" : "JobExecutionSettings"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LanguageCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code for the input speech.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code for the input speech.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code for the input speech.
\n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code for the input speech.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code for the input speech.
\n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code for the input speech.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code for the input speech.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code for the input speech.
\n@param languageCode The language code for the input speech.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code for the input speech.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Media" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMedia",
"beanStyleSetterMethodName" : "setMedia",
"c2jName" : "Media",
"c2jShape" : "Media",
"defaultConsumerFluentSetterDocumentation" : "An object that describes the input media for the transcription job.
\nThis is a convenience that creates an instance of the {@link Media.Builder} avoiding the need to create one manually via {@link Media#builder()}.\n\nWhen the {@link Consumer} completes, {@link Media.Builder#build()} is called immediately and its result is passed to {@link #media(Media)}.\n@param media a consumer that will call methods on {@link Media.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #media(Media)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that describes the input media for the transcription job.
\n@return An object that describes the input media for the transcription job.\n@deprecated Use {@link #media()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that describes the input media for the transcription job.
\n@param media An object that describes the input media for the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #media(Media)}\n",
"documentation" : "An object that describes the input media for the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Media property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMedia",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "media",
"fluentSetterDocumentation" : "An object that describes the input media for the transcription job.
\n@param media An object that describes the input media for the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "media",
"getterDocumentation" : "An object that describes the input media for the transcription job.
\n@return An object that describes the input media for the transcription job.",
"getterModel" : {
"returnType" : "Media",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Media",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Media",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Media",
"sensitive" : false,
"setterDocumentation" : "An object that describes the input media for the transcription job.
\n@param media An object that describes the input media for the transcription job.",
"setterMethodName" : "setMedia",
"setterModel" : {
"variableDeclarationType" : "Media",
"variableName" : "media",
"variableType" : "Media",
"documentation" : null,
"simpleType" : "Media",
"variableSetterType" : "Media"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Media",
"variableName" : "media",
"variableType" : "Media",
"documentation" : "An object that describes the input media for the transcription job.
",
"simpleType" : "Media",
"variableSetterType" : "Media"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MediaFormat" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The format of the input media file.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #mediaFormat} will return {@link MediaFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #mediaFormatAsString}.\n
\n@return The format of the input media file.\n@see MediaFormat\n@deprecated Use {@link #mediaFormatAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The format of the input media file.
\n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat\n@deprecated Use {@link #mediaFormat(String)}\n",
"documentation" : "The format of the input media file.
",
"endpointDiscoveryId" : false,
"enumType" : "MediaFormat",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MediaFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMediaFormat",
"fluentEnumGetterMethodName" : "mediaFormat",
"fluentEnumSetterMethodName" : "mediaFormat",
"fluentGetterMethodName" : "mediaFormatAsString",
"fluentSetterDocumentation" : "The format of the input media file.
\n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat",
"fluentSetterMethodName" : "mediaFormat",
"getterDocumentation" : "The format of the input media file.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #mediaFormat} will return {@link MediaFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #mediaFormatAsString}.\n
\n@return The format of the input media file.\n@see MediaFormat",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MediaFormat",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MediaFormat",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MediaFormat",
"sensitive" : false,
"setterDocumentation" : "The format of the input media file.
\n@param mediaFormat The format of the input media file.\n@see MediaFormat",
"setterMethodName" : "setMediaFormat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "mediaFormat",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "mediaFormat",
"variableType" : "String",
"documentation" : "The format of the input media file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MediaSampleRateHertz" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMediaSampleRateHertz",
"beanStyleSetterMethodName" : "setMediaSampleRateHertz",
"c2jName" : "MediaSampleRateHertz",
"c2jShape" : "MediaSampleRateHertz",
"defaultConsumerFluentSetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #mediaSampleRateHertz(Integer)}.\n@param mediaSampleRateHertz a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mediaSampleRateHertz(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
\n@return The sample rate, in Hertz, of the audio track in the input media file.\n@deprecated Use {@link #mediaSampleRateHertz()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
\n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaSampleRateHertz(Integer)}\n",
"documentation" : "The sample rate, in Hertz, of the audio track in the input media file.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MediaSampleRateHertz property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMediaSampleRateHertz",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mediaSampleRateHertz",
"fluentSetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
\n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mediaSampleRateHertz",
"getterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
\n@return The sample rate, in Hertz, of the audio track in the input media file.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MediaSampleRateHertz",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MediaSampleRateHertz",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MediaSampleRateHertz",
"sensitive" : false,
"setterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
\n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.",
"setterMethodName" : "setMediaSampleRateHertz",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "mediaSampleRateHertz",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "mediaSampleRateHertz",
"variableType" : "Integer",
"documentation" : "The sample rate, in Hertz, of the audio track in the input media file.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Settings" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSettings",
"beanStyleSetterMethodName" : "setSettings",
"c2jName" : "Settings",
"c2jShape" : "Settings",
"defaultConsumerFluentSetterDocumentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
\nThis is a convenience that creates an instance of the {@link Settings.Builder} avoiding the need to create one manually via {@link Settings#builder()}.\n\nWhen the {@link Consumer} completes, {@link Settings.Builder#build()} is called immediately and its result is passed to {@link #settings(Settings)}.\n@param settings a consumer that will call methods on {@link Settings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #settings(Settings)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
\n@return Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.\n@deprecated Use {@link #settings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
\n@param settings Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #settings(Settings)}\n",
"documentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Settings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSettings",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "settings",
"fluentSetterDocumentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
\n@param settings Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "settings",
"getterDocumentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
\n@return Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.",
"getterModel" : {
"returnType" : "Settings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Settings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Settings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Settings",
"sensitive" : false,
"setterDocumentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
\n@param settings Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.",
"setterMethodName" : "setSettings",
"setterModel" : {
"variableDeclarationType" : "Settings",
"variableName" : "settings",
"variableType" : "Settings",
"documentation" : null,
"simpleType" : "Settings",
"variableSetterType" : "Settings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Settings",
"variableName" : "settings",
"variableType" : "Settings",
"documentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
",
"simpleType" : "Settings",
"variableSetterType" : "Settings"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StartTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStartTime",
"beanStyleSetterMethodName" : "setStartTime",
"c2jName" : "StartTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "A timestamp that shows with the job was started processing.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #startTime(Instant)}.\n@param startTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A timestamp that shows with the job was started processing.
\n@return A timestamp that shows with the job was started processing.\n@deprecated Use {@link #startTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A timestamp that shows with the job was started processing.
\n@param startTime A timestamp that shows with the job was started processing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n",
"documentation" : "A timestamp that shows with the job was started processing.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStartTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startTime",
"fluentSetterDocumentation" : "A timestamp that shows with the job was started processing.
\n@param startTime A timestamp that shows with the job was started processing.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startTime",
"getterDocumentation" : "A timestamp that shows with the job was started processing.
\n@return A timestamp that shows with the job was started processing.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StartTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "StartTime",
"sensitive" : false,
"setterDocumentation" : "A timestamp that shows with the job was started processing.
\n@param startTime A timestamp that shows with the job was started processing.",
"setterMethodName" : "setStartTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startTime",
"variableType" : "java.time.Instant",
"documentation" : "A timestamp that shows with the job was started processing.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Transcript" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscript",
"beanStyleSetterMethodName" : "setTranscript",
"c2jName" : "Transcript",
"c2jShape" : "Transcript",
"defaultConsumerFluentSetterDocumentation" : "An object that describes the output of the transcription job.
\nThis is a convenience that creates an instance of the {@link Transcript.Builder} avoiding the need to create one manually via {@link Transcript#builder()}.\n\nWhen the {@link Consumer} completes, {@link Transcript.Builder#build()} is called immediately and its result is passed to {@link #transcript(Transcript)}.\n@param transcript a consumer that will call methods on {@link Transcript.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcript(Transcript)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that describes the output of the transcription job.
\n@return An object that describes the output of the transcription job.\n@deprecated Use {@link #transcript()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that describes the output of the transcription job.
\n@param transcript An object that describes the output of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcript(Transcript)}\n",
"documentation" : "An object that describes the output of the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Transcript property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscript",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcript",
"fluentSetterDocumentation" : "An object that describes the output of the transcription job.
\n@param transcript An object that describes the output of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcript",
"getterDocumentation" : "An object that describes the output of the transcription job.
\n@return An object that describes the output of the transcription job.",
"getterModel" : {
"returnType" : "Transcript",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Transcript",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Transcript",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Transcript",
"sensitive" : false,
"setterDocumentation" : "An object that describes the output of the transcription job.
\n@param transcript An object that describes the output of the transcription job.",
"setterMethodName" : "setTranscript",
"setterModel" : {
"variableDeclarationType" : "Transcript",
"variableName" : "transcript",
"variableType" : "Transcript",
"documentation" : null,
"simpleType" : "Transcript",
"variableSetterType" : "Transcript"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Transcript",
"variableName" : "transcript",
"variableType" : "Transcript",
"documentation" : "An object that describes the output of the transcription job.
",
"simpleType" : "Transcript",
"variableSetterType" : "Transcript"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TranscriptionJobName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the transcription job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the transcription job.
\n@return The name of the transcription job.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the transcription job.
\n@param transcriptionJobName The name of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the transcription job.
\n@param transcriptionJobName The name of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobName",
"getterDocumentation" : "The name of the transcription job.
\n@return The name of the transcription job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the transcription job.
\n@param transcriptionJobName The name of the transcription job.",
"setterMethodName" : "setTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : "The name of the transcription job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TranscriptionJobStatus" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the transcription job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #transcriptionJobStatus} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #transcriptionJobStatusAsString}.\n
\n@return The status of the transcription job.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the transcription job.
\n@param transcriptionJobStatus The status of the transcription job.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatus(String)}\n",
"documentation" : "The status of the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobStatus",
"fluentEnumGetterMethodName" : "transcriptionJobStatus",
"fluentEnumSetterMethodName" : "transcriptionJobStatus",
"fluentGetterMethodName" : "transcriptionJobStatusAsString",
"fluentSetterDocumentation" : "The status of the transcription job.
\n@param transcriptionJobStatus The status of the transcription job.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "transcriptionJobStatus",
"getterDocumentation" : "The status of the transcription job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #transcriptionJobStatus} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #transcriptionJobStatusAsString}.\n
\n@return The status of the transcription job.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobStatus",
"sensitive" : false,
"setterDocumentation" : "The status of the transcription job.
\n@param transcriptionJobStatus The status of the transcription job.\n@see TranscriptionJobStatus",
"setterMethodName" : "setTranscriptionJobStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobStatus",
"variableType" : "String",
"documentation" : "The status of the transcription job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the transcription job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the transcription job.
\n@return The name of the transcription job.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the transcription job.
\n@param transcriptionJobName The name of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the transcription job.
\n@param transcriptionJobName The name of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobName",
"getterDocumentation" : "The name of the transcription job.
\n@return The name of the transcription job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the transcription job.
\n@param transcriptionJobName The name of the transcription job.",
"setterMethodName" : "setTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : "The name of the transcription job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the transcription job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #transcriptionJobStatus} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #transcriptionJobStatusAsString}.\n
\n@return The status of the transcription job.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the transcription job.
\n@param transcriptionJobStatus The status of the transcription job.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatus(String)}\n",
"documentation" : "The status of the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobStatus",
"fluentEnumGetterMethodName" : "transcriptionJobStatus",
"fluentEnumSetterMethodName" : "transcriptionJobStatus",
"fluentGetterMethodName" : "transcriptionJobStatusAsString",
"fluentSetterDocumentation" : "The status of the transcription job.
\n@param transcriptionJobStatus The status of the transcription job.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "transcriptionJobStatus",
"getterDocumentation" : "The status of the transcription job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #transcriptionJobStatus} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #transcriptionJobStatusAsString}.\n
\n@return The status of the transcription job.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobStatus",
"sensitive" : false,
"setterDocumentation" : "The status of the transcription job.
\n@param transcriptionJobStatus The status of the transcription job.\n@see TranscriptionJobStatus",
"setterMethodName" : "setTranscriptionJobStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobStatus",
"variableType" : "String",
"documentation" : "The status of the transcription job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code for the input speech.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code for the input speech.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code for the input speech.
\n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code for the input speech.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code for the input speech.
\n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code for the input speech.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code for the input speech.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code for the input speech.
\n@param languageCode The language code for the input speech.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code for the input speech.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMediaSampleRateHertz",
"beanStyleSetterMethodName" : "setMediaSampleRateHertz",
"c2jName" : "MediaSampleRateHertz",
"c2jShape" : "MediaSampleRateHertz",
"defaultConsumerFluentSetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #mediaSampleRateHertz(Integer)}.\n@param mediaSampleRateHertz a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mediaSampleRateHertz(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
\n@return The sample rate, in Hertz, of the audio track in the input media file.\n@deprecated Use {@link #mediaSampleRateHertz()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
\n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #mediaSampleRateHertz(Integer)}\n",
"documentation" : "The sample rate, in Hertz, of the audio track in the input media file.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MediaSampleRateHertz property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMediaSampleRateHertz",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "mediaSampleRateHertz",
"fluentSetterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
\n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "mediaSampleRateHertz",
"getterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
\n@return The sample rate, in Hertz, of the audio track in the input media file.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MediaSampleRateHertz",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MediaSampleRateHertz",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MediaSampleRateHertz",
"sensitive" : false,
"setterDocumentation" : "The sample rate, in Hertz, of the audio track in the input media file.
\n@param mediaSampleRateHertz The sample rate, in Hertz, of the audio track in the input media file.",
"setterMethodName" : "setMediaSampleRateHertz",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "mediaSampleRateHertz",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "mediaSampleRateHertz",
"variableType" : "Integer",
"documentation" : "The sample rate, in Hertz, of the audio track in the input media file.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The format of the input media file.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #mediaFormat} will return {@link MediaFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #mediaFormatAsString}.\n
\n@return The format of the input media file.\n@see MediaFormat\n@deprecated Use {@link #mediaFormatAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The format of the input media file.
\n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat\n@deprecated Use {@link #mediaFormat(String)}\n",
"documentation" : "The format of the input media file.
",
"endpointDiscoveryId" : false,
"enumType" : "MediaFormat",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MediaFormat property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMediaFormat",
"fluentEnumGetterMethodName" : "mediaFormat",
"fluentEnumSetterMethodName" : "mediaFormat",
"fluentGetterMethodName" : "mediaFormatAsString",
"fluentSetterDocumentation" : "The format of the input media file.
\n@param mediaFormat The format of the input media file.\n@see MediaFormat\n@return Returns a reference to this object so that method calls can be chained together.\n@see MediaFormat",
"fluentSetterMethodName" : "mediaFormat",
"getterDocumentation" : "The format of the input media file.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #mediaFormat} will return {@link MediaFormat#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #mediaFormatAsString}.\n
\n@return The format of the input media file.\n@see MediaFormat",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MediaFormat",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MediaFormat",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MediaFormat",
"sensitive" : false,
"setterDocumentation" : "The format of the input media file.
\n@param mediaFormat The format of the input media file.\n@see MediaFormat",
"setterMethodName" : "setMediaFormat",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "mediaFormat",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "mediaFormat",
"variableType" : "String",
"documentation" : "The format of the input media file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMedia",
"beanStyleSetterMethodName" : "setMedia",
"c2jName" : "Media",
"c2jShape" : "Media",
"defaultConsumerFluentSetterDocumentation" : "An object that describes the input media for the transcription job.
\nThis is a convenience that creates an instance of the {@link Media.Builder} avoiding the need to create one manually via {@link Media#builder()}.\n\nWhen the {@link Consumer} completes, {@link Media.Builder#build()} is called immediately and its result is passed to {@link #media(Media)}.\n@param media a consumer that will call methods on {@link Media.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #media(Media)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that describes the input media for the transcription job.
\n@return An object that describes the input media for the transcription job.\n@deprecated Use {@link #media()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that describes the input media for the transcription job.
\n@param media An object that describes the input media for the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #media(Media)}\n",
"documentation" : "An object that describes the input media for the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Media property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMedia",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "media",
"fluentSetterDocumentation" : "An object that describes the input media for the transcription job.
\n@param media An object that describes the input media for the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "media",
"getterDocumentation" : "An object that describes the input media for the transcription job.
\n@return An object that describes the input media for the transcription job.",
"getterModel" : {
"returnType" : "Media",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Media",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Media",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Media",
"sensitive" : false,
"setterDocumentation" : "An object that describes the input media for the transcription job.
\n@param media An object that describes the input media for the transcription job.",
"setterMethodName" : "setMedia",
"setterModel" : {
"variableDeclarationType" : "Media",
"variableName" : "media",
"variableType" : "Media",
"documentation" : null,
"simpleType" : "Media",
"variableSetterType" : "Media"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Media",
"variableName" : "media",
"variableType" : "Media",
"documentation" : "An object that describes the input media for the transcription job.
",
"simpleType" : "Media",
"variableSetterType" : "Media"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscript",
"beanStyleSetterMethodName" : "setTranscript",
"c2jName" : "Transcript",
"c2jShape" : "Transcript",
"defaultConsumerFluentSetterDocumentation" : "An object that describes the output of the transcription job.
\nThis is a convenience that creates an instance of the {@link Transcript.Builder} avoiding the need to create one manually via {@link Transcript#builder()}.\n\nWhen the {@link Consumer} completes, {@link Transcript.Builder#build()} is called immediately and its result is passed to {@link #transcript(Transcript)}.\n@param transcript a consumer that will call methods on {@link Transcript.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcript(Transcript)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that describes the output of the transcription job.
\n@return An object that describes the output of the transcription job.\n@deprecated Use {@link #transcript()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that describes the output of the transcription job.
\n@param transcript An object that describes the output of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcript(Transcript)}\n",
"documentation" : "An object that describes the output of the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Transcript property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscript",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcript",
"fluentSetterDocumentation" : "An object that describes the output of the transcription job.
\n@param transcript An object that describes the output of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcript",
"getterDocumentation" : "An object that describes the output of the transcription job.
\n@return An object that describes the output of the transcription job.",
"getterModel" : {
"returnType" : "Transcript",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Transcript",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Transcript",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Transcript",
"sensitive" : false,
"setterDocumentation" : "An object that describes the output of the transcription job.
\n@param transcript An object that describes the output of the transcription job.",
"setterMethodName" : "setTranscript",
"setterModel" : {
"variableDeclarationType" : "Transcript",
"variableName" : "transcript",
"variableType" : "Transcript",
"documentation" : null,
"simpleType" : "Transcript",
"variableSetterType" : "Transcript"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Transcript",
"variableName" : "transcript",
"variableType" : "Transcript",
"documentation" : "An object that describes the output of the transcription job.
",
"simpleType" : "Transcript",
"variableSetterType" : "Transcript"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStartTime",
"beanStyleSetterMethodName" : "setStartTime",
"c2jName" : "StartTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "A timestamp that shows with the job was started processing.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #startTime(Instant)}.\n@param startTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A timestamp that shows with the job was started processing.
\n@return A timestamp that shows with the job was started processing.\n@deprecated Use {@link #startTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A timestamp that shows with the job was started processing.
\n@param startTime A timestamp that shows with the job was started processing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n",
"documentation" : "A timestamp that shows with the job was started processing.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStartTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startTime",
"fluentSetterDocumentation" : "A timestamp that shows with the job was started processing.
\n@param startTime A timestamp that shows with the job was started processing.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startTime",
"getterDocumentation" : "A timestamp that shows with the job was started processing.
\n@return A timestamp that shows with the job was started processing.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StartTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "StartTime",
"sensitive" : false,
"setterDocumentation" : "A timestamp that shows with the job was started processing.
\n@param startTime A timestamp that shows with the job was started processing.",
"setterMethodName" : "setStartTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startTime",
"variableType" : "java.time.Instant",
"documentation" : "A timestamp that shows with the job was started processing.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationTime",
"beanStyleSetterMethodName" : "setCreationTime",
"c2jName" : "CreationTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "A timestamp that shows when the job was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A timestamp that shows when the job was created.
\n@return A timestamp that shows when the job was created.\n@deprecated Use {@link #creationTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A timestamp that shows when the job was created.
\n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n",
"documentation" : "A timestamp that shows when the job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationTime",
"fluentSetterDocumentation" : "A timestamp that shows when the job was created.
\n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationTime",
"getterDocumentation" : "A timestamp that shows when the job was created.
\n@return A timestamp that shows when the job was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreationTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationTime",
"sensitive" : false,
"setterDocumentation" : "A timestamp that shows when the job was created.
\n@param creationTime A timestamp that shows when the job was created.",
"setterMethodName" : "setCreationTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : "A timestamp that shows when the job was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCompletionTime",
"beanStyleSetterMethodName" : "setCompletionTime",
"c2jName" : "CompletionTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "A timestamp that shows when the job was completed.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #completionTime(Instant)}.\n@param completionTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completionTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A timestamp that shows when the job was completed.
\n@return A timestamp that shows when the job was completed.\n@deprecated Use {@link #completionTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A timestamp that shows when the job was completed.
\n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n",
"documentation" : "A timestamp that shows when the job was completed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCompletionTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completionTime",
"fluentSetterDocumentation" : "A timestamp that shows when the job was completed.
\n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completionTime",
"getterDocumentation" : "A timestamp that shows when the job was completed.
\n@return A timestamp that shows when the job was completed.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CompletionTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CompletionTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CompletionTime",
"sensitive" : false,
"setterDocumentation" : "A timestamp that shows when the job was completed.
\n@param completionTime A timestamp that shows when the job was completed.",
"setterMethodName" : "setCompletionTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completionTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completionTime",
"variableType" : "java.time.Instant",
"documentation" : "A timestamp that shows when the job was completed.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@return If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed. The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@param failureReason If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed. The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@param failureReason If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed. The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@return If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed. The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
\n@param failureReason If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed. The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the TranscriptionJobStatus
field is FAILED
, this field contains information about why the job failed.
The FailureReason
field can contain one of the following values:
-
Unsupported media format
- The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat
field for a list of valid values.
-
The media format provided does not match the detected media format
- The media format of the audio file doesn't match the format specified in the MediaFormat
field in the request. Check the media format of your media file and make sure that the two values match.
-
Invalid sample rate for audio file
- The sample rate specified in the MediaSampleRateHertz
of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.
-
The sample rate provided does not match the detected sample rate
- The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz
field in the request. Check the sample rate of your media file and make sure that the two values match.
-
Invalid file size: file size too large
- The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits in the Amazon Transcribe Developer Guide.
-
Invalid number of channels: number of channels too large
- Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits in the Amazon Web Services General Reference.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSettings",
"beanStyleSetterMethodName" : "setSettings",
"c2jName" : "Settings",
"c2jShape" : "Settings",
"defaultConsumerFluentSetterDocumentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
\nThis is a convenience that creates an instance of the {@link Settings.Builder} avoiding the need to create one manually via {@link Settings#builder()}.\n\nWhen the {@link Consumer} completes, {@link Settings.Builder#build()} is called immediately and its result is passed to {@link #settings(Settings)}.\n@param settings a consumer that will call methods on {@link Settings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #settings(Settings)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
\n@return Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.\n@deprecated Use {@link #settings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
\n@param settings Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #settings(Settings)}\n",
"documentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Settings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSettings",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "settings",
"fluentSetterDocumentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
\n@param settings Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "settings",
"getterDocumentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
\n@return Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.",
"getterModel" : {
"returnType" : "Settings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Settings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Settings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Settings",
"sensitive" : false,
"setterDocumentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
\n@param settings Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.",
"setterMethodName" : "setSettings",
"setterModel" : {
"variableDeclarationType" : "Settings",
"variableName" : "settings",
"variableType" : "Settings",
"documentation" : null,
"simpleType" : "Settings",
"variableSetterType" : "Settings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Settings",
"variableName" : "settings",
"variableType" : "Settings",
"documentation" : "Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.
",
"simpleType" : "Settings",
"variableSetterType" : "Settings"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobExecutionSettings",
"beanStyleSetterMethodName" : "setJobExecutionSettings",
"c2jName" : "JobExecutionSettings",
"c2jShape" : "JobExecutionSettings",
"defaultConsumerFluentSetterDocumentation" : "Provides information about how a transcription job is executed.
\nThis is a convenience that creates an instance of the {@link JobExecutionSettings.Builder} avoiding the need to create one manually via {@link JobExecutionSettings#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobExecutionSettings.Builder#build()} is called immediately and its result is passed to {@link #jobExecutionSettings(JobExecutionSettings)}.\n@param jobExecutionSettings a consumer that will call methods on {@link JobExecutionSettings.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobExecutionSettings(JobExecutionSettings)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Provides information about how a transcription job is executed.
\n@return Provides information about how a transcription job is executed.\n@deprecated Use {@link #jobExecutionSettings()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Provides information about how a transcription job is executed.
\n@param jobExecutionSettings Provides information about how a transcription job is executed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobExecutionSettings(JobExecutionSettings)}\n",
"documentation" : "Provides information about how a transcription job is executed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobExecutionSettings property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobExecutionSettings",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobExecutionSettings",
"fluentSetterDocumentation" : "Provides information about how a transcription job is executed.
\n@param jobExecutionSettings Provides information about how a transcription job is executed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobExecutionSettings",
"getterDocumentation" : "Provides information about how a transcription job is executed.
\n@return Provides information about how a transcription job is executed.",
"getterModel" : {
"returnType" : "JobExecutionSettings",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobExecutionSettings",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobExecutionSettings",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "JobExecutionSettings",
"sensitive" : false,
"setterDocumentation" : "Provides information about how a transcription job is executed.
\n@param jobExecutionSettings Provides information about how a transcription job is executed.",
"setterMethodName" : "setJobExecutionSettings",
"setterModel" : {
"variableDeclarationType" : "JobExecutionSettings",
"variableName" : "jobExecutionSettings",
"variableType" : "JobExecutionSettings",
"documentation" : null,
"simpleType" : "JobExecutionSettings",
"variableSetterType" : "JobExecutionSettings"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "JobExecutionSettings",
"variableName" : "jobExecutionSettings",
"variableType" : "JobExecutionSettings",
"documentation" : "Provides information about how a transcription job is executed.
",
"simpleType" : "JobExecutionSettings",
"variableSetterType" : "JobExecutionSettings"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "TranscriptionJob",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "TranscriptionJob",
"variableName" : "transcriptionJob",
"variableType" : "TranscriptionJob",
"documentation" : null,
"simpleType" : "TranscriptionJob",
"variableSetterType" : "TranscriptionJob"
},
"wrapper" : false,
"xmlNamespace" : null
},
"TranscriptionJobStatus" : {
"c2jName" : "TranscriptionJobStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "QUEUED",
"value" : "QUEUED"
}, {
"name" : "IN_PROGRESS",
"value" : "IN_PROGRESS"
}, {
"name" : "FAILED",
"value" : "FAILED"
}, {
"name" : "COMPLETED",
"value" : "COMPLETED"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "TranscriptionJobStatus",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "TranscriptionJobStatus",
"variableName" : "transcriptionJobStatus",
"variableType" : "TranscriptionJobStatus",
"documentation" : null,
"simpleType" : "TranscriptionJobStatus",
"variableSetterType" : "TranscriptionJobStatus"
},
"wrapper" : false,
"xmlNamespace" : null
},
"TranscriptionJobSummary" : {
"c2jName" : "TranscriptionJobSummary",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides a summary of information about a transcription job.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the transcription job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the transcription job.
\n@return The name of the transcription job.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the transcription job.
\n@param transcriptionJobName The name of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the transcription job.
\n@param transcriptionJobName The name of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobName",
"getterDocumentation" : "The name of the transcription job.
\n@return The name of the transcription job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the transcription job.
\n@param transcriptionJobName The name of the transcription job.",
"setterMethodName" : "setTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : "The name of the transcription job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationTime",
"beanStyleSetterMethodName" : "setCreationTime",
"c2jName" : "CreationTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "A timestamp that shows when the job was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A timestamp that shows when the job was created.
\n@return A timestamp that shows when the job was created.\n@deprecated Use {@link #creationTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A timestamp that shows when the job was created.
\n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n",
"documentation" : "A timestamp that shows when the job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationTime",
"fluentSetterDocumentation" : "A timestamp that shows when the job was created.
\n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationTime",
"getterDocumentation" : "A timestamp that shows when the job was created.
\n@return A timestamp that shows when the job was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreationTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationTime",
"sensitive" : false,
"setterDocumentation" : "A timestamp that shows when the job was created.
\n@param creationTime A timestamp that shows when the job was created.",
"setterMethodName" : "setCreationTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : "A timestamp that shows when the job was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStartTime",
"beanStyleSetterMethodName" : "setStartTime",
"c2jName" : "StartTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "A timestamp that shows when the job started processing.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #startTime(Instant)}.\n@param startTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A timestamp that shows when the job started processing.
\n@return A timestamp that shows when the job started processing.\n@deprecated Use {@link #startTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A timestamp that shows when the job started processing.
\n@param startTime A timestamp that shows when the job started processing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n",
"documentation" : "A timestamp that shows when the job started processing.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStartTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startTime",
"fluentSetterDocumentation" : "A timestamp that shows when the job started processing.
\n@param startTime A timestamp that shows when the job started processing.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startTime",
"getterDocumentation" : "A timestamp that shows when the job started processing.
\n@return A timestamp that shows when the job started processing.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StartTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "StartTime",
"sensitive" : false,
"setterDocumentation" : "A timestamp that shows when the job started processing.
\n@param startTime A timestamp that shows when the job started processing.",
"setterMethodName" : "setStartTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startTime",
"variableType" : "java.time.Instant",
"documentation" : "A timestamp that shows when the job started processing.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCompletionTime",
"beanStyleSetterMethodName" : "setCompletionTime",
"c2jName" : "CompletionTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "A timestamp that shows when the job was completed.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #completionTime(Instant)}.\n@param completionTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completionTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A timestamp that shows when the job was completed.
\n@return A timestamp that shows when the job was completed.\n@deprecated Use {@link #completionTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A timestamp that shows when the job was completed.
\n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n",
"documentation" : "A timestamp that shows when the job was completed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCompletionTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completionTime",
"fluentSetterDocumentation" : "A timestamp that shows when the job was completed.
\n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completionTime",
"getterDocumentation" : "A timestamp that shows when the job was completed.
\n@return A timestamp that shows when the job was completed.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CompletionTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CompletionTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CompletionTime",
"sensitive" : false,
"setterDocumentation" : "A timestamp that shows when the job was completed.
\n@param completionTime A timestamp that shows when the job was completed.",
"setterMethodName" : "setCompletionTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completionTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completionTime",
"variableType" : "java.time.Instant",
"documentation" : "A timestamp that shows when the job was completed.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code for the input speech.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code for the input speech.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code for the input speech.
\n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code for the input speech.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code for the input speech.
\n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code for the input speech.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code for the input speech.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code for the input speech.
\n@param languageCode The language code for the input speech.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code for the input speech.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #transcriptionJobStatus} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #transcriptionJobStatusAsString}.\n
\n@return The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
\n@param transcriptionJobStatus The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatus(String)}\n",
"documentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobStatus",
"fluentEnumGetterMethodName" : "transcriptionJobStatus",
"fluentEnumSetterMethodName" : "transcriptionJobStatus",
"fluentGetterMethodName" : "transcriptionJobStatusAsString",
"fluentSetterDocumentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
\n@param transcriptionJobStatus The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "transcriptionJobStatus",
"getterDocumentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #transcriptionJobStatus} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #transcriptionJobStatusAsString}.\n
\n@return The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobStatus",
"sensitive" : false,
"setterDocumentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
\n@param transcriptionJobStatus The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.\n@see TranscriptionJobStatus",
"setterMethodName" : "setTranscriptionJobStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobStatus",
"variableType" : "String",
"documentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
\n@return If the TranscriptionJobStatus
field is FAILED
, a description of the error.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
\n@param failureReason If the TranscriptionJobStatus
field is FAILED
, a description of the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
\n@param failureReason If the TranscriptionJobStatus
field is FAILED
, a description of the error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
\n@return If the TranscriptionJobStatus
field is FAILED
, a description of the error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
\n@param failureReason If the TranscriptionJobStatus
field is FAILED
, a description of the error.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #outputLocationType} will return {@link OutputLocationType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #outputLocationTypeAsString}.\n
\n@return Indicates the location of the output of the transcription job. If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.\n@see OutputLocationType\n@deprecated Use {@link #outputLocationTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
\n@param outputLocationType Indicates the location of the output of the transcription job. If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.\n@see OutputLocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputLocationType\n@deprecated Use {@link #outputLocationType(String)}\n",
"documentation" : "
Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
",
"endpointDiscoveryId" : false,
"enumType" : "OutputLocationType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OutputLocationType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOutputLocationType",
"fluentEnumGetterMethodName" : "outputLocationType",
"fluentEnumSetterMethodName" : "outputLocationType",
"fluentGetterMethodName" : "outputLocationTypeAsString",
"fluentSetterDocumentation" : "Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
\n@param outputLocationType Indicates the location of the output of the transcription job. If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.\n@see OutputLocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputLocationType",
"fluentSetterMethodName" : "outputLocationType",
"getterDocumentation" : "
Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #outputLocationType} will return {@link OutputLocationType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #outputLocationTypeAsString}.\n
\n@return Indicates the location of the output of the transcription job. If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.\n@see OutputLocationType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OutputLocationType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputLocationType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OutputLocationType",
"sensitive" : false,
"setterDocumentation" : "
Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
\n@param outputLocationType Indicates the location of the output of the transcription job. If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.\n@see OutputLocationType",
"setterMethodName" : "setOutputLocationType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "outputLocationType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "outputLocationType",
"variableType" : "String",
"documentation" : "
Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CompletionTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCompletionTime",
"beanStyleSetterMethodName" : "setCompletionTime",
"c2jName" : "CompletionTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "A timestamp that shows when the job was completed.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #completionTime(Instant)}.\n@param completionTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completionTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A timestamp that shows when the job was completed.
\n@return A timestamp that shows when the job was completed.\n@deprecated Use {@link #completionTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A timestamp that shows when the job was completed.
\n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n",
"documentation" : "A timestamp that shows when the job was completed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCompletionTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completionTime",
"fluentSetterDocumentation" : "A timestamp that shows when the job was completed.
\n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completionTime",
"getterDocumentation" : "A timestamp that shows when the job was completed.
\n@return A timestamp that shows when the job was completed.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CompletionTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CompletionTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CompletionTime",
"sensitive" : false,
"setterDocumentation" : "A timestamp that shows when the job was completed.
\n@param completionTime A timestamp that shows when the job was completed.",
"setterMethodName" : "setCompletionTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completionTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completionTime",
"variableType" : "java.time.Instant",
"documentation" : "A timestamp that shows when the job was completed.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreationTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationTime",
"beanStyleSetterMethodName" : "setCreationTime",
"c2jName" : "CreationTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "A timestamp that shows when the job was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A timestamp that shows when the job was created.
\n@return A timestamp that shows when the job was created.\n@deprecated Use {@link #creationTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A timestamp that shows when the job was created.
\n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n",
"documentation" : "A timestamp that shows when the job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationTime",
"fluentSetterDocumentation" : "A timestamp that shows when the job was created.
\n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationTime",
"getterDocumentation" : "A timestamp that shows when the job was created.
\n@return A timestamp that shows when the job was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreationTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationTime",
"sensitive" : false,
"setterDocumentation" : "A timestamp that shows when the job was created.
\n@param creationTime A timestamp that shows when the job was created.",
"setterMethodName" : "setCreationTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : "A timestamp that shows when the job was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"FailureReason" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
\n@return If the TranscriptionJobStatus
field is FAILED
, a description of the error.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
\n@param failureReason If the TranscriptionJobStatus
field is FAILED
, a description of the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
\n@param failureReason If the TranscriptionJobStatus
field is FAILED
, a description of the error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
\n@return If the TranscriptionJobStatus
field is FAILED
, a description of the error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
\n@param failureReason If the TranscriptionJobStatus
field is FAILED
, a description of the error.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LanguageCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code for the input speech.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code for the input speech.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code for the input speech.
\n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code for the input speech.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code for the input speech.
\n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code for the input speech.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code for the input speech.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code for the input speech.
\n@param languageCode The language code for the input speech.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code for the input speech.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"OutputLocationType" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #outputLocationType} will return {@link OutputLocationType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #outputLocationTypeAsString}.\n
\n@return Indicates the location of the output of the transcription job. If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.\n@see OutputLocationType\n@deprecated Use {@link #outputLocationTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
\n@param outputLocationType Indicates the location of the output of the transcription job. If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.\n@see OutputLocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputLocationType\n@deprecated Use {@link #outputLocationType(String)}\n",
"documentation" : "
Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
",
"endpointDiscoveryId" : false,
"enumType" : "OutputLocationType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OutputLocationType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOutputLocationType",
"fluentEnumGetterMethodName" : "outputLocationType",
"fluentEnumSetterMethodName" : "outputLocationType",
"fluentGetterMethodName" : "outputLocationTypeAsString",
"fluentSetterDocumentation" : "Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
\n@param outputLocationType Indicates the location of the output of the transcription job. If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.\n@see OutputLocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputLocationType",
"fluentSetterMethodName" : "outputLocationType",
"getterDocumentation" : "
Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #outputLocationType} will return {@link OutputLocationType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #outputLocationTypeAsString}.\n
\n@return Indicates the location of the output of the transcription job. If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.\n@see OutputLocationType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OutputLocationType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputLocationType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OutputLocationType",
"sensitive" : false,
"setterDocumentation" : "
Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
\n@param outputLocationType Indicates the location of the output of the transcription job. If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.\n@see OutputLocationType",
"setterMethodName" : "setOutputLocationType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "outputLocationType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "outputLocationType",
"variableType" : "String",
"documentation" : "
Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StartTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStartTime",
"beanStyleSetterMethodName" : "setStartTime",
"c2jName" : "StartTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "A timestamp that shows when the job started processing.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #startTime(Instant)}.\n@param startTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A timestamp that shows when the job started processing.
\n@return A timestamp that shows when the job started processing.\n@deprecated Use {@link #startTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A timestamp that shows when the job started processing.
\n@param startTime A timestamp that shows when the job started processing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n",
"documentation" : "A timestamp that shows when the job started processing.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStartTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startTime",
"fluentSetterDocumentation" : "A timestamp that shows when the job started processing.
\n@param startTime A timestamp that shows when the job started processing.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startTime",
"getterDocumentation" : "A timestamp that shows when the job started processing.
\n@return A timestamp that shows when the job started processing.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StartTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "StartTime",
"sensitive" : false,
"setterDocumentation" : "A timestamp that shows when the job started processing.
\n@param startTime A timestamp that shows when the job started processing.",
"setterMethodName" : "setStartTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startTime",
"variableType" : "java.time.Instant",
"documentation" : "A timestamp that shows when the job started processing.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TranscriptionJobName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the transcription job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the transcription job.
\n@return The name of the transcription job.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the transcription job.
\n@param transcriptionJobName The name of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the transcription job.
\n@param transcriptionJobName The name of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobName",
"getterDocumentation" : "The name of the transcription job.
\n@return The name of the transcription job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the transcription job.
\n@param transcriptionJobName The name of the transcription job.",
"setterMethodName" : "setTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : "The name of the transcription job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TranscriptionJobStatus" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #transcriptionJobStatus} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #transcriptionJobStatusAsString}.\n
\n@return The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
\n@param transcriptionJobStatus The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatus(String)}\n",
"documentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobStatus",
"fluentEnumGetterMethodName" : "transcriptionJobStatus",
"fluentEnumSetterMethodName" : "transcriptionJobStatus",
"fluentGetterMethodName" : "transcriptionJobStatusAsString",
"fluentSetterDocumentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
\n@param transcriptionJobStatus The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "transcriptionJobStatus",
"getterDocumentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #transcriptionJobStatus} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #transcriptionJobStatusAsString}.\n
\n@return The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobStatus",
"sensitive" : false,
"setterDocumentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
\n@param transcriptionJobStatus The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.\n@see TranscriptionJobStatus",
"setterMethodName" : "setTranscriptionJobStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobStatus",
"variableType" : "String",
"documentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the transcription job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the transcription job.
\n@return The name of the transcription job.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the transcription job.
\n@param transcriptionJobName The name of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the transcription job.
\n@param transcriptionJobName The name of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobName",
"getterDocumentation" : "The name of the transcription job.
\n@return The name of the transcription job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the transcription job.
\n@param transcriptionJobName The name of the transcription job.",
"setterMethodName" : "setTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : "The name of the transcription job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationTime",
"beanStyleSetterMethodName" : "setCreationTime",
"c2jName" : "CreationTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "A timestamp that shows when the job was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #creationTime(Instant)}.\n@param creationTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creationTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A timestamp that shows when the job was created.
\n@return A timestamp that shows when the job was created.\n@deprecated Use {@link #creationTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A timestamp that shows when the job was created.
\n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationTime(Instant)}\n",
"documentation" : "A timestamp that shows when the job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationTime",
"fluentSetterDocumentation" : "A timestamp that shows when the job was created.
\n@param creationTime A timestamp that shows when the job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationTime",
"getterDocumentation" : "A timestamp that shows when the job was created.
\n@return A timestamp that shows when the job was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreationTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationTime",
"sensitive" : false,
"setterDocumentation" : "A timestamp that shows when the job was created.
\n@param creationTime A timestamp that shows when the job was created.",
"setterMethodName" : "setCreationTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationTime",
"variableType" : "java.time.Instant",
"documentation" : "A timestamp that shows when the job was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStartTime",
"beanStyleSetterMethodName" : "setStartTime",
"c2jName" : "StartTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "A timestamp that shows when the job started processing.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #startTime(Instant)}.\n@param startTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A timestamp that shows when the job started processing.
\n@return A timestamp that shows when the job started processing.\n@deprecated Use {@link #startTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A timestamp that shows when the job started processing.
\n@param startTime A timestamp that shows when the job started processing.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startTime(Instant)}\n",
"documentation" : "A timestamp that shows when the job started processing.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StartTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStartTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startTime",
"fluentSetterDocumentation" : "A timestamp that shows when the job started processing.
\n@param startTime A timestamp that shows when the job started processing.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startTime",
"getterDocumentation" : "A timestamp that shows when the job started processing.
\n@return A timestamp that shows when the job started processing.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StartTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "StartTime",
"sensitive" : false,
"setterDocumentation" : "A timestamp that shows when the job started processing.
\n@param startTime A timestamp that shows when the job started processing.",
"setterMethodName" : "setStartTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startTime",
"variableType" : "java.time.Instant",
"documentation" : "A timestamp that shows when the job started processing.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCompletionTime",
"beanStyleSetterMethodName" : "setCompletionTime",
"c2jName" : "CompletionTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "A timestamp that shows when the job was completed.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #completionTime(Instant)}.\n@param completionTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completionTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A timestamp that shows when the job was completed.
\n@return A timestamp that shows when the job was completed.\n@deprecated Use {@link #completionTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A timestamp that shows when the job was completed.
\n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionTime(Instant)}\n",
"documentation" : "A timestamp that shows when the job was completed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CompletionTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCompletionTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completionTime",
"fluentSetterDocumentation" : "A timestamp that shows when the job was completed.
\n@param completionTime A timestamp that shows when the job was completed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completionTime",
"getterDocumentation" : "A timestamp that shows when the job was completed.
\n@return A timestamp that shows when the job was completed.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CompletionTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CompletionTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CompletionTime",
"sensitive" : false,
"setterDocumentation" : "A timestamp that shows when the job was completed.
\n@param completionTime A timestamp that shows when the job was completed.",
"setterMethodName" : "setCompletionTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completionTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completionTime",
"variableType" : "java.time.Instant",
"documentation" : "A timestamp that shows when the job was completed.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code for the input speech.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code for the input speech.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code for the input speech.
\n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code for the input speech.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code for the input speech.
\n@param languageCode The language code for the input speech.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code for the input speech.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code for the input speech.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code for the input speech.
\n@param languageCode The language code for the input speech.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code for the input speech.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #transcriptionJobStatus} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #transcriptionJobStatusAsString}.\n
\n@return The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
\n@param transcriptionJobStatus The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #transcriptionJobStatus(String)}\n",
"documentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobStatus property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobStatus",
"fluentEnumGetterMethodName" : "transcriptionJobStatus",
"fluentEnumSetterMethodName" : "transcriptionJobStatus",
"fluentGetterMethodName" : "transcriptionJobStatusAsString",
"fluentSetterDocumentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
\n@param transcriptionJobStatus The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "transcriptionJobStatus",
"getterDocumentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #transcriptionJobStatus} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #transcriptionJobStatusAsString}.\n
\n@return The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobStatus",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobStatus",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobStatus",
"sensitive" : false,
"setterDocumentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
\n@param transcriptionJobStatus The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.\n@see TranscriptionJobStatus",
"setterMethodName" : "setTranscriptionJobStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobStatus",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobStatus",
"variableType" : "String",
"documentation" : "The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
\n@return If the TranscriptionJobStatus
field is FAILED
, a description of the error.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
\n@param failureReason If the TranscriptionJobStatus
field is FAILED
, a description of the error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
\n@param failureReason If the TranscriptionJobStatus
field is FAILED
, a description of the error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
\n@return If the TranscriptionJobStatus
field is FAILED
, a description of the error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
\n@param failureReason If the TranscriptionJobStatus
field is FAILED
, a description of the error.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the TranscriptionJobStatus
field is FAILED
, a description of the error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #outputLocationType} will return {@link OutputLocationType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #outputLocationTypeAsString}.\n
\n@return Indicates the location of the output of the transcription job. If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.\n@see OutputLocationType\n@deprecated Use {@link #outputLocationTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
\n@param outputLocationType Indicates the location of the output of the transcription job. If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.\n@see OutputLocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputLocationType\n@deprecated Use {@link #outputLocationType(String)}\n",
"documentation" : "
Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
",
"endpointDiscoveryId" : false,
"enumType" : "OutputLocationType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the OutputLocationType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasOutputLocationType",
"fluentEnumGetterMethodName" : "outputLocationType",
"fluentEnumSetterMethodName" : "outputLocationType",
"fluentGetterMethodName" : "outputLocationTypeAsString",
"fluentSetterDocumentation" : "Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
\n@param outputLocationType Indicates the location of the output of the transcription job. If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.\n@see OutputLocationType\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputLocationType",
"fluentSetterMethodName" : "outputLocationType",
"getterDocumentation" : "
Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #outputLocationType} will return {@link OutputLocationType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #outputLocationTypeAsString}.\n
\n@return Indicates the location of the output of the transcription job. If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.\n@see OutputLocationType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "OutputLocationType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "OutputLocationType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "OutputLocationType",
"sensitive" : false,
"setterDocumentation" : "
Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
\n@param outputLocationType Indicates the location of the output of the transcription job. If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.\n@see OutputLocationType",
"setterMethodName" : "setOutputLocationType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "outputLocationType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "outputLocationType",
"variableType" : "String",
"documentation" : "
Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket specified in the outputBucketName
field when the transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon Transcribe and can be retrieved using the URI in the GetTranscriptionJob
response's TranscriptFileUri
field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "TranscriptionJobSummary",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "TranscriptionJobSummary",
"variableName" : "transcriptionJobSummary",
"variableType" : "TranscriptionJobSummary",
"documentation" : null,
"simpleType" : "TranscriptionJobSummary",
"variableSetterType" : "TranscriptionJobSummary"
},
"wrapper" : false,
"xmlNamespace" : null
},
"UpdateVocabularyRequest" : {
"c2jName" : "UpdateVocabularyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "UpdateVocabulary",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.UpdateVocabulary",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to update. The name is case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to update. The name is case-sensitive.
\n@return The name of the vocabulary to update. The name is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to update. The name is case-sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to update. The name is case-sensitive.
\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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getPhrases",
"beanStyleSetterMethodName" : "setPhrases",
"c2jName" : "Phrases",
"c2jShape" : "Phrases",
"defaultConsumerFluentSetterDocumentation" : "An array of strings containing the vocabulary entries.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #phrases(List)}.\n@param phrases a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #phrases(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of strings containing the vocabulary entries.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n
\n@return An array of strings containing the vocabulary entries.\n@deprecated Use {@link #phrases()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of strings containing the vocabulary entries.
\n@param phrases An array of strings containing the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phrases(List)}\n",
"documentation" : "An array of strings containing the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Phrases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPhrases",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phrases",
"fluentSetterDocumentation" : "An array of strings containing the vocabulary entries.
\n@param phrases An array of strings containing the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phrases",
"getterDocumentation" : "An array of strings containing the vocabulary entries.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n
\n@return An array of strings containing the vocabulary entries.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Phrases",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Phrases",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Phrase",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Phrases",
"sensitive" : false,
"setterDocumentation" : "An array of strings containing the vocabulary entries.
\n@param phrases An array of strings containing the vocabulary entries.",
"setterMethodName" : "setPhrases",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phrases",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phrases",
"variableType" : "java.util.List",
"documentation" : "An array of strings containing the vocabulary entries.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFileUri",
"beanStyleSetterMethodName" : "setVocabularyFileUri",
"c2jName" : "VocabularyFileUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFileUri(String)}.\n@param vocabularyFileUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFileUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n",
"documentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFileUri",
"fluentSetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFileUri",
"getterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFileUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFileUri",
"sensitive" : false,
"setterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.",
"setterMethodName" : "setVocabularyFileUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LanguageCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Phrases" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getPhrases",
"beanStyleSetterMethodName" : "setPhrases",
"c2jName" : "Phrases",
"c2jShape" : "Phrases",
"defaultConsumerFluentSetterDocumentation" : "An array of strings containing the vocabulary entries.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #phrases(List)}.\n@param phrases a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #phrases(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of strings containing the vocabulary entries.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n
\n@return An array of strings containing the vocabulary entries.\n@deprecated Use {@link #phrases()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of strings containing the vocabulary entries.
\n@param phrases An array of strings containing the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phrases(List)}\n",
"documentation" : "An array of strings containing the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Phrases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPhrases",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phrases",
"fluentSetterDocumentation" : "An array of strings containing the vocabulary entries.
\n@param phrases An array of strings containing the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phrases",
"getterDocumentation" : "An array of strings containing the vocabulary entries.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n
\n@return An array of strings containing the vocabulary entries.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Phrases",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Phrases",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Phrase",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Phrases",
"sensitive" : false,
"setterDocumentation" : "An array of strings containing the vocabulary entries.
\n@param phrases An array of strings containing the vocabulary entries.",
"setterMethodName" : "setPhrases",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phrases",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phrases",
"variableType" : "java.util.List",
"documentation" : "An array of strings containing the vocabulary entries.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyFileUri" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFileUri",
"beanStyleSetterMethodName" : "setVocabularyFileUri",
"c2jName" : "VocabularyFileUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFileUri(String)}.\n@param vocabularyFileUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFileUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n",
"documentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFileUri",
"fluentSetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFileUri",
"getterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFileUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFileUri",
"sensitive" : false,
"setterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.",
"setterMethodName" : "setVocabularyFileUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to update. The name is case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to update. The name is case-sensitive.
\n@return The name of the vocabulary to update. The name is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to update. The name is case-sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to update. The name is case-sensitive.
\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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to update. The name is case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to update. The name is case-sensitive.
\n@return The name of the vocabulary to update. The name is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "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.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to update. The name is case-sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to 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,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to update. The name is case-sensitive.
\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"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getPhrases",
"beanStyleSetterMethodName" : "setPhrases",
"c2jName" : "Phrases",
"c2jShape" : "Phrases",
"defaultConsumerFluentSetterDocumentation" : "An array of strings containing the vocabulary entries.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #phrases(List)}.\n@param phrases a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #phrases(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of strings containing the vocabulary entries.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n
\n@return An array of strings containing the vocabulary entries.\n@deprecated Use {@link #phrases()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of strings containing the vocabulary entries.
\n@param phrases An array of strings containing the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phrases(List)}\n",
"documentation" : "An array of strings containing the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Phrases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPhrases",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phrases",
"fluentSetterDocumentation" : "An array of strings containing the vocabulary entries.
\n@param phrases An array of strings containing the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phrases",
"getterDocumentation" : "An array of strings containing the vocabulary entries.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n
\n@return An array of strings containing the vocabulary entries.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Phrases",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Phrases",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Phrase",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Phrases",
"sensitive" : false,
"setterDocumentation" : "An array of strings containing the vocabulary entries.
\n@param phrases An array of strings containing the vocabulary entries.",
"setterMethodName" : "setPhrases",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phrases",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phrases",
"variableType" : "java.util.List",
"documentation" : "An array of strings containing the vocabulary entries.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFileUri",
"beanStyleSetterMethodName" : "setVocabularyFileUri",
"c2jName" : "VocabularyFileUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFileUri(String)}.\n@param vocabularyFileUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFileUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n",
"documentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFileUri",
"fluentSetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFileUri",
"getterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFileUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFileUri",
"sensitive" : false,
"setterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.",
"setterMethodName" : "setVocabularyFileUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "VocabularyName", "LanguageCode" ],
"shapeName" : "UpdateVocabularyRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "UpdateVocabularyRequest",
"variableName" : "updateVocabularyRequest",
"variableType" : "UpdateVocabularyRequest",
"documentation" : null,
"simpleType" : "UpdateVocabularyRequest",
"variableSetterType" : "UpdateVocabularyRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"UpdateVocabularyResponse" : {
"c2jName" : "UpdateVocabularyResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary that was updated.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary that was updated.
\n@return The name of the vocabulary that was updated.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary that was updated.
\n@param vocabularyName The name of the vocabulary that was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary that was updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary that was updated.
\n@param vocabularyName The name of the vocabulary that was updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary that was updated.
\n@return The name of the vocabulary that was updated.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary that was updated.
\n@param vocabularyName The name of the vocabulary that was updated.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary that was updated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary was updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary was updated.
\n@return The date and time that the vocabulary was updated.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary was updated.
\n@param lastModifiedTime The date and time that the vocabulary was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary was updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary was updated.
\n@param lastModifiedTime The date and time that the vocabulary was updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary was updated.
\n@return The date and time that the vocabulary was updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary was updated.
\n@param lastModifiedTime The date and time that the vocabulary was updated.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary was updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LanguageCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastModifiedTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary was updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary was updated.
\n@return The date and time that the vocabulary was updated.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary was updated.
\n@param lastModifiedTime The date and time that the vocabulary was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary was updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary was updated.
\n@param lastModifiedTime The date and time that the vocabulary was updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary was updated.
\n@return The date and time that the vocabulary was updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary was updated.
\n@param lastModifiedTime The date and time that the vocabulary was updated.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary was updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary that was updated.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary that was updated.
\n@return The name of the vocabulary that was updated.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary that was updated.
\n@param vocabularyName The name of the vocabulary that was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary that was updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary that was updated.
\n@param vocabularyName The name of the vocabulary that was updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary that was updated.
\n@return The name of the vocabulary that was updated.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary that was updated.
\n@param vocabularyName The name of the vocabulary that was updated.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary that was updated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyState" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary that was updated.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary that was updated.
\n@return The name of the vocabulary that was updated.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary that was updated.
\n@param vocabularyName The name of the vocabulary that was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary that was updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary that was updated.
\n@param vocabularyName The name of the vocabulary that was updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary that was updated.
\n@return The name of the vocabulary that was updated.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary that was updated.
\n@param vocabularyName The name of the vocabulary that was updated.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary that was updated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary was updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary was updated.
\n@return The date and time that the vocabulary was updated.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary was updated.
\n@param lastModifiedTime The date and time that the vocabulary was updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary was updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary was updated.
\n@param lastModifiedTime The date and time that the vocabulary was updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary was updated.
\n@return The date and time that the vocabulary was updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary was updated.
\n@param lastModifiedTime The date and time that the vocabulary was updated.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary was updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "UpdateVocabularyResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "UpdateVocabularyResponse",
"variableName" : "updateVocabularyResponse",
"variableType" : "UpdateVocabularyResponse",
"documentation" : null,
"simpleType" : "UpdateVocabularyResponse",
"variableSetterType" : "UpdateVocabularyResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"VocabularyInfo" : {
"c2jName" : "VocabularyInfo",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides information about a custom vocabulary.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary.
\n@return The name of the vocabulary.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary.
\n@return The name of the vocabulary.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary was last modified.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@return The date and time that the vocabulary was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary was last modified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary was last modified.
\n@return The date and time that the vocabulary was last modified.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary was last modified.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LanguageCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastModifiedTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary was last modified.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@return The date and time that the vocabulary was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary was last modified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary was last modified.
\n@return The date and time that the vocabulary was last modified.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary was last modified.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary.
\n@return The name of the vocabulary.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary.
\n@return The name of the vocabulary.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyState" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary.
\n@return The name of the vocabulary.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary.
\n@return The name of the vocabulary.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary was last modified.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@return The date and time that the vocabulary was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary was last modified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary was last modified.
\n@return The date and time that the vocabulary was last modified.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary was last modified.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "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,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a StartTranscriptionJob
request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "VocabularyInfo",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "VocabularyInfo",
"variableName" : "vocabularyInfo",
"variableType" : "VocabularyInfo",
"documentation" : null,
"simpleType" : "VocabularyInfo",
"variableSetterType" : "VocabularyInfo"
},
"wrapper" : false,
"xmlNamespace" : null
},
"VocabularyState" : {
"c2jName" : "VocabularyState",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "PENDING",
"value" : "PENDING"
}, {
"name" : "READY",
"value" : "READY"
}, {
"name" : "FAILED",
"value" : "FAILED"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "VocabularyState",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "VocabularyState",
"variableName" : "vocabularyState",
"variableType" : "VocabularyState",
"documentation" : null,
"simpleType" : "VocabularyState",
"variableSetterType" : "VocabularyState"
},
"wrapper" : false,
"xmlNamespace" : null
}
},
"customAuthorizers" : { },
"customRetryPolicy" : null,
"examples" : {
"examples" : { },
"version" : "1.0"
},
"fileHeader" : "/*\n * Copyright 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"
}