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" : [ ],
"enableEndpointDiscoveryMethodRequired" : false,
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ "listTranscriptionJobs", "listVocabularies" ]
},
"metadata" : {
"apiVersion" : "2017-10-26",
"asyncBuilder" : "DefaultTranscribeAsyncClientBuilder",
"asyncBuilderInterface" : "TranscribeAsyncClientBuilder",
"asyncClient" : "DefaultTranscribeAsyncClient",
"asyncInterface" : "TranscribeAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultTranscribeBaseClientBuilder",
"baseBuilderInterface" : "TranscribeBaseClientBuilder",
"baseExceptionName" : "TranscribeException",
"baseRequestName" : "TranscribeRequest",
"baseResponseName" : "TranscribeResponse",
"cborProtocol" : false,
"clientPackageName" : "transcribe",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "Amazon Transcribe Service",
"documentation" : "Operations and objects for transcribing speech to text.
",
"endpointPrefix" : "transcribe",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.transcribe",
"fullModelPackageName" : "software.amazon.awssdk.services.transcribe.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.transcribe.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.transcribe.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.transcribe.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "transcribe.model",
"paginatorsPackageName" : "transcribe.paginators",
"protocol" : "json",
"queryProtocol" : false,
"requestTransformPackageName" : "transcribe.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "Transcribe",
"serviceName" : "Transcribe",
"signingName" : "transcribe",
"syncBuilder" : "DefaultTranscribeClientBuilder",
"syncBuilderInterface" : "TranscribeClientBuilder",
"syncClient" : "DefaultTranscribeClient",
"syncInterface" : "TranscribeClient",
"transformPackageName" : "transcribe.transform",
"uid" : "transcribe-2017-10-26",
"xmlProtocol" : false
},
"operations" : {
"CreateMedicalVocabulary" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new custom vocabulary that you can use to change how Amazon Transcribe Medical transcribes your audio file.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConflictException",
"documentation" : "The resource name already exists.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateMedicalVocabularyRequest",
"variableName" : "createMedicalVocabularyRequest",
"variableType" : "CreateMedicalVocabularyRequest",
"documentation" : "",
"simpleType" : "CreateMedicalVocabularyRequest",
"variableSetterType" : "CreateMedicalVocabularyRequest"
},
"methodName" : "createMedicalVocabulary",
"operationName" : "CreateMedicalVocabulary",
"paginated" : false,
"returnType" : {
"returnType" : "CreateMedicalVocabularyResponse",
"documentation" : null
},
"syncReturnType" : "CreateMedicalVocabularyResponse"
},
"CreateVocabulary" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new custom vocabulary that you can use to change the way Amazon Transcribe handles transcription of an audio file.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConflictException",
"documentation" : "The resource name already exists.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateVocabularyRequest",
"variableName" : "createVocabularyRequest",
"variableType" : "CreateVocabularyRequest",
"documentation" : "",
"simpleType" : "CreateVocabularyRequest",
"variableSetterType" : "CreateVocabularyRequest"
},
"methodName" : "createVocabulary",
"operationName" : "CreateVocabulary",
"paginated" : false,
"returnType" : {
"returnType" : "CreateVocabularyResponse",
"documentation" : null
},
"syncReturnType" : "CreateVocabularyResponse"
},
"CreateVocabularyFilter" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new vocabulary filter that you can use to filter words, such as profane words, from the output of a transcription job.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConflictException",
"documentation" : "The resource name already exists.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateVocabularyFilterRequest",
"variableName" : "createVocabularyFilterRequest",
"variableType" : "CreateVocabularyFilterRequest",
"documentation" : "",
"simpleType" : "CreateVocabularyFilterRequest",
"variableSetterType" : "CreateVocabularyFilterRequest"
},
"methodName" : "createVocabularyFilter",
"operationName" : "CreateVocabularyFilter",
"paginated" : false,
"returnType" : {
"returnType" : "CreateVocabularyFilterResponse",
"documentation" : null
},
"syncReturnType" : "CreateVocabularyFilterResponse"
},
"DeleteMedicalTranscriptionJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a transcription job generated by Amazon Transcribe Medical and any related information.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteMedicalTranscriptionJobRequest",
"variableName" : "deleteMedicalTranscriptionJobRequest",
"variableType" : "DeleteMedicalTranscriptionJobRequest",
"documentation" : "",
"simpleType" : "DeleteMedicalTranscriptionJobRequest",
"variableSetterType" : "DeleteMedicalTranscriptionJobRequest"
},
"methodName" : "deleteMedicalTranscriptionJob",
"operationName" : "DeleteMedicalTranscriptionJob",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteMedicalTranscriptionJobResponse",
"documentation" : null
},
"syncReturnType" : "DeleteMedicalTranscriptionJobResponse"
},
"DeleteMedicalVocabulary" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a vocabulary from Amazon Transcribe Medical.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "We can't find the requested resource. Check the name and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteMedicalVocabularyRequest",
"variableName" : "deleteMedicalVocabularyRequest",
"variableType" : "DeleteMedicalVocabularyRequest",
"documentation" : "",
"simpleType" : "DeleteMedicalVocabularyRequest",
"variableSetterType" : "DeleteMedicalVocabularyRequest"
},
"methodName" : "deleteMedicalVocabulary",
"operationName" : "DeleteMedicalVocabulary",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteMedicalVocabularyResponse",
"documentation" : null
},
"syncReturnType" : "DeleteMedicalVocabularyResponse"
},
"DeleteTranscriptionJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a previously submitted transcription job along with any other generated results such as the transcription, models, and so on.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteTranscriptionJobRequest",
"variableName" : "deleteTranscriptionJobRequest",
"variableType" : "DeleteTranscriptionJobRequest",
"documentation" : "",
"simpleType" : "DeleteTranscriptionJobRequest",
"variableSetterType" : "DeleteTranscriptionJobRequest"
},
"methodName" : "deleteTranscriptionJob",
"operationName" : "DeleteTranscriptionJob",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteTranscriptionJobResponse",
"documentation" : null
},
"syncReturnType" : "DeleteTranscriptionJobResponse"
},
"DeleteVocabulary" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a vocabulary from Amazon Transcribe.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "We can't find the requested resource. Check the name and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteVocabularyRequest",
"variableName" : "deleteVocabularyRequest",
"variableType" : "DeleteVocabularyRequest",
"documentation" : "",
"simpleType" : "DeleteVocabularyRequest",
"variableSetterType" : "DeleteVocabularyRequest"
},
"methodName" : "deleteVocabulary",
"operationName" : "DeleteVocabulary",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteVocabularyResponse",
"documentation" : null
},
"syncReturnType" : "DeleteVocabularyResponse"
},
"DeleteVocabularyFilter" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes a vocabulary filter.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "We can't find the requested resource. Check the name and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteVocabularyFilterRequest",
"variableName" : "deleteVocabularyFilterRequest",
"variableType" : "DeleteVocabularyFilterRequest",
"documentation" : "",
"simpleType" : "DeleteVocabularyFilterRequest",
"variableSetterType" : "DeleteVocabularyFilterRequest"
},
"methodName" : "deleteVocabularyFilter",
"operationName" : "DeleteVocabularyFilter",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteVocabularyFilterResponse",
"documentation" : null
},
"syncReturnType" : "DeleteVocabularyFilterResponse"
},
"GetMedicalTranscriptionJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about a transcription job from Amazon Transcribe Medical. To see the status of the job, check the TranscriptionJobStatus
field. If the status is COMPLETED
, the job is finished. You find the results of the completed job in the TranscriptFileUri
field.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NotFoundException",
"documentation" : "We can't find the requested resource. Check the name and try your request again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetMedicalTranscriptionJobRequest",
"variableName" : "getMedicalTranscriptionJobRequest",
"variableType" : "GetMedicalTranscriptionJobRequest",
"documentation" : "",
"simpleType" : "GetMedicalTranscriptionJobRequest",
"variableSetterType" : "GetMedicalTranscriptionJobRequest"
},
"methodName" : "getMedicalTranscriptionJob",
"operationName" : "GetMedicalTranscriptionJob",
"paginated" : false,
"returnType" : {
"returnType" : "GetMedicalTranscriptionJobResponse",
"documentation" : null
},
"syncReturnType" : "GetMedicalTranscriptionJobResponse"
},
"GetMedicalVocabulary" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Retrieve information about a medical vocabulary.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "We can't find the requested resource. Check the name and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetMedicalVocabularyRequest",
"variableName" : "getMedicalVocabularyRequest",
"variableType" : "GetMedicalVocabularyRequest",
"documentation" : "",
"simpleType" : "GetMedicalVocabularyRequest",
"variableSetterType" : "GetMedicalVocabularyRequest"
},
"methodName" : "getMedicalVocabulary",
"operationName" : "GetMedicalVocabulary",
"paginated" : false,
"returnType" : {
"returnType" : "GetMedicalVocabularyResponse",
"documentation" : null
},
"syncReturnType" : "GetMedicalVocabularyResponse"
},
"GetTranscriptionJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about a transcription job. To see the status of the job, check the TranscriptionJobStatus
field. If the status is COMPLETED
, the job is finished and you can find the results at the location specified in the TranscriptFileUri
field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri
.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NotFoundException",
"documentation" : "We can't find the requested resource. Check the name and try your request again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetTranscriptionJobRequest",
"variableName" : "getTranscriptionJobRequest",
"variableType" : "GetTranscriptionJobRequest",
"documentation" : "",
"simpleType" : "GetTranscriptionJobRequest",
"variableSetterType" : "GetTranscriptionJobRequest"
},
"methodName" : "getTranscriptionJob",
"operationName" : "GetTranscriptionJob",
"paginated" : false,
"returnType" : {
"returnType" : "GetTranscriptionJobResponse",
"documentation" : null
},
"syncReturnType" : "GetTranscriptionJobResponse"
},
"GetVocabulary" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about a vocabulary.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "We can't find the requested resource. Check the name and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetVocabularyRequest",
"variableName" : "getVocabularyRequest",
"variableType" : "GetVocabularyRequest",
"documentation" : "",
"simpleType" : "GetVocabularyRequest",
"variableSetterType" : "GetVocabularyRequest"
},
"methodName" : "getVocabulary",
"operationName" : "GetVocabulary",
"paginated" : false,
"returnType" : {
"returnType" : "GetVocabularyResponse",
"documentation" : null
},
"syncReturnType" : "GetVocabularyResponse"
},
"GetVocabularyFilter" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about a vocabulary filter.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : "We can't find the requested resource. Check the name and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetVocabularyFilterRequest",
"variableName" : "getVocabularyFilterRequest",
"variableType" : "GetVocabularyFilterRequest",
"documentation" : "",
"simpleType" : "GetVocabularyFilterRequest",
"variableSetterType" : "GetVocabularyFilterRequest"
},
"methodName" : "getVocabularyFilter",
"operationName" : "GetVocabularyFilter",
"paginated" : false,
"returnType" : {
"returnType" : "GetVocabularyFilterResponse",
"documentation" : null
},
"syncReturnType" : "GetVocabularyFilterResponse"
},
"ListMedicalTranscriptionJobs" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists medical transcription jobs with a specified status or substring that matches their names.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListMedicalTranscriptionJobsRequest",
"variableName" : "listMedicalTranscriptionJobsRequest",
"variableType" : "ListMedicalTranscriptionJobsRequest",
"documentation" : "",
"simpleType" : "ListMedicalTranscriptionJobsRequest",
"variableSetterType" : "ListMedicalTranscriptionJobsRequest"
},
"methodName" : "listMedicalTranscriptionJobs",
"operationName" : "ListMedicalTranscriptionJobs",
"paginated" : true,
"returnType" : {
"returnType" : "ListMedicalTranscriptionJobsResponse",
"documentation" : null
},
"syncReturnType" : "ListMedicalTranscriptionJobsResponse"
},
"ListMedicalVocabularies" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of vocabularies that match the specified criteria. You get the entire list of vocabularies if you don't enter a value in any of the request parameters.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListMedicalVocabulariesRequest",
"variableName" : "listMedicalVocabulariesRequest",
"variableType" : "ListMedicalVocabulariesRequest",
"documentation" : "",
"simpleType" : "ListMedicalVocabulariesRequest",
"variableSetterType" : "ListMedicalVocabulariesRequest"
},
"methodName" : "listMedicalVocabularies",
"operationName" : "ListMedicalVocabularies",
"paginated" : true,
"returnType" : {
"returnType" : "ListMedicalVocabulariesResponse",
"documentation" : null
},
"syncReturnType" : "ListMedicalVocabulariesResponse"
},
"ListTranscriptionJobs" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists transcription jobs with the specified status.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTranscriptionJobsRequest",
"variableName" : "listTranscriptionJobsRequest",
"variableType" : "ListTranscriptionJobsRequest",
"documentation" : "",
"simpleType" : "ListTranscriptionJobsRequest",
"variableSetterType" : "ListTranscriptionJobsRequest"
},
"methodName" : "listTranscriptionJobs",
"operationName" : "ListTranscriptionJobs",
"paginated" : true,
"returnType" : {
"returnType" : "ListTranscriptionJobsResponse",
"documentation" : null
},
"syncReturnType" : "ListTranscriptionJobsResponse"
},
"ListVocabularies" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of vocabularies that match the specified criteria. If no criteria are specified, returns the entire list of vocabularies.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListVocabulariesRequest",
"variableName" : "listVocabulariesRequest",
"variableType" : "ListVocabulariesRequest",
"documentation" : "",
"simpleType" : "ListVocabulariesRequest",
"variableSetterType" : "ListVocabulariesRequest"
},
"methodName" : "listVocabularies",
"operationName" : "ListVocabularies",
"paginated" : true,
"returnType" : {
"returnType" : "ListVocabulariesResponse",
"documentation" : null
},
"syncReturnType" : "ListVocabulariesResponse"
},
"ListVocabularyFilters" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about vocabulary filters.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListVocabularyFiltersRequest",
"variableName" : "listVocabularyFiltersRequest",
"variableType" : "ListVocabularyFiltersRequest",
"documentation" : "",
"simpleType" : "ListVocabularyFiltersRequest",
"variableSetterType" : "ListVocabularyFiltersRequest"
},
"methodName" : "listVocabularyFilters",
"operationName" : "ListVocabularyFilters",
"paginated" : true,
"returnType" : {
"returnType" : "ListVocabularyFiltersResponse",
"documentation" : null
},
"syncReturnType" : "ListVocabularyFiltersResponse"
},
"StartMedicalTranscriptionJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Start a batch job to transcribe medical speech to text.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConflictException",
"documentation" : "The resource name already exists.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartMedicalTranscriptionJobRequest",
"variableName" : "startMedicalTranscriptionJobRequest",
"variableType" : "StartMedicalTranscriptionJobRequest",
"documentation" : "",
"simpleType" : "StartMedicalTranscriptionJobRequest",
"variableSetterType" : "StartMedicalTranscriptionJobRequest"
},
"methodName" : "startMedicalTranscriptionJob",
"operationName" : "StartMedicalTranscriptionJob",
"paginated" : false,
"returnType" : {
"returnType" : "StartMedicalTranscriptionJobResponse",
"documentation" : null
},
"syncReturnType" : "StartMedicalTranscriptionJobResponse"
},
"StartTranscriptionJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts an asynchronous job to transcribe speech to text.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConflictException",
"documentation" : "The resource name already exists.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartTranscriptionJobRequest",
"variableName" : "startTranscriptionJobRequest",
"variableType" : "StartTranscriptionJobRequest",
"documentation" : "",
"simpleType" : "StartTranscriptionJobRequest",
"variableSetterType" : "StartTranscriptionJobRequest"
},
"methodName" : "startTranscriptionJob",
"operationName" : "StartTranscriptionJob",
"paginated" : false,
"returnType" : {
"returnType" : "StartTranscriptionJobResponse",
"documentation" : null
},
"syncReturnType" : "StartTranscriptionJobResponse"
},
"UpdateMedicalVocabulary" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates an existing vocabulary with new values in a different text file. The UpdateMedicalVocabulary
operation overwrites all of the existing information with the values that you provide in the request.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NotFoundException",
"documentation" : "We can't find the requested resource. Check the name and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConflictException",
"documentation" : "The resource name already exists.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateMedicalVocabularyRequest",
"variableName" : "updateMedicalVocabularyRequest",
"variableType" : "UpdateMedicalVocabularyRequest",
"documentation" : "",
"simpleType" : "UpdateMedicalVocabularyRequest",
"variableSetterType" : "UpdateMedicalVocabularyRequest"
},
"methodName" : "updateMedicalVocabulary",
"operationName" : "UpdateMedicalVocabulary",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateMedicalVocabularyResponse",
"documentation" : null
},
"syncReturnType" : "UpdateMedicalVocabularyResponse"
},
"UpdateVocabulary" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates an existing vocabulary with new values. The UpdateVocabulary
operation overwrites all of the existing information with the values that you provide in the request.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NotFoundException",
"documentation" : "We can't find the requested resource. Check the name and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ConflictException",
"documentation" : "The resource name already exists.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateVocabularyRequest",
"variableName" : "updateVocabularyRequest",
"variableType" : "UpdateVocabularyRequest",
"documentation" : "",
"simpleType" : "UpdateVocabularyRequest",
"variableSetterType" : "UpdateVocabularyRequest"
},
"methodName" : "updateVocabulary",
"operationName" : "UpdateVocabulary",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateVocabularyResponse",
"documentation" : null
},
"syncReturnType" : "UpdateVocabularyResponse"
},
"UpdateVocabularyFilter" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates a vocabulary filter with a new list of filtered words.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalFailureException",
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "NotFoundException",
"documentation" : "We can't find the requested resource. Check the name and try your request again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateVocabularyFilterRequest",
"variableName" : "updateVocabularyFilterRequest",
"variableType" : "UpdateVocabularyFilterRequest",
"documentation" : "",
"simpleType" : "UpdateVocabularyFilterRequest",
"variableSetterType" : "UpdateVocabularyFilterRequest"
},
"methodName" : "updateVocabularyFilter",
"operationName" : "UpdateVocabularyFilter",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateVocabularyFilterResponse",
"documentation" : null
},
"syncReturnType" : "UpdateVocabularyFilterResponse"
}
},
"shapes" : {
"BadRequestException" : {
"c2jName" : "BadRequestException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Your request didn't pass one or more validation tests. For example, if the transcription you're trying to delete doesn't exist or if it is in a non-terminal state (for example, it's \"in progress\"). See the exception Message
field for more information.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "BadRequestException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BadRequestException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BadRequestException",
"variableName" : "badRequestException",
"variableType" : "BadRequestException",
"documentation" : null,
"simpleType" : "BadRequestException",
"variableSetterType" : "BadRequestException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ConflictException" : {
"c2jName" : "ConflictException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The resource name already exists.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "ConflictException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ConflictException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConflictException",
"variableName" : "conflictException",
"variableType" : "ConflictException",
"documentation" : null,
"simpleType" : "ConflictException",
"variableSetterType" : "ConflictException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ContentRedaction" : {
"c2jName" : "ContentRedaction",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Settings for content redaction within a transcription job.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRedactionType",
"beanStyleSetterMethodName" : "setRedactionType",
"c2jName" : "RedactionType",
"c2jShape" : "RedactionType",
"defaultConsumerFluentSetterDocumentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #redactionTypeAsString(String)}.\n@param redactionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #redactionType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #redactionType} will return {@link RedactionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #redactionTypeAsString}.\n
\n@return Request parameter that defines the entities to be redacted. The only accepted value is PII
.\n@see RedactionType\n@deprecated Use {@link #redactionTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
\n@param redactionType Request parameter that defines the entities to be redacted. The only accepted value is PII
.\n@see RedactionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionType\n@deprecated Use {@link #redactionType(String)}\n",
"documentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
",
"endpointDiscoveryId" : false,
"enumType" : "RedactionType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RedactionType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRedactionType",
"fluentEnumGetterMethodName" : "redactionType",
"fluentEnumSetterMethodName" : "redactionType",
"fluentGetterMethodName" : "redactionTypeAsString",
"fluentSetterDocumentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
\n@param redactionType Request parameter that defines the entities to be redacted. The only accepted value is PII
.\n@see RedactionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionType",
"fluentSetterMethodName" : "redactionType",
"getterDocumentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #redactionType} will return {@link RedactionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #redactionTypeAsString}.\n
\n@return Request parameter that defines the entities to be redacted. The only accepted value is PII
.\n@see RedactionType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RedactionType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RedactionType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RedactionType",
"sensitive" : false,
"setterDocumentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
\n@param redactionType Request parameter that defines the entities to be redacted. The only accepted value is PII
.\n@see RedactionType",
"setterMethodName" : "setRedactionType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "redactionType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "redactionType",
"variableType" : "String",
"documentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRedactionOutput",
"beanStyleSetterMethodName" : "setRedactionOutput",
"c2jName" : "RedactionOutput",
"c2jShape" : "RedactionOutput",
"defaultConsumerFluentSetterDocumentation" : "The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #redactionOutputAsString(String)}.\n@param redactionOutput a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #redactionOutput(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #redactionOutput} will return {@link RedactionOutput#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #redactionOutputAsString}.\n
\n@return The output transcript file stored in either the default S3 bucket or in a bucket you specify. When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput\n@deprecated Use {@link #redactionOutputAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
\n@param redactionOutput The output transcript file stored in either the default S3 bucket or in a bucket you specify. When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionOutput\n@deprecated Use {@link #redactionOutput(String)}\n",
"documentation" : "
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
",
"endpointDiscoveryId" : false,
"enumType" : "RedactionOutput",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RedactionOutput property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRedactionOutput",
"fluentEnumGetterMethodName" : "redactionOutput",
"fluentEnumSetterMethodName" : "redactionOutput",
"fluentGetterMethodName" : "redactionOutputAsString",
"fluentSetterDocumentation" : "The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
\n@param redactionOutput The output transcript file stored in either the default S3 bucket or in a bucket you specify. When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionOutput",
"fluentSetterMethodName" : "redactionOutput",
"getterDocumentation" : "
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #redactionOutput} will return {@link RedactionOutput#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #redactionOutputAsString}.\n
\n@return The output transcript file stored in either the default S3 bucket or in a bucket you specify. When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RedactionOutput",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RedactionOutput",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RedactionOutput",
"sensitive" : false,
"setterDocumentation" : "
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
\n@param redactionOutput The output transcript file stored in either the default S3 bucket or in a bucket you specify. When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput",
"setterMethodName" : "setRedactionOutput",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "redactionOutput",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "redactionOutput",
"variableType" : "String",
"documentation" : "
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"RedactionOutput" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRedactionOutput",
"beanStyleSetterMethodName" : "setRedactionOutput",
"c2jName" : "RedactionOutput",
"c2jShape" : "RedactionOutput",
"defaultConsumerFluentSetterDocumentation" : "The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #redactionOutputAsString(String)}.\n@param redactionOutput a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #redactionOutput(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #redactionOutput} will return {@link RedactionOutput#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #redactionOutputAsString}.\n
\n@return The output transcript file stored in either the default S3 bucket or in a bucket you specify. When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput\n@deprecated Use {@link #redactionOutputAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
\n@param redactionOutput The output transcript file stored in either the default S3 bucket or in a bucket you specify. When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionOutput\n@deprecated Use {@link #redactionOutput(String)}\n",
"documentation" : "
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
",
"endpointDiscoveryId" : false,
"enumType" : "RedactionOutput",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RedactionOutput property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRedactionOutput",
"fluentEnumGetterMethodName" : "redactionOutput",
"fluentEnumSetterMethodName" : "redactionOutput",
"fluentGetterMethodName" : "redactionOutputAsString",
"fluentSetterDocumentation" : "The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
\n@param redactionOutput The output transcript file stored in either the default S3 bucket or in a bucket you specify. When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionOutput",
"fluentSetterMethodName" : "redactionOutput",
"getterDocumentation" : "
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #redactionOutput} will return {@link RedactionOutput#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #redactionOutputAsString}.\n
\n@return The output transcript file stored in either the default S3 bucket or in a bucket you specify. When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RedactionOutput",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RedactionOutput",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RedactionOutput",
"sensitive" : false,
"setterDocumentation" : "
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
\n@param redactionOutput The output transcript file stored in either the default S3 bucket or in a bucket you specify. When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput",
"setterMethodName" : "setRedactionOutput",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "redactionOutput",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "redactionOutput",
"variableType" : "String",
"documentation" : "
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RedactionType" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRedactionType",
"beanStyleSetterMethodName" : "setRedactionType",
"c2jName" : "RedactionType",
"c2jShape" : "RedactionType",
"defaultConsumerFluentSetterDocumentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #redactionTypeAsString(String)}.\n@param redactionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #redactionType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #redactionType} will return {@link RedactionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #redactionTypeAsString}.\n
\n@return Request parameter that defines the entities to be redacted. The only accepted value is PII
.\n@see RedactionType\n@deprecated Use {@link #redactionTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
\n@param redactionType Request parameter that defines the entities to be redacted. The only accepted value is PII
.\n@see RedactionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionType\n@deprecated Use {@link #redactionType(String)}\n",
"documentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
",
"endpointDiscoveryId" : false,
"enumType" : "RedactionType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RedactionType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRedactionType",
"fluentEnumGetterMethodName" : "redactionType",
"fluentEnumSetterMethodName" : "redactionType",
"fluentGetterMethodName" : "redactionTypeAsString",
"fluentSetterDocumentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
\n@param redactionType Request parameter that defines the entities to be redacted. The only accepted value is PII
.\n@see RedactionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionType",
"fluentSetterMethodName" : "redactionType",
"getterDocumentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #redactionType} will return {@link RedactionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #redactionTypeAsString}.\n
\n@return Request parameter that defines the entities to be redacted. The only accepted value is PII
.\n@see RedactionType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RedactionType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RedactionType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RedactionType",
"sensitive" : false,
"setterDocumentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
\n@param redactionType Request parameter that defines the entities to be redacted. The only accepted value is PII
.\n@see RedactionType",
"setterMethodName" : "setRedactionType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "redactionType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "redactionType",
"variableType" : "String",
"documentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRedactionType",
"beanStyleSetterMethodName" : "setRedactionType",
"c2jName" : "RedactionType",
"c2jShape" : "RedactionType",
"defaultConsumerFluentSetterDocumentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #redactionTypeAsString(String)}.\n@param redactionType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #redactionType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #redactionType} will return {@link RedactionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #redactionTypeAsString}.\n
\n@return Request parameter that defines the entities to be redacted. The only accepted value is PII
.\n@see RedactionType\n@deprecated Use {@link #redactionTypeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
\n@param redactionType Request parameter that defines the entities to be redacted. The only accepted value is PII
.\n@see RedactionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionType\n@deprecated Use {@link #redactionType(String)}\n",
"documentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
",
"endpointDiscoveryId" : false,
"enumType" : "RedactionType",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RedactionType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRedactionType",
"fluentEnumGetterMethodName" : "redactionType",
"fluentEnumSetterMethodName" : "redactionType",
"fluentGetterMethodName" : "redactionTypeAsString",
"fluentSetterDocumentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
\n@param redactionType Request parameter that defines the entities to be redacted. The only accepted value is PII
.\n@see RedactionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionType",
"fluentSetterMethodName" : "redactionType",
"getterDocumentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #redactionType} will return {@link RedactionType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #redactionTypeAsString}.\n
\n@return Request parameter that defines the entities to be redacted. The only accepted value is PII
.\n@see RedactionType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RedactionType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RedactionType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RedactionType",
"sensitive" : false,
"setterDocumentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
\n@param redactionType Request parameter that defines the entities to be redacted. The only accepted value is PII
.\n@see RedactionType",
"setterMethodName" : "setRedactionType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "redactionType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "redactionType",
"variableType" : "String",
"documentation" : "Request parameter that defines the entities to be redacted. The only accepted value is PII
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRedactionOutput",
"beanStyleSetterMethodName" : "setRedactionOutput",
"c2jName" : "RedactionOutput",
"c2jShape" : "RedactionOutput",
"defaultConsumerFluentSetterDocumentation" : "The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #redactionOutputAsString(String)}.\n@param redactionOutput a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #redactionOutput(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #redactionOutput} will return {@link RedactionOutput#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #redactionOutputAsString}.\n
\n@return The output transcript file stored in either the default S3 bucket or in a bucket you specify. When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput\n@deprecated Use {@link #redactionOutputAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
\n@param redactionOutput The output transcript file stored in either the default S3 bucket or in a bucket you specify. When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionOutput\n@deprecated Use {@link #redactionOutput(String)}\n",
"documentation" : "
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
",
"endpointDiscoveryId" : false,
"enumType" : "RedactionOutput",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RedactionOutput property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRedactionOutput",
"fluentEnumGetterMethodName" : "redactionOutput",
"fluentEnumSetterMethodName" : "redactionOutput",
"fluentGetterMethodName" : "redactionOutputAsString",
"fluentSetterDocumentation" : "The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
\n@param redactionOutput The output transcript file stored in either the default S3 bucket or in a bucket you specify. When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput\n@return Returns a reference to this object so that method calls can be chained together.\n@see RedactionOutput",
"fluentSetterMethodName" : "redactionOutput",
"getterDocumentation" : "
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #redactionOutput} will return {@link RedactionOutput#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #redactionOutputAsString}.\n
\n@return The output transcript file stored in either the default S3 bucket or in a bucket you specify. When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RedactionOutput",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RedactionOutput",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RedactionOutput",
"sensitive" : false,
"setterDocumentation" : "
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
\n@param redactionOutput The output transcript file stored in either the default S3 bucket or in a bucket you specify. When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.\n@see RedactionOutput",
"setterMethodName" : "setRedactionOutput",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "redactionOutput",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "redactionOutput",
"variableType" : "String",
"documentation" : "
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
When you choose redacted
Amazon Transcribe outputs only the redacted transcript.
When you choose redacted_and_unredacted
Amazon Transcribe outputs both the redacted and unredacted transcripts.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "RedactionType", "RedactionOutput" ],
"shapeName" : "ContentRedaction",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ContentRedaction",
"variableName" : "contentRedaction",
"variableType" : "ContentRedaction",
"documentation" : null,
"simpleType" : "ContentRedaction",
"variableSetterType" : "ContentRedaction"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateMedicalVocabularyRequest" : {
"c2jName" : "CreateMedicalVocabularyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateMedicalVocabulary",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.CreateMedicalVocabulary",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@return The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@param vocabularyName The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@param vocabularyName The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@return The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@param vocabularyName The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
\n@param languageCode The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
\n@param languageCode The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
\n@param languageCode The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFileUri",
"beanStyleSetterMethodName" : "setVocabularyFileUri",
"c2jName" : "VocabularyFileUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFileUri(String)}.\n@param vocabularyFileUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFileUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
\n@return The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format: https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
\n@param vocabularyFileUri The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format: https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n",
"documentation" : "
The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFileUri",
"fluentSetterDocumentation" : "The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
\n@param vocabularyFileUri The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format: https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFileUri",
"getterDocumentation" : "
The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
\n@return The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format: https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFileUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFileUri",
"sensitive" : false,
"setterDocumentation" : "
The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
\n@param vocabularyFileUri The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format: https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.",
"setterMethodName" : "setVocabularyFileUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : "
The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LanguageCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
\n@param languageCode The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
\n@param languageCode The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
\n@param languageCode The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyFileUri" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFileUri",
"beanStyleSetterMethodName" : "setVocabularyFileUri",
"c2jName" : "VocabularyFileUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFileUri(String)}.\n@param vocabularyFileUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFileUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
\n@return The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format: https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
\n@param vocabularyFileUri The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format: https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n",
"documentation" : "
The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFileUri",
"fluentSetterDocumentation" : "The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
\n@param vocabularyFileUri The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format: https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFileUri",
"getterDocumentation" : "
The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
\n@return The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format: https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFileUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFileUri",
"sensitive" : false,
"setterDocumentation" : "
The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
\n@param vocabularyFileUri The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format: https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.",
"setterMethodName" : "setVocabularyFileUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : "
The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@return The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@param vocabularyName The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@param vocabularyName The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@return The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@param vocabularyName The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@return The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@param vocabularyName The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@param vocabularyName The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@return The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@param vocabularyName The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the custom vocabulary. This case-sensitive name must be unique within an AWS account. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
\n@param languageCode The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
\n@param languageCode The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
\n@param languageCode The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code used for the entries within your custom vocabulary. The language code of your custom vocabulary must match the language code of your transcription job. US English (en-US) is the only language code available for Amazon Transcribe Medical.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFileUri",
"beanStyleSetterMethodName" : "setVocabularyFileUri",
"c2jName" : "VocabularyFileUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFileUri(String)}.\n@param vocabularyFileUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFileUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
\n@return The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format: https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
\n@param vocabularyFileUri The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format: https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n",
"documentation" : "
The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFileUri",
"fluentSetterDocumentation" : "The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
\n@param vocabularyFileUri The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format: https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFileUri",
"getterDocumentation" : "
The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
\n@return The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format: https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFileUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFileUri",
"sensitive" : false,
"setterDocumentation" : "
The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
\n@param vocabularyFileUri The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format: https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.",
"setterMethodName" : "setVocabularyFileUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : "
The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your VocabularyFileUri
in the following format:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
This is an example of a vocabulary file uri location in Amazon S3:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Medical Custom Vocabularies.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "VocabularyName", "LanguageCode", "VocabularyFileUri" ],
"shapeName" : "CreateMedicalVocabularyRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateMedicalVocabularyRequest",
"variableName" : "createMedicalVocabularyRequest",
"variableType" : "CreateMedicalVocabularyRequest",
"documentation" : null,
"simpleType" : "CreateMedicalVocabularyRequest",
"variableSetterType" : "CreateMedicalVocabularyRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateMedicalVocabularyResponse" : {
"c2jName" : "CreateMedicalVocabularyResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
\n@return The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
\n@return The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
\n@param languageCode The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
\n@param languageCode The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
\n@param languageCode The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyState",
"beanStyleSetterMethodName" : "setVocabularyState",
"c2jName" : "VocabularyState",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyStateAsString(String)}.\n@param vocabularyState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyState(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
\n@param vocabularyState The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
\n@param vocabularyState The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
\n@param vocabularyState The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time you created the vocabulary.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time you created the vocabulary.
\n@return The date and time you created the vocabulary.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time you created the vocabulary.
\n@param lastModifiedTime The date and time you created the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time you created the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time you created the vocabulary.
\n@param lastModifiedTime The date and time you created the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time you created the vocabulary.
\n@return The date and time you created the vocabulary.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time you created the vocabulary.
\n@param lastModifiedTime The date and time you created the vocabulary.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time you created the vocabulary.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FailureReason" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LanguageCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
\n@param languageCode The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
\n@param languageCode The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
\n@param languageCode The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastModifiedTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time you created the vocabulary.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time you created the vocabulary.
\n@return The date and time you created the vocabulary.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time you created the vocabulary.
\n@param lastModifiedTime The date and time you created the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time you created the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time you created the vocabulary.
\n@param lastModifiedTime The date and time you created the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time you created the vocabulary.
\n@return The date and time you created the vocabulary.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time you created the vocabulary.
\n@param lastModifiedTime The date and time you created the vocabulary.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time you created the vocabulary.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
\n@return The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
\n@return The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyState" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyState",
"beanStyleSetterMethodName" : "setVocabularyState",
"c2jName" : "VocabularyState",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyStateAsString(String)}.\n@param vocabularyState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyState(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
\n@param vocabularyState The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
\n@param vocabularyState The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
\n@param vocabularyState The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
\n@return The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
\n@return The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
\n@param languageCode The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
\n@param languageCode The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
\n@param languageCode The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyState",
"beanStyleSetterMethodName" : "setVocabularyState",
"c2jName" : "VocabularyState",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyStateAsString(String)}.\n@param vocabularyState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyState(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
\n@param vocabularyState The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
\n@param vocabularyState The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
\n@param vocabularyState The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time you created the vocabulary.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time you created the vocabulary.
\n@return The date and time you created the vocabulary.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time you created the vocabulary.
\n@param lastModifiedTime The date and time you created the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time you created the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time you created the vocabulary.
\n@param lastModifiedTime The date and time you created the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time you created the vocabulary.
\n@return The date and time you created the vocabulary.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time you created the vocabulary.
\n@param lastModifiedTime The date and time you created the vocabulary.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time you created the vocabulary.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateMedicalVocabularyResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateMedicalVocabularyResponse",
"variableName" : "createMedicalVocabularyResponse",
"variableType" : "CreateMedicalVocabularyResponse",
"documentation" : null,
"simpleType" : "CreateMedicalVocabularyResponse",
"variableSetterType" : "CreateMedicalVocabularyResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateVocabularyFilterRequest" : {
"c2jName" : "CreateVocabularyFilterRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateVocabularyFilter",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.CreateVocabularyFilter",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFilterName",
"beanStyleSetterMethodName" : "setVocabularyFilterName",
"c2jName" : "VocabularyFilterName",
"c2jShape" : "VocabularyFilterName",
"defaultConsumerFluentSetterDocumentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFilterName(String)}.\n@param vocabularyFilterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFilterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
\n@return The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.\n@deprecated Use {@link #vocabularyFilterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
\n@param vocabularyFilterName The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n",
"documentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFilterName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFilterName",
"fluentSetterDocumentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
\n@param vocabularyFilterName The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFilterName",
"getterDocumentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
\n@return The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFilterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFilterName",
"sensitive" : false,
"setterDocumentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
\n@param vocabularyFilterName The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.",
"setterMethodName" : "setVocabularyFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
\n@param languageCode The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
\n@param languageCode The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
\n@param languageCode The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getWords",
"beanStyleSetterMethodName" : "setWords",
"c2jName" : "Words",
"c2jShape" : "Words",
"defaultConsumerFluentSetterDocumentation" : "The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #words(List)}.\n@param words a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #words(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasWords()} to see if a value was sent in this field.\n
\n@return The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.\n@deprecated Use {@link #words()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
\n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #words(List)}\n",
"documentation" : "The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Words property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasWords",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "words",
"fluentSetterDocumentation" : "The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
\n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "words",
"getterDocumentation" : "
The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasWords()} to see if a value was sent in this field.\n
\n@return The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Words",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Words",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Word",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Words",
"sensitive" : false,
"setterDocumentation" : "The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
\n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.",
"setterMethodName" : "setWords",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "words",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "words",
"variableType" : "java.util.List",
"documentation" : "The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFilterFileUri",
"beanStyleSetterMethodName" : "setVocabularyFilterFileUri",
"c2jName" : "VocabularyFilterFileUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFilterFileUri(String)}.\n@param vocabularyFilterFileUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFilterFileUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
\n@return The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.\n@deprecated Use {@link #vocabularyFilterFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
\n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterFileUri(String)}\n",
"documentation" : "
The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFilterFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFilterFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFilterFileUri",
"fluentSetterDocumentation" : "The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
\n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFilterFileUri",
"getterDocumentation" : "
The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
\n@return The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFilterFileUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFilterFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFilterFileUri",
"sensitive" : false,
"setterDocumentation" : "
The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
\n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.",
"setterMethodName" : "setVocabularyFilterFileUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterFileUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterFileUri",
"variableType" : "String",
"documentation" : "
The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LanguageCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
\n@param languageCode The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
\n@param languageCode The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
\n@param languageCode The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyFilterFileUri" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFilterFileUri",
"beanStyleSetterMethodName" : "setVocabularyFilterFileUri",
"c2jName" : "VocabularyFilterFileUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFilterFileUri(String)}.\n@param vocabularyFilterFileUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFilterFileUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
\n@return The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.\n@deprecated Use {@link #vocabularyFilterFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
\n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterFileUri(String)}\n",
"documentation" : "
The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFilterFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFilterFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFilterFileUri",
"fluentSetterDocumentation" : "The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
\n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFilterFileUri",
"getterDocumentation" : "
The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
\n@return The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFilterFileUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFilterFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFilterFileUri",
"sensitive" : false,
"setterDocumentation" : "
The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
\n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.",
"setterMethodName" : "setVocabularyFilterFileUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterFileUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterFileUri",
"variableType" : "String",
"documentation" : "
The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyFilterName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFilterName",
"beanStyleSetterMethodName" : "setVocabularyFilterName",
"c2jName" : "VocabularyFilterName",
"c2jShape" : "VocabularyFilterName",
"defaultConsumerFluentSetterDocumentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFilterName(String)}.\n@param vocabularyFilterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFilterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
\n@return The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.\n@deprecated Use {@link #vocabularyFilterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
\n@param vocabularyFilterName The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n",
"documentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFilterName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFilterName",
"fluentSetterDocumentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
\n@param vocabularyFilterName The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFilterName",
"getterDocumentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
\n@return The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFilterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFilterName",
"sensitive" : false,
"setterDocumentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
\n@param vocabularyFilterName The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.",
"setterMethodName" : "setVocabularyFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Words" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getWords",
"beanStyleSetterMethodName" : "setWords",
"c2jName" : "Words",
"c2jShape" : "Words",
"defaultConsumerFluentSetterDocumentation" : "The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #words(List)}.\n@param words a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #words(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasWords()} to see if a value was sent in this field.\n
\n@return The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.\n@deprecated Use {@link #words()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
\n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #words(List)}\n",
"documentation" : "The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Words property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasWords",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "words",
"fluentSetterDocumentation" : "The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
\n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "words",
"getterDocumentation" : "
The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasWords()} to see if a value was sent in this field.\n
\n@return The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Words",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Words",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Word",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Words",
"sensitive" : false,
"setterDocumentation" : "The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
\n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.",
"setterMethodName" : "setWords",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "words",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "words",
"variableType" : "java.util.List",
"documentation" : "The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFilterName",
"beanStyleSetterMethodName" : "setVocabularyFilterName",
"c2jName" : "VocabularyFilterName",
"c2jShape" : "VocabularyFilterName",
"defaultConsumerFluentSetterDocumentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFilterName(String)}.\n@param vocabularyFilterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFilterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
\n@return The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.\n@deprecated Use {@link #vocabularyFilterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
\n@param vocabularyFilterName The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n",
"documentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFilterName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFilterName",
"fluentSetterDocumentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
\n@param vocabularyFilterName The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFilterName",
"getterDocumentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
\n@return The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFilterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFilterName",
"sensitive" : false,
"setterDocumentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
\n@param vocabularyFilterName The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.",
"setterMethodName" : "setVocabularyFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : "The vocabulary filter name. The name must be unique within the account that contains it.If you try to create a vocabulary filter with the same name as a previous vocabulary filter you will receive a ConflictException
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
\n@param languageCode The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
\n@param languageCode The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
\n@param languageCode The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the words in the vocabulary filter. All words in the filter must be in the same language. The vocabulary filter can only be used with transcription jobs in the specified language.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getWords",
"beanStyleSetterMethodName" : "setWords",
"c2jName" : "Words",
"c2jShape" : "Words",
"defaultConsumerFluentSetterDocumentation" : "The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #words(List)}.\n@param words a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #words(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasWords()} to see if a value was sent in this field.\n
\n@return The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.\n@deprecated Use {@link #words()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
\n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #words(List)}\n",
"documentation" : "The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Words property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasWords",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "words",
"fluentSetterDocumentation" : "The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
\n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "words",
"getterDocumentation" : "
The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasWords()} to see if a value was sent in this field.\n
\n@return The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Words",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Words",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Word",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Words",
"sensitive" : false,
"setterDocumentation" : "The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
\n@param words The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.",
"setterMethodName" : "setWords",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "words",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "words",
"variableType" : "java.util.List",
"documentation" : "The words to use in the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
If you provide a list of words in the Words
parameter, you can't use the VocabularyFilterFileUri
parameter.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFilterFileUri",
"beanStyleSetterMethodName" : "setVocabularyFilterFileUri",
"c2jName" : "VocabularyFilterFileUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFilterFileUri(String)}.\n@param vocabularyFilterFileUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFilterFileUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
\n@return The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.\n@deprecated Use {@link #vocabularyFilterFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
\n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterFileUri(String)}\n",
"documentation" : "
The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFilterFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFilterFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFilterFileUri",
"fluentSetterDocumentation" : "The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
\n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFilterFileUri",
"getterDocumentation" : "
The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
\n@return The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFilterFileUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFilterFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFilterFileUri",
"sensitive" : false,
"setterDocumentation" : "
The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
\n@param vocabularyFilterFileUri The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies. The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.",
"setterMethodName" : "setVocabularyFilterFileUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterFileUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterFileUri",
"variableType" : "String",
"documentation" : "
The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see Character Sets for Custom Vocabularies.
The specified file must be less than 50 KB of UTF-8 characters.
If you provide the location of a list of words in the VocabularyFilterFileUri
parameter, you can't use the Words
parameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "VocabularyFilterName", "LanguageCode" ],
"shapeName" : "CreateVocabularyFilterRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateVocabularyFilterRequest",
"variableName" : "createVocabularyFilterRequest",
"variableType" : "CreateVocabularyFilterRequest",
"documentation" : null,
"simpleType" : "CreateVocabularyFilterRequest",
"variableSetterType" : "CreateVocabularyFilterRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateVocabularyFilterResponse" : {
"c2jName" : "CreateVocabularyFilterResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFilterName",
"beanStyleSetterMethodName" : "setVocabularyFilterName",
"c2jName" : "VocabularyFilterName",
"c2jShape" : "VocabularyFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary filter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFilterName(String)}.\n@param vocabularyFilterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFilterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary filter.
\n@return The name of the vocabulary filter.\n@deprecated Use {@link #vocabularyFilterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary filter.
\n@param vocabularyFilterName The name of the vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n",
"documentation" : "The name of the vocabulary filter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFilterName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFilterName",
"fluentSetterDocumentation" : "The name of the vocabulary filter.
\n@param vocabularyFilterName The name of the vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFilterName",
"getterDocumentation" : "The name of the vocabulary filter.
\n@return The name of the vocabulary filter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFilterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFilterName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary filter.
\n@param vocabularyFilterName The name of the vocabulary filter.",
"setterMethodName" : "setVocabularyFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : "The name of the vocabulary filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code of the words in the collection.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the words in the collection.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the words in the collection.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the words in the collection.
\n@param languageCode The language code of the words in the collection.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the words in the collection.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the words in the collection.
\n@param languageCode The language code of the words in the collection.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the words in the collection.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the words in the collection.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the words in the collection.
\n@param languageCode The language code of the words in the collection.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the words in the collection.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary filter was modified.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary filter was modified.
\n@return The date and time that the vocabulary filter was modified.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary filter was modified.
\n@param lastModifiedTime The date and time that the vocabulary filter was modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary filter was modified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary filter was modified.
\n@param lastModifiedTime The date and time that the vocabulary filter was modified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary filter was modified.
\n@return The date and time that the vocabulary filter was modified.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary filter was modified.
\n@param lastModifiedTime The date and time that the vocabulary filter was modified.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary filter was modified.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LanguageCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code of the words in the collection.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the words in the collection.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the words in the collection.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the words in the collection.
\n@param languageCode The language code of the words in the collection.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the words in the collection.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the words in the collection.
\n@param languageCode The language code of the words in the collection.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the words in the collection.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the words in the collection.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the words in the collection.
\n@param languageCode The language code of the words in the collection.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the words in the collection.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastModifiedTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary filter was modified.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary filter was modified.
\n@return The date and time that the vocabulary filter was modified.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary filter was modified.
\n@param lastModifiedTime The date and time that the vocabulary filter was modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary filter was modified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary filter was modified.
\n@param lastModifiedTime The date and time that the vocabulary filter was modified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary filter was modified.
\n@return The date and time that the vocabulary filter was modified.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary filter was modified.
\n@param lastModifiedTime The date and time that the vocabulary filter was modified.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary filter was modified.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyFilterName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFilterName",
"beanStyleSetterMethodName" : "setVocabularyFilterName",
"c2jName" : "VocabularyFilterName",
"c2jShape" : "VocabularyFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary filter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFilterName(String)}.\n@param vocabularyFilterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFilterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary filter.
\n@return The name of the vocabulary filter.\n@deprecated Use {@link #vocabularyFilterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary filter.
\n@param vocabularyFilterName The name of the vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n",
"documentation" : "The name of the vocabulary filter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFilterName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFilterName",
"fluentSetterDocumentation" : "The name of the vocabulary filter.
\n@param vocabularyFilterName The name of the vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFilterName",
"getterDocumentation" : "The name of the vocabulary filter.
\n@return The name of the vocabulary filter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFilterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFilterName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary filter.
\n@param vocabularyFilterName The name of the vocabulary filter.",
"setterMethodName" : "setVocabularyFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : "The name of the vocabulary filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFilterName",
"beanStyleSetterMethodName" : "setVocabularyFilterName",
"c2jName" : "VocabularyFilterName",
"c2jShape" : "VocabularyFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary filter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFilterName(String)}.\n@param vocabularyFilterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFilterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary filter.
\n@return The name of the vocabulary filter.\n@deprecated Use {@link #vocabularyFilterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary filter.
\n@param vocabularyFilterName The name of the vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n",
"documentation" : "The name of the vocabulary filter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFilterName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFilterName",
"fluentSetterDocumentation" : "The name of the vocabulary filter.
\n@param vocabularyFilterName The name of the vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFilterName",
"getterDocumentation" : "The name of the vocabulary filter.
\n@return The name of the vocabulary filter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFilterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFilterName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary filter.
\n@param vocabularyFilterName The name of the vocabulary filter.",
"setterMethodName" : "setVocabularyFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : "The name of the vocabulary filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code of the words in the collection.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the words in the collection.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the words in the collection.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the words in the collection.
\n@param languageCode The language code of the words in the collection.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the words in the collection.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the words in the collection.
\n@param languageCode The language code of the words in the collection.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the words in the collection.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the words in the collection.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the words in the collection.
\n@param languageCode The language code of the words in the collection.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the words in the collection.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary filter was modified.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary filter was modified.
\n@return The date and time that the vocabulary filter was modified.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary filter was modified.
\n@param lastModifiedTime The date and time that the vocabulary filter was modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary filter was modified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary filter was modified.
\n@param lastModifiedTime The date and time that the vocabulary filter was modified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary filter was modified.
\n@return The date and time that the vocabulary filter was modified.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary filter was modified.
\n@param lastModifiedTime The date and time that the vocabulary filter was modified.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary filter was modified.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateVocabularyFilterResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateVocabularyFilterResponse",
"variableName" : "createVocabularyFilterResponse",
"variableType" : "CreateVocabularyFilterResponse",
"documentation" : null,
"simpleType" : "CreateVocabularyFilterResponse",
"variableSetterType" : "CreateVocabularyFilterResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateVocabularyRequest" : {
"c2jName" : "CreateVocabularyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateVocabulary",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.CreateVocabulary",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@return The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@return The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code of the vocabulary entries.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getPhrases",
"beanStyleSetterMethodName" : "setPhrases",
"c2jName" : "Phrases",
"c2jShape" : "Phrases",
"defaultConsumerFluentSetterDocumentation" : "An array of strings that contains the vocabulary entries.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #phrases(List)}.\n@param phrases a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #phrases(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of strings that contains the vocabulary entries.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n
\n@return An array of strings that contains the vocabulary entries.\n@deprecated Use {@link #phrases()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of strings that contains the vocabulary entries.
\n@param phrases An array of strings that contains the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phrases(List)}\n",
"documentation" : "An array of strings that contains the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Phrases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPhrases",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phrases",
"fluentSetterDocumentation" : "An array of strings that contains the vocabulary entries.
\n@param phrases An array of strings that contains the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phrases",
"getterDocumentation" : "An array of strings that contains the vocabulary entries.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n
\n@return An array of strings that contains the vocabulary entries.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Phrases",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Phrases",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Phrase",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Phrases",
"sensitive" : false,
"setterDocumentation" : "An array of strings that contains the vocabulary entries.
\n@param phrases An array of strings that contains the vocabulary entries.",
"setterMethodName" : "setPhrases",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phrases",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phrases",
"variableType" : "java.util.List",
"documentation" : "An array of strings that contains the vocabulary entries.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFileUri",
"beanStyleSetterMethodName" : "setVocabularyFileUri",
"c2jName" : "VocabularyFileUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFileUri(String)}.\n@param vocabularyFileUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFileUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n",
"documentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFileUri",
"fluentSetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFileUri",
"getterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFileUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFileUri",
"sensitive" : false,
"setterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.",
"setterMethodName" : "setVocabularyFileUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LanguageCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code of the vocabulary entries.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Phrases" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getPhrases",
"beanStyleSetterMethodName" : "setPhrases",
"c2jName" : "Phrases",
"c2jShape" : "Phrases",
"defaultConsumerFluentSetterDocumentation" : "An array of strings that contains the vocabulary entries.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #phrases(List)}.\n@param phrases a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #phrases(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of strings that contains the vocabulary entries.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n
\n@return An array of strings that contains the vocabulary entries.\n@deprecated Use {@link #phrases()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of strings that contains the vocabulary entries.
\n@param phrases An array of strings that contains the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phrases(List)}\n",
"documentation" : "An array of strings that contains the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Phrases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPhrases",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phrases",
"fluentSetterDocumentation" : "An array of strings that contains the vocabulary entries.
\n@param phrases An array of strings that contains the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phrases",
"getterDocumentation" : "An array of strings that contains the vocabulary entries.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n
\n@return An array of strings that contains the vocabulary entries.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Phrases",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Phrases",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Phrase",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Phrases",
"sensitive" : false,
"setterDocumentation" : "An array of strings that contains the vocabulary entries.
\n@param phrases An array of strings that contains the vocabulary entries.",
"setterMethodName" : "setPhrases",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phrases",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phrases",
"variableType" : "java.util.List",
"documentation" : "An array of strings that contains the vocabulary entries.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyFileUri" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFileUri",
"beanStyleSetterMethodName" : "setVocabularyFileUri",
"c2jName" : "VocabularyFileUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFileUri(String)}.\n@param vocabularyFileUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFileUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n",
"documentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFileUri",
"fluentSetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFileUri",
"getterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFileUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFileUri",
"sensitive" : false,
"setterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.",
"setterMethodName" : "setVocabularyFileUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@return The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@return The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@return The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@return The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
\n@param vocabularyName The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary. The name must be unique within an AWS account. The name is case-sensitive. If you try to create a vocabulary with the same name as a previous vocabulary you will receive a ConflictException
error.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code of the vocabulary entries.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getPhrases",
"beanStyleSetterMethodName" : "setPhrases",
"c2jName" : "Phrases",
"c2jShape" : "Phrases",
"defaultConsumerFluentSetterDocumentation" : "An array of strings that contains the vocabulary entries.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #phrases(List)}.\n@param phrases a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #phrases(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of strings that contains the vocabulary entries.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n
\n@return An array of strings that contains the vocabulary entries.\n@deprecated Use {@link #phrases()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of strings that contains the vocabulary entries.
\n@param phrases An array of strings that contains the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #phrases(List)}\n",
"documentation" : "An array of strings that contains the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Phrases property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPhrases",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "phrases",
"fluentSetterDocumentation" : "An array of strings that contains the vocabulary entries.
\n@param phrases An array of strings that contains the vocabulary entries.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "phrases",
"getterDocumentation" : "An array of strings that contains the vocabulary entries.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasPhrases()} to see if a value was sent in this field.\n
\n@return An array of strings that contains the vocabulary entries.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Phrases",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Phrases",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Phrase",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Phrases",
"sensitive" : false,
"setterDocumentation" : "An array of strings that contains the vocabulary entries.
\n@param phrases An array of strings that contains the vocabulary entries.",
"setterMethodName" : "setPhrases",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phrases",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "phrases",
"variableType" : "java.util.List",
"documentation" : "An array of strings that contains the vocabulary entries.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFileUri",
"beanStyleSetterMethodName" : "setVocabularyFileUri",
"c2jName" : "VocabularyFileUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFileUri(String)}.\n@param vocabularyFileUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFileUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@deprecated Use {@link #vocabularyFileUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFileUri(String)}\n",
"documentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFileUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFileUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFileUri",
"fluentSetterDocumentation" : "The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFileUri",
"getterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@return The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFileUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFileUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFileUri",
"sensitive" : false,
"setterDocumentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
\n@param vocabularyFileUri The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.",
"setterMethodName" : "setVocabularyFileUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFileUri",
"variableType" : "String",
"documentation" : "
The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies, see Custom Vocabularies.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "VocabularyName", "LanguageCode" ],
"shapeName" : "CreateVocabularyRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateVocabularyRequest",
"variableName" : "createVocabularyRequest",
"variableType" : "CreateVocabularyRequest",
"documentation" : null,
"simpleType" : "CreateVocabularyRequest",
"variableSetterType" : "CreateVocabularyRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CreateVocabularyResponse" : {
"c2jName" : "CreateVocabularyResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary.
\n@return The name of the vocabulary.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary.
\n@return The name of the vocabulary.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code of the vocabulary entries.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyState",
"beanStyleSetterMethodName" : "setVocabularyState",
"c2jName" : "VocabularyState",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyStateAsString(String)}.\n@param vocabularyState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyState(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary was created.
\n@return The date and time that the vocabulary was created.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary was created.
\n@param lastModifiedTime The date and time that the vocabulary was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary was created.
\n@param lastModifiedTime The date and time that the vocabulary was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary was created.
\n@return The date and time that the vocabulary was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary was created.
\n@param lastModifiedTime The date and time that the vocabulary was created.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FailureReason" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LanguageCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code of the vocabulary entries.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastModifiedTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary was created.
\n@return The date and time that the vocabulary was created.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary was created.
\n@param lastModifiedTime The date and time that the vocabulary was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary was created.
\n@param lastModifiedTime The date and time that the vocabulary was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary was created.
\n@return The date and time that the vocabulary was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary was created.
\n@param lastModifiedTime The date and time that the vocabulary was created.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary.
\n@return The name of the vocabulary.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary.
\n@return The name of the vocabulary.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyState" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyState",
"beanStyleSetterMethodName" : "setVocabularyState",
"c2jName" : "VocabularyState",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyStateAsString(String)}.\n@param vocabularyState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyState(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary.
\n@return The name of the vocabulary.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary.
\n@return The name of the vocabulary.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary.
\n@param vocabularyName The name of the vocabulary.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code of the vocabulary entries.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyState",
"beanStyleSetterMethodName" : "setVocabularyState",
"c2jName" : "VocabularyState",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyStateAsString(String)}.\n@param vocabularyState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyState(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
\n@param vocabularyState The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary was created.
\n@return The date and time that the vocabulary was created.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary was created.
\n@param lastModifiedTime The date and time that the vocabulary was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary was created.
\n@param lastModifiedTime The date and time that the vocabulary was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary was created.
\n@return The date and time that the vocabulary was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary was created.
\n@param lastModifiedTime The date and time that the vocabulary was created.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateVocabularyResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateVocabularyResponse",
"variableName" : "createVocabularyResponse",
"variableType" : "CreateVocabularyResponse",
"documentation" : null,
"simpleType" : "CreateVocabularyResponse",
"variableSetterType" : "CreateVocabularyResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteMedicalTranscriptionJobRequest" : {
"c2jName" : "DeleteMedicalTranscriptionJobRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteMedicalTranscriptionJob",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.DeleteMedicalTranscriptionJob",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMedicalTranscriptionJobName",
"beanStyleSetterMethodName" : "setMedicalTranscriptionJobName",
"c2jName" : "MedicalTranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #medicalTranscriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
\n@return The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
\n@param medicalTranscriptionJobName The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n",
"documentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMedicalTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "medicalTranscriptionJobName",
"fluentSetterDocumentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
\n@param medicalTranscriptionJobName The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "medicalTranscriptionJobName",
"getterDocumentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
\n@return The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MedicalTranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MedicalTranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MedicalTranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
\n@param medicalTranscriptionJobName The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.",
"setterMethodName" : "setMedicalTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "medicalTranscriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "medicalTranscriptionJobName",
"variableType" : "String",
"documentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MedicalTranscriptionJobName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMedicalTranscriptionJobName",
"beanStyleSetterMethodName" : "setMedicalTranscriptionJobName",
"c2jName" : "MedicalTranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #medicalTranscriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
\n@return The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
\n@param medicalTranscriptionJobName The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n",
"documentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMedicalTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "medicalTranscriptionJobName",
"fluentSetterDocumentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
\n@param medicalTranscriptionJobName The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "medicalTranscriptionJobName",
"getterDocumentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
\n@return The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MedicalTranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MedicalTranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MedicalTranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
\n@param medicalTranscriptionJobName The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.",
"setterMethodName" : "setMedicalTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "medicalTranscriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "medicalTranscriptionJobName",
"variableType" : "String",
"documentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMedicalTranscriptionJobName",
"beanStyleSetterMethodName" : "setMedicalTranscriptionJobName",
"c2jName" : "MedicalTranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #medicalTranscriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
\n@return The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
\n@param medicalTranscriptionJobName The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n",
"documentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMedicalTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "medicalTranscriptionJobName",
"fluentSetterDocumentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
\n@param medicalTranscriptionJobName The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "medicalTranscriptionJobName",
"getterDocumentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
\n@return The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MedicalTranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MedicalTranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MedicalTranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
\n@param medicalTranscriptionJobName The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.",
"setterMethodName" : "setMedicalTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "medicalTranscriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "medicalTranscriptionJobName",
"variableType" : "String",
"documentation" : "The name you provide to the DeleteMedicalTranscriptionJob
object to delete a transcription job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "MedicalTranscriptionJobName" ],
"shapeName" : "DeleteMedicalTranscriptionJobRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteMedicalTranscriptionJobRequest",
"variableName" : "deleteMedicalTranscriptionJobRequest",
"variableType" : "DeleteMedicalTranscriptionJobRequest",
"documentation" : null,
"simpleType" : "DeleteMedicalTranscriptionJobRequest",
"variableSetterType" : "DeleteMedicalTranscriptionJobRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteMedicalTranscriptionJobResponse" : {
"c2jName" : "DeleteMedicalTranscriptionJobResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteMedicalTranscriptionJobResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteMedicalTranscriptionJobResponse",
"variableName" : "deleteMedicalTranscriptionJobResponse",
"variableType" : "DeleteMedicalTranscriptionJobResponse",
"documentation" : null,
"simpleType" : "DeleteMedicalTranscriptionJobResponse",
"variableSetterType" : "DeleteMedicalTranscriptionJobResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteMedicalVocabularyRequest" : {
"c2jName" : "DeleteMedicalVocabularyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteMedicalVocabulary",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.DeleteMedicalVocabulary",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary you are choosing to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary you are choosing to delete.
\n@return The name of the vocabulary you are choosing to delete.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary you are choosing to delete.
\n@param vocabularyName The name of the vocabulary you are choosing to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary you are choosing to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary you are choosing to delete.
\n@param vocabularyName The name of the vocabulary you are choosing to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary you are choosing to delete.
\n@return The name of the vocabulary you are choosing to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary you are choosing to delete.
\n@param vocabularyName The name of the vocabulary you are choosing to delete.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary you are choosing to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"VocabularyName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary you are choosing to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary you are choosing to delete.
\n@return The name of the vocabulary you are choosing to delete.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary you are choosing to delete.
\n@param vocabularyName The name of the vocabulary you are choosing to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary you are choosing to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary you are choosing to delete.
\n@param vocabularyName The name of the vocabulary you are choosing to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary you are choosing to delete.
\n@return The name of the vocabulary you are choosing to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary you are choosing to delete.
\n@param vocabularyName The name of the vocabulary you are choosing to delete.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary you are choosing to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary you are choosing to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary you are choosing to delete.
\n@return The name of the vocabulary you are choosing to delete.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary you are choosing to delete.
\n@param vocabularyName The name of the vocabulary you are choosing to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary you are choosing to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary you are choosing to delete.
\n@param vocabularyName The name of the vocabulary you are choosing to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary you are choosing to delete.
\n@return The name of the vocabulary you are choosing to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary you are choosing to delete.
\n@param vocabularyName The name of the vocabulary you are choosing to delete.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary you are choosing to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "VocabularyName" ],
"shapeName" : "DeleteMedicalVocabularyRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteMedicalVocabularyRequest",
"variableName" : "deleteMedicalVocabularyRequest",
"variableType" : "DeleteMedicalVocabularyRequest",
"documentation" : null,
"simpleType" : "DeleteMedicalVocabularyRequest",
"variableSetterType" : "DeleteMedicalVocabularyRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteMedicalVocabularyResponse" : {
"c2jName" : "DeleteMedicalVocabularyResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteMedicalVocabularyResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteMedicalVocabularyResponse",
"variableName" : "deleteMedicalVocabularyResponse",
"variableType" : "DeleteMedicalVocabularyResponse",
"documentation" : null,
"simpleType" : "DeleteMedicalVocabularyResponse",
"variableSetterType" : "DeleteMedicalVocabularyResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteTranscriptionJobRequest" : {
"c2jName" : "DeleteTranscriptionJobRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteTranscriptionJob",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.DeleteTranscriptionJob",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the transcription job to be deleted.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the transcription job to be deleted.
\n@return The name of the transcription job to be deleted.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the transcription job to be deleted.
\n@param transcriptionJobName The name of the transcription job to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the transcription job to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the transcription job to be deleted.
\n@param transcriptionJobName The name of the transcription job to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobName",
"getterDocumentation" : "The name of the transcription job to be deleted.
\n@return The name of the transcription job to be deleted.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the transcription job to be deleted.
\n@param transcriptionJobName The name of the transcription job to be deleted.",
"setterMethodName" : "setTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : "The name of the transcription job to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TranscriptionJobName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the transcription job to be deleted.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the transcription job to be deleted.
\n@return The name of the transcription job to be deleted.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the transcription job to be deleted.
\n@param transcriptionJobName The name of the transcription job to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the transcription job to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the transcription job to be deleted.
\n@param transcriptionJobName The name of the transcription job to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobName",
"getterDocumentation" : "The name of the transcription job to be deleted.
\n@return The name of the transcription job to be deleted.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the transcription job to be deleted.
\n@param transcriptionJobName The name of the transcription job to be deleted.",
"setterMethodName" : "setTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : "The name of the transcription job to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the transcription job to be deleted.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the transcription job to be deleted.
\n@return The name of the transcription job to be deleted.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the transcription job to be deleted.
\n@param transcriptionJobName The name of the transcription job to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the transcription job to be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the transcription job to be deleted.
\n@param transcriptionJobName The name of the transcription job to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobName",
"getterDocumentation" : "The name of the transcription job to be deleted.
\n@return The name of the transcription job to be deleted.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the transcription job to be deleted.
\n@param transcriptionJobName The name of the transcription job to be deleted.",
"setterMethodName" : "setTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : "The name of the transcription job to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "TranscriptionJobName" ],
"shapeName" : "DeleteTranscriptionJobRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteTranscriptionJobRequest",
"variableName" : "deleteTranscriptionJobRequest",
"variableType" : "DeleteTranscriptionJobRequest",
"documentation" : null,
"simpleType" : "DeleteTranscriptionJobRequest",
"variableSetterType" : "DeleteTranscriptionJobRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteTranscriptionJobResponse" : {
"c2jName" : "DeleteTranscriptionJobResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteTranscriptionJobResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteTranscriptionJobResponse",
"variableName" : "deleteTranscriptionJobResponse",
"variableType" : "DeleteTranscriptionJobResponse",
"documentation" : null,
"simpleType" : "DeleteTranscriptionJobResponse",
"variableSetterType" : "DeleteTranscriptionJobResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteVocabularyFilterRequest" : {
"c2jName" : "DeleteVocabularyFilterRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteVocabularyFilter",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.DeleteVocabularyFilter",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFilterName",
"beanStyleSetterMethodName" : "setVocabularyFilterName",
"c2jName" : "VocabularyFilterName",
"c2jShape" : "VocabularyFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary filter to remove.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFilterName(String)}.\n@param vocabularyFilterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFilterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary filter to remove.
\n@return The name of the vocabulary filter to remove.\n@deprecated Use {@link #vocabularyFilterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary filter to remove.
\n@param vocabularyFilterName The name of the vocabulary filter to remove.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n",
"documentation" : "The name of the vocabulary filter to remove.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFilterName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFilterName",
"fluentSetterDocumentation" : "The name of the vocabulary filter to remove.
\n@param vocabularyFilterName The name of the vocabulary filter to remove.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFilterName",
"getterDocumentation" : "The name of the vocabulary filter to remove.
\n@return The name of the vocabulary filter to remove.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFilterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFilterName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary filter to remove.
\n@param vocabularyFilterName The name of the vocabulary filter to remove.",
"setterMethodName" : "setVocabularyFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : "The name of the vocabulary filter to remove.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"VocabularyFilterName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFilterName",
"beanStyleSetterMethodName" : "setVocabularyFilterName",
"c2jName" : "VocabularyFilterName",
"c2jShape" : "VocabularyFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary filter to remove.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFilterName(String)}.\n@param vocabularyFilterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFilterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary filter to remove.
\n@return The name of the vocabulary filter to remove.\n@deprecated Use {@link #vocabularyFilterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary filter to remove.
\n@param vocabularyFilterName The name of the vocabulary filter to remove.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n",
"documentation" : "The name of the vocabulary filter to remove.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFilterName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFilterName",
"fluentSetterDocumentation" : "The name of the vocabulary filter to remove.
\n@param vocabularyFilterName The name of the vocabulary filter to remove.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFilterName",
"getterDocumentation" : "The name of the vocabulary filter to remove.
\n@return The name of the vocabulary filter to remove.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFilterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFilterName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary filter to remove.
\n@param vocabularyFilterName The name of the vocabulary filter to remove.",
"setterMethodName" : "setVocabularyFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : "The name of the vocabulary filter to remove.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFilterName",
"beanStyleSetterMethodName" : "setVocabularyFilterName",
"c2jName" : "VocabularyFilterName",
"c2jShape" : "VocabularyFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary filter to remove.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFilterName(String)}.\n@param vocabularyFilterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFilterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary filter to remove.
\n@return The name of the vocabulary filter to remove.\n@deprecated Use {@link #vocabularyFilterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary filter to remove.
\n@param vocabularyFilterName The name of the vocabulary filter to remove.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n",
"documentation" : "The name of the vocabulary filter to remove.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFilterName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFilterName",
"fluentSetterDocumentation" : "The name of the vocabulary filter to remove.
\n@param vocabularyFilterName The name of the vocabulary filter to remove.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFilterName",
"getterDocumentation" : "The name of the vocabulary filter to remove.
\n@return The name of the vocabulary filter to remove.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFilterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFilterName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary filter to remove.
\n@param vocabularyFilterName The name of the vocabulary filter to remove.",
"setterMethodName" : "setVocabularyFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : "The name of the vocabulary filter to remove.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "VocabularyFilterName" ],
"shapeName" : "DeleteVocabularyFilterRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteVocabularyFilterRequest",
"variableName" : "deleteVocabularyFilterRequest",
"variableType" : "DeleteVocabularyFilterRequest",
"documentation" : null,
"simpleType" : "DeleteVocabularyFilterRequest",
"variableSetterType" : "DeleteVocabularyFilterRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteVocabularyFilterResponse" : {
"c2jName" : "DeleteVocabularyFilterResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteVocabularyFilterResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteVocabularyFilterResponse",
"variableName" : "deleteVocabularyFilterResponse",
"variableType" : "DeleteVocabularyFilterResponse",
"documentation" : null,
"simpleType" : "DeleteVocabularyFilterResponse",
"variableSetterType" : "DeleteVocabularyFilterResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteVocabularyRequest" : {
"c2jName" : "DeleteVocabularyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteVocabulary",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.DeleteVocabulary",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to delete.
\n@return The name of the vocabulary to delete.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary to delete.
\n@param vocabularyName The name of the vocabulary to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to delete.
\n@param vocabularyName The name of the vocabulary to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary to delete.
\n@return The name of the vocabulary to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to delete.
\n@param vocabularyName The name of the vocabulary to delete.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"VocabularyName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to delete.
\n@return The name of the vocabulary to delete.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary to delete.
\n@param vocabularyName The name of the vocabulary to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to delete.
\n@param vocabularyName The name of the vocabulary to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary to delete.
\n@return The name of the vocabulary to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to delete.
\n@param vocabularyName The name of the vocabulary to delete.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to delete.
\n@return The name of the vocabulary to delete.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary to delete.
\n@param vocabularyName The name of the vocabulary to delete.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to delete.
\n@param vocabularyName The name of the vocabulary to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary to delete.
\n@return The name of the vocabulary to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to delete.
\n@param vocabularyName The name of the vocabulary to delete.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "VocabularyName" ],
"shapeName" : "DeleteVocabularyRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteVocabularyRequest",
"variableName" : "deleteVocabularyRequest",
"variableType" : "DeleteVocabularyRequest",
"documentation" : null,
"simpleType" : "DeleteVocabularyRequest",
"variableSetterType" : "DeleteVocabularyRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"DeleteVocabularyResponse" : {
"c2jName" : "DeleteVocabularyResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteVocabularyResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteVocabularyResponse",
"variableName" : "deleteVocabularyResponse",
"variableType" : "DeleteVocabularyResponse",
"documentation" : null,
"simpleType" : "DeleteVocabularyResponse",
"variableSetterType" : "DeleteVocabularyResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetMedicalTranscriptionJobRequest" : {
"c2jName" : "GetMedicalTranscriptionJobRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "GetMedicalTranscriptionJob",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.GetMedicalTranscriptionJob",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMedicalTranscriptionJobName",
"beanStyleSetterMethodName" : "setMedicalTranscriptionJobName",
"c2jName" : "MedicalTranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the medical transcription job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #medicalTranscriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the medical transcription job.
\n@return The name of the medical transcription job.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the medical transcription job.
\n@param medicalTranscriptionJobName The name of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n",
"documentation" : "The name of the medical transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMedicalTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "medicalTranscriptionJobName",
"fluentSetterDocumentation" : "The name of the medical transcription job.
\n@param medicalTranscriptionJobName The name of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "medicalTranscriptionJobName",
"getterDocumentation" : "The name of the medical transcription job.
\n@return The name of the medical transcription job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MedicalTranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MedicalTranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MedicalTranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the medical transcription job.
\n@param medicalTranscriptionJobName The name of the medical transcription job.",
"setterMethodName" : "setMedicalTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "medicalTranscriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "medicalTranscriptionJobName",
"variableType" : "String",
"documentation" : "The name of the medical transcription job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MedicalTranscriptionJobName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMedicalTranscriptionJobName",
"beanStyleSetterMethodName" : "setMedicalTranscriptionJobName",
"c2jName" : "MedicalTranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the medical transcription job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #medicalTranscriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the medical transcription job.
\n@return The name of the medical transcription job.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the medical transcription job.
\n@param medicalTranscriptionJobName The name of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n",
"documentation" : "The name of the medical transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMedicalTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "medicalTranscriptionJobName",
"fluentSetterDocumentation" : "The name of the medical transcription job.
\n@param medicalTranscriptionJobName The name of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "medicalTranscriptionJobName",
"getterDocumentation" : "The name of the medical transcription job.
\n@return The name of the medical transcription job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MedicalTranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MedicalTranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MedicalTranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the medical transcription job.
\n@param medicalTranscriptionJobName The name of the medical transcription job.",
"setterMethodName" : "setMedicalTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "medicalTranscriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "medicalTranscriptionJobName",
"variableType" : "String",
"documentation" : "The name of the medical transcription job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMedicalTranscriptionJobName",
"beanStyleSetterMethodName" : "setMedicalTranscriptionJobName",
"c2jName" : "MedicalTranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the medical transcription job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #medicalTranscriptionJobName(String)}.\n@param medicalTranscriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #medicalTranscriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the medical transcription job.
\n@return The name of the medical transcription job.\n@deprecated Use {@link #medicalTranscriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the medical transcription job.
\n@param medicalTranscriptionJobName The name of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobName(String)}\n",
"documentation" : "The name of the medical transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMedicalTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "medicalTranscriptionJobName",
"fluentSetterDocumentation" : "The name of the medical transcription job.
\n@param medicalTranscriptionJobName The name of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "medicalTranscriptionJobName",
"getterDocumentation" : "The name of the medical transcription job.
\n@return The name of the medical transcription job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MedicalTranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MedicalTranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "MedicalTranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the medical transcription job.
\n@param medicalTranscriptionJobName The name of the medical transcription job.",
"setterMethodName" : "setMedicalTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "medicalTranscriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "medicalTranscriptionJobName",
"variableType" : "String",
"documentation" : "The name of the medical transcription job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "MedicalTranscriptionJobName" ],
"shapeName" : "GetMedicalTranscriptionJobRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetMedicalTranscriptionJobRequest",
"variableName" : "getMedicalTranscriptionJobRequest",
"variableType" : "GetMedicalTranscriptionJobRequest",
"documentation" : null,
"simpleType" : "GetMedicalTranscriptionJobRequest",
"variableSetterType" : "GetMedicalTranscriptionJobRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetMedicalTranscriptionJobResponse" : {
"c2jName" : "GetMedicalTranscriptionJobResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMedicalTranscriptionJob",
"beanStyleSetterMethodName" : "setMedicalTranscriptionJob",
"c2jName" : "MedicalTranscriptionJob",
"c2jShape" : "MedicalTranscriptionJob",
"defaultConsumerFluentSetterDocumentation" : "An object that contains the results of the medical transcription job.
\nThis is a convenience that creates an instance of the {@link MedicalTranscriptionJob.Builder} avoiding the need to create one manually via {@link MedicalTranscriptionJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link MedicalTranscriptionJob.Builder#build()} is called immediately and its result is passed to {@link #medicalTranscriptionJob(MedicalTranscriptionJob)}.\n@param medicalTranscriptionJob a consumer that will call methods on {@link MedicalTranscriptionJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #medicalTranscriptionJob(MedicalTranscriptionJob)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that contains the results of the medical transcription job.
\n@return An object that contains the results of the medical transcription job.\n@deprecated Use {@link #medicalTranscriptionJob()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that contains the results of the medical transcription job.
\n@param medicalTranscriptionJob An object that contains the results of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJob(MedicalTranscriptionJob)}\n",
"documentation" : "An object that contains the results of the medical transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMedicalTranscriptionJob",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "medicalTranscriptionJob",
"fluentSetterDocumentation" : "An object that contains the results of the medical transcription job.
\n@param medicalTranscriptionJob An object that contains the results of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "medicalTranscriptionJob",
"getterDocumentation" : "An object that contains the results of the medical transcription job.
\n@return An object that contains the results of the medical transcription job.",
"getterModel" : {
"returnType" : "MedicalTranscriptionJob",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MedicalTranscriptionJob",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MedicalTranscriptionJob",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "MedicalTranscriptionJob",
"sensitive" : false,
"setterDocumentation" : "An object that contains the results of the medical transcription job.
\n@param medicalTranscriptionJob An object that contains the results of the medical transcription job.",
"setterMethodName" : "setMedicalTranscriptionJob",
"setterModel" : {
"variableDeclarationType" : "MedicalTranscriptionJob",
"variableName" : "medicalTranscriptionJob",
"variableType" : "MedicalTranscriptionJob",
"documentation" : null,
"simpleType" : "MedicalTranscriptionJob",
"variableSetterType" : "MedicalTranscriptionJob"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MedicalTranscriptionJob",
"variableName" : "medicalTranscriptionJob",
"variableType" : "MedicalTranscriptionJob",
"documentation" : "An object that contains the results of the medical transcription job.
",
"simpleType" : "MedicalTranscriptionJob",
"variableSetterType" : "MedicalTranscriptionJob"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MedicalTranscriptionJob" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMedicalTranscriptionJob",
"beanStyleSetterMethodName" : "setMedicalTranscriptionJob",
"c2jName" : "MedicalTranscriptionJob",
"c2jShape" : "MedicalTranscriptionJob",
"defaultConsumerFluentSetterDocumentation" : "An object that contains the results of the medical transcription job.
\nThis is a convenience that creates an instance of the {@link MedicalTranscriptionJob.Builder} avoiding the need to create one manually via {@link MedicalTranscriptionJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link MedicalTranscriptionJob.Builder#build()} is called immediately and its result is passed to {@link #medicalTranscriptionJob(MedicalTranscriptionJob)}.\n@param medicalTranscriptionJob a consumer that will call methods on {@link MedicalTranscriptionJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #medicalTranscriptionJob(MedicalTranscriptionJob)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that contains the results of the medical transcription job.
\n@return An object that contains the results of the medical transcription job.\n@deprecated Use {@link #medicalTranscriptionJob()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that contains the results of the medical transcription job.
\n@param medicalTranscriptionJob An object that contains the results of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJob(MedicalTranscriptionJob)}\n",
"documentation" : "An object that contains the results of the medical transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMedicalTranscriptionJob",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "medicalTranscriptionJob",
"fluentSetterDocumentation" : "An object that contains the results of the medical transcription job.
\n@param medicalTranscriptionJob An object that contains the results of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "medicalTranscriptionJob",
"getterDocumentation" : "An object that contains the results of the medical transcription job.
\n@return An object that contains the results of the medical transcription job.",
"getterModel" : {
"returnType" : "MedicalTranscriptionJob",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MedicalTranscriptionJob",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MedicalTranscriptionJob",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "MedicalTranscriptionJob",
"sensitive" : false,
"setterDocumentation" : "An object that contains the results of the medical transcription job.
\n@param medicalTranscriptionJob An object that contains the results of the medical transcription job.",
"setterMethodName" : "setMedicalTranscriptionJob",
"setterModel" : {
"variableDeclarationType" : "MedicalTranscriptionJob",
"variableName" : "medicalTranscriptionJob",
"variableType" : "MedicalTranscriptionJob",
"documentation" : null,
"simpleType" : "MedicalTranscriptionJob",
"variableSetterType" : "MedicalTranscriptionJob"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MedicalTranscriptionJob",
"variableName" : "medicalTranscriptionJob",
"variableType" : "MedicalTranscriptionJob",
"documentation" : "An object that contains the results of the medical transcription job.
",
"simpleType" : "MedicalTranscriptionJob",
"variableSetterType" : "MedicalTranscriptionJob"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMedicalTranscriptionJob",
"beanStyleSetterMethodName" : "setMedicalTranscriptionJob",
"c2jName" : "MedicalTranscriptionJob",
"c2jShape" : "MedicalTranscriptionJob",
"defaultConsumerFluentSetterDocumentation" : "An object that contains the results of the medical transcription job.
\nThis is a convenience that creates an instance of the {@link MedicalTranscriptionJob.Builder} avoiding the need to create one manually via {@link MedicalTranscriptionJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link MedicalTranscriptionJob.Builder#build()} is called immediately and its result is passed to {@link #medicalTranscriptionJob(MedicalTranscriptionJob)}.\n@param medicalTranscriptionJob a consumer that will call methods on {@link MedicalTranscriptionJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #medicalTranscriptionJob(MedicalTranscriptionJob)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that contains the results of the medical transcription job.
\n@return An object that contains the results of the medical transcription job.\n@deprecated Use {@link #medicalTranscriptionJob()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that contains the results of the medical transcription job.
\n@param medicalTranscriptionJob An object that contains the results of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJob(MedicalTranscriptionJob)}\n",
"documentation" : "An object that contains the results of the medical transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMedicalTranscriptionJob",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "medicalTranscriptionJob",
"fluentSetterDocumentation" : "An object that contains the results of the medical transcription job.
\n@param medicalTranscriptionJob An object that contains the results of the medical transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "medicalTranscriptionJob",
"getterDocumentation" : "An object that contains the results of the medical transcription job.
\n@return An object that contains the results of the medical transcription job.",
"getterModel" : {
"returnType" : "MedicalTranscriptionJob",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MedicalTranscriptionJob",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MedicalTranscriptionJob",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "MedicalTranscriptionJob",
"sensitive" : false,
"setterDocumentation" : "An object that contains the results of the medical transcription job.
\n@param medicalTranscriptionJob An object that contains the results of the medical transcription job.",
"setterMethodName" : "setMedicalTranscriptionJob",
"setterModel" : {
"variableDeclarationType" : "MedicalTranscriptionJob",
"variableName" : "medicalTranscriptionJob",
"variableType" : "MedicalTranscriptionJob",
"documentation" : null,
"simpleType" : "MedicalTranscriptionJob",
"variableSetterType" : "MedicalTranscriptionJob"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MedicalTranscriptionJob",
"variableName" : "medicalTranscriptionJob",
"variableType" : "MedicalTranscriptionJob",
"documentation" : "An object that contains the results of the medical transcription job.
",
"simpleType" : "MedicalTranscriptionJob",
"variableSetterType" : "MedicalTranscriptionJob"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetMedicalTranscriptionJobResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetMedicalTranscriptionJobResponse",
"variableName" : "getMedicalTranscriptionJobResponse",
"variableType" : "GetMedicalTranscriptionJobResponse",
"documentation" : null,
"simpleType" : "GetMedicalTranscriptionJobResponse",
"variableSetterType" : "GetMedicalTranscriptionJobResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetMedicalVocabularyRequest" : {
"c2jName" : "GetMedicalVocabularyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "GetMedicalVocabulary",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.GetMedicalVocabulary",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
\n@return The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
\n@param vocabularyName The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
\n@param vocabularyName The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
\n@return The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
\n@param vocabularyName The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"VocabularyName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
\n@return The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
\n@param vocabularyName The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
\n@param vocabularyName The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
\n@return The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
\n@param vocabularyName The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
\n@return The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
\n@param vocabularyName The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
\n@param vocabularyName The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
\n@return The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
\n@param vocabularyName The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary you are trying to get information about. The value you enter for this request is case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "VocabularyName" ],
"shapeName" : "GetMedicalVocabularyRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetMedicalVocabularyRequest",
"variableName" : "getMedicalVocabularyRequest",
"variableType" : "GetMedicalVocabularyRequest",
"documentation" : null,
"simpleType" : "GetMedicalVocabularyRequest",
"variableSetterType" : "GetMedicalVocabularyRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetMedicalVocabularyResponse" : {
"c2jName" : "GetMedicalVocabularyResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The valid name that Amazon Transcribe Medical returns.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The valid name that Amazon Transcribe Medical returns.
\n@return The valid name that Amazon Transcribe Medical returns.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The valid name that Amazon Transcribe Medical returns.
\n@param vocabularyName The valid name that Amazon Transcribe Medical returns.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The valid name that Amazon Transcribe Medical returns.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The valid name that Amazon Transcribe Medical returns.
\n@param vocabularyName The valid name that Amazon Transcribe Medical returns.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The valid name that Amazon Transcribe Medical returns.
\n@return The valid name that Amazon Transcribe Medical returns.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The valid name that Amazon Transcribe Medical returns.
\n@param vocabularyName The valid name that Amazon Transcribe Medical returns.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The valid name that Amazon Transcribe Medical returns.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The valid language code returned for your vocabulary entries.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The valid language code returned for your vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The valid language code returned for your vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The valid language code returned for your vocabulary entries.
\n@param languageCode The valid language code returned for your vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The valid language code returned for your vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The valid language code returned for your vocabulary entries.
\n@param languageCode The valid language code returned for your vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The valid language code returned for your vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The valid language code returned for your vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The valid language code returned for your vocabulary entries.
\n@param languageCode The valid language code returned for your vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The valid language code returned for your vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyState",
"beanStyleSetterMethodName" : "setVocabularyState",
"c2jName" : "VocabularyState",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "The processing state of the vocabulary.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyStateAsString(String)}.\n@param vocabularyState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyState(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
\n@return The date and time the vocabulary was last modified with a text file different from what was previously used.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
\n@param lastModifiedTime The date and time the vocabulary was last modified with a text file different from what was previously used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
\n@param lastModifiedTime The date and time the vocabulary was last modified with a text file different from what was previously used.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
\n@return The date and time the vocabulary was last modified with a text file different from what was previously used.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
\n@param lastModifiedTime The date and time the vocabulary was last modified with a text file different from what was previously used.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
is FAILED
, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
is FAILED
, this field contains information about why the job failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
is FAILED
, this field contains information about why the job failed.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDownloadUri",
"beanStyleSetterMethodName" : "setDownloadUri",
"c2jName" : "DownloadUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #downloadUri(String)}.\n@param downloadUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #downloadUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
\n@return The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.\n@deprecated Use {@link #downloadUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
\n@param downloadUri The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n",
"documentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDownloadUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "downloadUri",
"fluentSetterDocumentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
\n@param downloadUri The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "downloadUri",
"getterDocumentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
\n@return The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DownloadUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DownloadUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DownloadUri",
"sensitive" : false,
"setterDocumentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
\n@param downloadUri The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.",
"setterMethodName" : "setDownloadUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DownloadUri" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDownloadUri",
"beanStyleSetterMethodName" : "setDownloadUri",
"c2jName" : "DownloadUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #downloadUri(String)}.\n@param downloadUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #downloadUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
\n@return The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.\n@deprecated Use {@link #downloadUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
\n@param downloadUri The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n",
"documentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDownloadUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "downloadUri",
"fluentSetterDocumentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
\n@param downloadUri The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "downloadUri",
"getterDocumentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
\n@return The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DownloadUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DownloadUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DownloadUri",
"sensitive" : false,
"setterDocumentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
\n@param downloadUri The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.",
"setterMethodName" : "setDownloadUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"FailureReason" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
is FAILED
, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
is FAILED
, this field contains information about why the job failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
is FAILED
, this field contains information about why the job failed.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LanguageCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The valid language code returned for your vocabulary entries.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The valid language code returned for your vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The valid language code returned for your vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The valid language code returned for your vocabulary entries.
\n@param languageCode The valid language code returned for your vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The valid language code returned for your vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The valid language code returned for your vocabulary entries.
\n@param languageCode The valid language code returned for your vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The valid language code returned for your vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The valid language code returned for your vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The valid language code returned for your vocabulary entries.
\n@param languageCode The valid language code returned for your vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The valid language code returned for your vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastModifiedTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
\n@return The date and time the vocabulary was last modified with a text file different from what was previously used.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
\n@param lastModifiedTime The date and time the vocabulary was last modified with a text file different from what was previously used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
\n@param lastModifiedTime The date and time the vocabulary was last modified with a text file different from what was previously used.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
\n@return The date and time the vocabulary was last modified with a text file different from what was previously used.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
\n@param lastModifiedTime The date and time the vocabulary was last modified with a text file different from what was previously used.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The valid name that Amazon Transcribe Medical returns.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The valid name that Amazon Transcribe Medical returns.
\n@return The valid name that Amazon Transcribe Medical returns.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The valid name that Amazon Transcribe Medical returns.
\n@param vocabularyName The valid name that Amazon Transcribe Medical returns.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The valid name that Amazon Transcribe Medical returns.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The valid name that Amazon Transcribe Medical returns.
\n@param vocabularyName The valid name that Amazon Transcribe Medical returns.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The valid name that Amazon Transcribe Medical returns.
\n@return The valid name that Amazon Transcribe Medical returns.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The valid name that Amazon Transcribe Medical returns.
\n@param vocabularyName The valid name that Amazon Transcribe Medical returns.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The valid name that Amazon Transcribe Medical returns.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyState" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyState",
"beanStyleSetterMethodName" : "setVocabularyState",
"c2jName" : "VocabularyState",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "The processing state of the vocabulary.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyStateAsString(String)}.\n@param vocabularyState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyState(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The valid name that Amazon Transcribe Medical returns.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The valid name that Amazon Transcribe Medical returns.
\n@return The valid name that Amazon Transcribe Medical returns.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The valid name that Amazon Transcribe Medical returns.
\n@param vocabularyName The valid name that Amazon Transcribe Medical returns.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The valid name that Amazon Transcribe Medical returns.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The valid name that Amazon Transcribe Medical returns.
\n@param vocabularyName The valid name that Amazon Transcribe Medical returns.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The valid name that Amazon Transcribe Medical returns.
\n@return The valid name that Amazon Transcribe Medical returns.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The valid name that Amazon Transcribe Medical returns.
\n@param vocabularyName The valid name that Amazon Transcribe Medical returns.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The valid name that Amazon Transcribe Medical returns.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The valid language code returned for your vocabulary entries.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The valid language code returned for your vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The valid language code returned for your vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The valid language code returned for your vocabulary entries.
\n@param languageCode The valid language code returned for your vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The valid language code returned for your vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The valid language code returned for your vocabulary entries.
\n@param languageCode The valid language code returned for your vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The valid language code returned for your vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The valid language code returned for your vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The valid language code returned for your vocabulary entries.
\n@param languageCode The valid language code returned for your vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The valid language code returned for your vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyState",
"beanStyleSetterMethodName" : "setVocabularyState",
"c2jName" : "VocabularyState",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "The processing state of the vocabulary.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyStateAsString(String)}.\n@param vocabularyState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyState(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
\n@return The date and time the vocabulary was last modified with a text file different from what was previously used.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
\n@param lastModifiedTime The date and time the vocabulary was last modified with a text file different from what was previously used.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
\n@param lastModifiedTime The date and time the vocabulary was last modified with a text file different from what was previously used.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
\n@return The date and time the vocabulary was last modified with a text file different from what was previously used.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
\n@param lastModifiedTime The date and time the vocabulary was last modified with a text file different from what was previously used.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time the vocabulary was last modified with a text file different from what was previously used.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
is FAILED
, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
is FAILED
, this field contains information about why the job failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
is FAILED
, this field contains information about why the job failed.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the VocabularyState
is FAILED
, this field contains information about why the job failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDownloadUri",
"beanStyleSetterMethodName" : "setDownloadUri",
"c2jName" : "DownloadUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #downloadUri(String)}.\n@param downloadUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #downloadUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
\n@return The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.\n@deprecated Use {@link #downloadUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
\n@param downloadUri The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n",
"documentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDownloadUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "downloadUri",
"fluentSetterDocumentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
\n@param downloadUri The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "downloadUri",
"getterDocumentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
\n@return The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DownloadUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DownloadUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DownloadUri",
"sensitive" : false,
"setterDocumentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
\n@param downloadUri The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.",
"setterMethodName" : "setDownloadUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : "The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetMedicalVocabularyResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetMedicalVocabularyResponse",
"variableName" : "getMedicalVocabularyResponse",
"variableType" : "GetMedicalVocabularyResponse",
"documentation" : null,
"simpleType" : "GetMedicalVocabularyResponse",
"variableSetterType" : "GetMedicalVocabularyResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetTranscriptionJobRequest" : {
"c2jName" : "GetTranscriptionJobRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "GetTranscriptionJob",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.GetTranscriptionJob",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the job.
\n@return The name of the job.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the job.
\n@param transcriptionJobName The name of the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the job.
\n@param transcriptionJobName The name of the job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobName",
"getterDocumentation" : "The name of the job.
\n@return The name of the job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the job.
\n@param transcriptionJobName The name of the job.",
"setterMethodName" : "setTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : "The name of the job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TranscriptionJobName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the job.
\n@return The name of the job.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the job.
\n@param transcriptionJobName The name of the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the job.
\n@param transcriptionJobName The name of the job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobName",
"getterDocumentation" : "The name of the job.
\n@return The name of the job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the job.
\n@param transcriptionJobName The name of the job.",
"setterMethodName" : "setTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : "The name of the job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJobName",
"beanStyleSetterMethodName" : "setTranscriptionJobName",
"c2jName" : "TranscriptionJobName",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "The name of the job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobName(String)}.\n@param transcriptionJobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the job.
\n@return The name of the job.\n@deprecated Use {@link #transcriptionJobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the job.
\n@param transcriptionJobName The name of the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobName(String)}\n",
"documentation" : "The name of the job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobName",
"fluentSetterDocumentation" : "The name of the job.
\n@param transcriptionJobName The name of the job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobName",
"getterDocumentation" : "The name of the job.
\n@return The name of the job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TranscriptionJobName",
"sensitive" : false,
"setterDocumentation" : "The name of the job.
\n@param transcriptionJobName The name of the job.",
"setterMethodName" : "setTranscriptionJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "transcriptionJobName",
"variableType" : "String",
"documentation" : "The name of the job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "TranscriptionJobName" ],
"shapeName" : "GetTranscriptionJobRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetTranscriptionJobRequest",
"variableName" : "getTranscriptionJobRequest",
"variableType" : "GetTranscriptionJobRequest",
"documentation" : null,
"simpleType" : "GetTranscriptionJobRequest",
"variableSetterType" : "GetTranscriptionJobRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetTranscriptionJobResponse" : {
"c2jName" : "GetTranscriptionJobResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJob",
"beanStyleSetterMethodName" : "setTranscriptionJob",
"c2jName" : "TranscriptionJob",
"c2jShape" : "TranscriptionJob",
"defaultConsumerFluentSetterDocumentation" : "An object that contains the results of the transcription job.
\nThis is a convenience that creates an instance of the {@link TranscriptionJob.Builder} avoiding the need to create one manually via {@link TranscriptionJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link TranscriptionJob.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJob(TranscriptionJob)}.\n@param transcriptionJob a consumer that will call methods on {@link TranscriptionJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJob(TranscriptionJob)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that contains the results of the transcription job.
\n@return An object that contains the results of the transcription job.\n@deprecated Use {@link #transcriptionJob()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that contains the results of the transcription job.
\n@param transcriptionJob An object that contains the results of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJob(TranscriptionJob)}\n",
"documentation" : "An object that contains the results of the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJob",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJob",
"fluentSetterDocumentation" : "An object that contains the results of the transcription job.
\n@param transcriptionJob An object that contains the results of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJob",
"getterDocumentation" : "An object that contains the results of the transcription job.
\n@return An object that contains the results of the transcription job.",
"getterModel" : {
"returnType" : "TranscriptionJob",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJob",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJob",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TranscriptionJob",
"sensitive" : false,
"setterDocumentation" : "An object that contains the results of the transcription job.
\n@param transcriptionJob An object that contains the results of the transcription job.",
"setterMethodName" : "setTranscriptionJob",
"setterModel" : {
"variableDeclarationType" : "TranscriptionJob",
"variableName" : "transcriptionJob",
"variableType" : "TranscriptionJob",
"documentation" : null,
"simpleType" : "TranscriptionJob",
"variableSetterType" : "TranscriptionJob"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TranscriptionJob",
"variableName" : "transcriptionJob",
"variableType" : "TranscriptionJob",
"documentation" : "An object that contains the results of the transcription job.
",
"simpleType" : "TranscriptionJob",
"variableSetterType" : "TranscriptionJob"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TranscriptionJob" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJob",
"beanStyleSetterMethodName" : "setTranscriptionJob",
"c2jName" : "TranscriptionJob",
"c2jShape" : "TranscriptionJob",
"defaultConsumerFluentSetterDocumentation" : "An object that contains the results of the transcription job.
\nThis is a convenience that creates an instance of the {@link TranscriptionJob.Builder} avoiding the need to create one manually via {@link TranscriptionJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link TranscriptionJob.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJob(TranscriptionJob)}.\n@param transcriptionJob a consumer that will call methods on {@link TranscriptionJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJob(TranscriptionJob)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that contains the results of the transcription job.
\n@return An object that contains the results of the transcription job.\n@deprecated Use {@link #transcriptionJob()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that contains the results of the transcription job.
\n@param transcriptionJob An object that contains the results of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJob(TranscriptionJob)}\n",
"documentation" : "An object that contains the results of the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJob",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJob",
"fluentSetterDocumentation" : "An object that contains the results of the transcription job.
\n@param transcriptionJob An object that contains the results of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJob",
"getterDocumentation" : "An object that contains the results of the transcription job.
\n@return An object that contains the results of the transcription job.",
"getterModel" : {
"returnType" : "TranscriptionJob",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJob",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJob",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TranscriptionJob",
"sensitive" : false,
"setterDocumentation" : "An object that contains the results of the transcription job.
\n@param transcriptionJob An object that contains the results of the transcription job.",
"setterMethodName" : "setTranscriptionJob",
"setterModel" : {
"variableDeclarationType" : "TranscriptionJob",
"variableName" : "transcriptionJob",
"variableType" : "TranscriptionJob",
"documentation" : null,
"simpleType" : "TranscriptionJob",
"variableSetterType" : "TranscriptionJob"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TranscriptionJob",
"variableName" : "transcriptionJob",
"variableType" : "TranscriptionJob",
"documentation" : "An object that contains the results of the transcription job.
",
"simpleType" : "TranscriptionJob",
"variableSetterType" : "TranscriptionJob"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTranscriptionJob",
"beanStyleSetterMethodName" : "setTranscriptionJob",
"c2jName" : "TranscriptionJob",
"c2jShape" : "TranscriptionJob",
"defaultConsumerFluentSetterDocumentation" : "An object that contains the results of the transcription job.
\nThis is a convenience that creates an instance of the {@link TranscriptionJob.Builder} avoiding the need to create one manually via {@link TranscriptionJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link TranscriptionJob.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJob(TranscriptionJob)}.\n@param transcriptionJob a consumer that will call methods on {@link TranscriptionJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJob(TranscriptionJob)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An object that contains the results of the transcription job.
\n@return An object that contains the results of the transcription job.\n@deprecated Use {@link #transcriptionJob()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An object that contains the results of the transcription job.
\n@param transcriptionJob An object that contains the results of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJob(TranscriptionJob)}\n",
"documentation" : "An object that contains the results of the transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJob property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJob",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJob",
"fluentSetterDocumentation" : "An object that contains the results of the transcription job.
\n@param transcriptionJob An object that contains the results of the transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJob",
"getterDocumentation" : "An object that contains the results of the transcription job.
\n@return An object that contains the results of the transcription job.",
"getterModel" : {
"returnType" : "TranscriptionJob",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJob",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJob",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TranscriptionJob",
"sensitive" : false,
"setterDocumentation" : "An object that contains the results of the transcription job.
\n@param transcriptionJob An object that contains the results of the transcription job.",
"setterMethodName" : "setTranscriptionJob",
"setterModel" : {
"variableDeclarationType" : "TranscriptionJob",
"variableName" : "transcriptionJob",
"variableType" : "TranscriptionJob",
"documentation" : null,
"simpleType" : "TranscriptionJob",
"variableSetterType" : "TranscriptionJob"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TranscriptionJob",
"variableName" : "transcriptionJob",
"variableType" : "TranscriptionJob",
"documentation" : "An object that contains the results of the transcription job.
",
"simpleType" : "TranscriptionJob",
"variableSetterType" : "TranscriptionJob"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetTranscriptionJobResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetTranscriptionJobResponse",
"variableName" : "getTranscriptionJobResponse",
"variableType" : "GetTranscriptionJobResponse",
"documentation" : null,
"simpleType" : "GetTranscriptionJobResponse",
"variableSetterType" : "GetTranscriptionJobResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetVocabularyFilterRequest" : {
"c2jName" : "GetVocabularyFilterRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "GetVocabularyFilter",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.GetVocabularyFilter",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFilterName",
"beanStyleSetterMethodName" : "setVocabularyFilterName",
"c2jName" : "VocabularyFilterName",
"c2jShape" : "VocabularyFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary filter for which to return information.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFilterName(String)}.\n@param vocabularyFilterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFilterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary filter for which to return information.
\n@return The name of the vocabulary filter for which to return information.\n@deprecated Use {@link #vocabularyFilterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary filter for which to return information.
\n@param vocabularyFilterName The name of the vocabulary filter for which to return information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n",
"documentation" : "The name of the vocabulary filter for which to return information.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFilterName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFilterName",
"fluentSetterDocumentation" : "The name of the vocabulary filter for which to return information.
\n@param vocabularyFilterName The name of the vocabulary filter for which to return information.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFilterName",
"getterDocumentation" : "The name of the vocabulary filter for which to return information.
\n@return The name of the vocabulary filter for which to return information.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFilterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFilterName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary filter for which to return information.
\n@param vocabularyFilterName The name of the vocabulary filter for which to return information.",
"setterMethodName" : "setVocabularyFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : "The name of the vocabulary filter for which to return information.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"VocabularyFilterName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFilterName",
"beanStyleSetterMethodName" : "setVocabularyFilterName",
"c2jName" : "VocabularyFilterName",
"c2jShape" : "VocabularyFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary filter for which to return information.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFilterName(String)}.\n@param vocabularyFilterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFilterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary filter for which to return information.
\n@return The name of the vocabulary filter for which to return information.\n@deprecated Use {@link #vocabularyFilterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary filter for which to return information.
\n@param vocabularyFilterName The name of the vocabulary filter for which to return information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n",
"documentation" : "The name of the vocabulary filter for which to return information.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFilterName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFilterName",
"fluentSetterDocumentation" : "The name of the vocabulary filter for which to return information.
\n@param vocabularyFilterName The name of the vocabulary filter for which to return information.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFilterName",
"getterDocumentation" : "The name of the vocabulary filter for which to return information.
\n@return The name of the vocabulary filter for which to return information.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFilterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFilterName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary filter for which to return information.
\n@param vocabularyFilterName The name of the vocabulary filter for which to return information.",
"setterMethodName" : "setVocabularyFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : "The name of the vocabulary filter for which to return information.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFilterName",
"beanStyleSetterMethodName" : "setVocabularyFilterName",
"c2jName" : "VocabularyFilterName",
"c2jShape" : "VocabularyFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary filter for which to return information.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFilterName(String)}.\n@param vocabularyFilterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFilterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary filter for which to return information.
\n@return The name of the vocabulary filter for which to return information.\n@deprecated Use {@link #vocabularyFilterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary filter for which to return information.
\n@param vocabularyFilterName The name of the vocabulary filter for which to return information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n",
"documentation" : "The name of the vocabulary filter for which to return information.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFilterName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFilterName",
"fluentSetterDocumentation" : "The name of the vocabulary filter for which to return information.
\n@param vocabularyFilterName The name of the vocabulary filter for which to return information.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFilterName",
"getterDocumentation" : "The name of the vocabulary filter for which to return information.
\n@return The name of the vocabulary filter for which to return information.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFilterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFilterName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary filter for which to return information.
\n@param vocabularyFilterName The name of the vocabulary filter for which to return information.",
"setterMethodName" : "setVocabularyFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : "The name of the vocabulary filter for which to return information.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "VocabularyFilterName" ],
"shapeName" : "GetVocabularyFilterRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetVocabularyFilterRequest",
"variableName" : "getVocabularyFilterRequest",
"variableType" : "GetVocabularyFilterRequest",
"documentation" : null,
"simpleType" : "GetVocabularyFilterRequest",
"variableSetterType" : "GetVocabularyFilterRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetVocabularyFilterResponse" : {
"c2jName" : "GetVocabularyFilterResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFilterName",
"beanStyleSetterMethodName" : "setVocabularyFilterName",
"c2jName" : "VocabularyFilterName",
"c2jShape" : "VocabularyFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary filter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFilterName(String)}.\n@param vocabularyFilterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFilterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary filter.
\n@return The name of the vocabulary filter.\n@deprecated Use {@link #vocabularyFilterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary filter.
\n@param vocabularyFilterName The name of the vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n",
"documentation" : "The name of the vocabulary filter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFilterName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFilterName",
"fluentSetterDocumentation" : "The name of the vocabulary filter.
\n@param vocabularyFilterName The name of the vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFilterName",
"getterDocumentation" : "The name of the vocabulary filter.
\n@return The name of the vocabulary filter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFilterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFilterName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary filter.
\n@param vocabularyFilterName The name of the vocabulary filter.",
"setterMethodName" : "setVocabularyFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : "The name of the vocabulary filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code of the words in the vocabulary filter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the words in the vocabulary filter.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the words in the vocabulary filter.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the words in the vocabulary filter.
\n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the words in the vocabulary filter.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the words in the vocabulary filter.
\n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the words in the vocabulary filter.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the words in the vocabulary filter.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the words in the vocabulary filter.
\n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the words in the vocabulary filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the contents of the vocabulary filter were updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the contents of the vocabulary filter were updated.
\n@return The date and time that the contents of the vocabulary filter were updated.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the contents of the vocabulary filter were updated.
\n@param lastModifiedTime The date and time that the contents of the vocabulary filter were updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the contents of the vocabulary filter were updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the contents of the vocabulary filter were updated.
\n@param lastModifiedTime The date and time that the contents of the vocabulary filter were updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the contents of the vocabulary filter were updated.
\n@return The date and time that the contents of the vocabulary filter were updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the contents of the vocabulary filter were updated.
\n@param lastModifiedTime The date and time that the contents of the vocabulary filter were updated.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the contents of the vocabulary filter were updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDownloadUri",
"beanStyleSetterMethodName" : "setDownloadUri",
"c2jName" : "DownloadUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #downloadUri(String)}.\n@param downloadUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #downloadUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
\n@return The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.\n@deprecated Use {@link #downloadUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
\n@param downloadUri The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n",
"documentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDownloadUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "downloadUri",
"fluentSetterDocumentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
\n@param downloadUri The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "downloadUri",
"getterDocumentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
\n@return The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DownloadUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DownloadUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DownloadUri",
"sensitive" : false,
"setterDocumentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
\n@param downloadUri The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.",
"setterMethodName" : "setDownloadUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DownloadUri" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDownloadUri",
"beanStyleSetterMethodName" : "setDownloadUri",
"c2jName" : "DownloadUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #downloadUri(String)}.\n@param downloadUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #downloadUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
\n@return The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.\n@deprecated Use {@link #downloadUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
\n@param downloadUri The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n",
"documentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDownloadUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "downloadUri",
"fluentSetterDocumentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
\n@param downloadUri The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "downloadUri",
"getterDocumentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
\n@return The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DownloadUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DownloadUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DownloadUri",
"sensitive" : false,
"setterDocumentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
\n@param downloadUri The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.",
"setterMethodName" : "setDownloadUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LanguageCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code of the words in the vocabulary filter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the words in the vocabulary filter.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the words in the vocabulary filter.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the words in the vocabulary filter.
\n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the words in the vocabulary filter.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the words in the vocabulary filter.
\n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the words in the vocabulary filter.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the words in the vocabulary filter.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the words in the vocabulary filter.
\n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the words in the vocabulary filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastModifiedTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the contents of the vocabulary filter were updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the contents of the vocabulary filter were updated.
\n@return The date and time that the contents of the vocabulary filter were updated.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the contents of the vocabulary filter were updated.
\n@param lastModifiedTime The date and time that the contents of the vocabulary filter were updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the contents of the vocabulary filter were updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the contents of the vocabulary filter were updated.
\n@param lastModifiedTime The date and time that the contents of the vocabulary filter were updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the contents of the vocabulary filter were updated.
\n@return The date and time that the contents of the vocabulary filter were updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the contents of the vocabulary filter were updated.
\n@param lastModifiedTime The date and time that the contents of the vocabulary filter were updated.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the contents of the vocabulary filter were updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyFilterName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFilterName",
"beanStyleSetterMethodName" : "setVocabularyFilterName",
"c2jName" : "VocabularyFilterName",
"c2jShape" : "VocabularyFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary filter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFilterName(String)}.\n@param vocabularyFilterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFilterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary filter.
\n@return The name of the vocabulary filter.\n@deprecated Use {@link #vocabularyFilterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary filter.
\n@param vocabularyFilterName The name of the vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n",
"documentation" : "The name of the vocabulary filter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFilterName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFilterName",
"fluentSetterDocumentation" : "The name of the vocabulary filter.
\n@param vocabularyFilterName The name of the vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFilterName",
"getterDocumentation" : "The name of the vocabulary filter.
\n@return The name of the vocabulary filter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFilterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFilterName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary filter.
\n@param vocabularyFilterName The name of the vocabulary filter.",
"setterMethodName" : "setVocabularyFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : "The name of the vocabulary filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyFilterName",
"beanStyleSetterMethodName" : "setVocabularyFilterName",
"c2jName" : "VocabularyFilterName",
"c2jShape" : "VocabularyFilterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary filter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyFilterName(String)}.\n@param vocabularyFilterName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyFilterName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary filter.
\n@return The name of the vocabulary filter.\n@deprecated Use {@link #vocabularyFilterName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary filter.
\n@param vocabularyFilterName The name of the vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyFilterName(String)}\n",
"documentation" : "The name of the vocabulary filter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyFilterName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyFilterName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyFilterName",
"fluentSetterDocumentation" : "The name of the vocabulary filter.
\n@param vocabularyFilterName The name of the vocabulary filter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyFilterName",
"getterDocumentation" : "The name of the vocabulary filter.
\n@return The name of the vocabulary filter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyFilterName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyFilterName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyFilterName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary filter.
\n@param vocabularyFilterName The name of the vocabulary filter.",
"setterMethodName" : "setVocabularyFilterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyFilterName",
"variableType" : "String",
"documentation" : "The name of the vocabulary filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code of the words in the vocabulary filter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the words in the vocabulary filter.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the words in the vocabulary filter.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the words in the vocabulary filter.
\n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the words in the vocabulary filter.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the words in the vocabulary filter.
\n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the words in the vocabulary filter.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the words in the vocabulary filter.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the words in the vocabulary filter.
\n@param languageCode The language code of the words in the vocabulary filter.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the words in the vocabulary filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the contents of the vocabulary filter were updated.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the contents of the vocabulary filter were updated.
\n@return The date and time that the contents of the vocabulary filter were updated.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the contents of the vocabulary filter were updated.
\n@param lastModifiedTime The date and time that the contents of the vocabulary filter were updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the contents of the vocabulary filter were updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the contents of the vocabulary filter were updated.
\n@param lastModifiedTime The date and time that the contents of the vocabulary filter were updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the contents of the vocabulary filter were updated.
\n@return The date and time that the contents of the vocabulary filter were updated.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the contents of the vocabulary filter were updated.
\n@param lastModifiedTime The date and time that the contents of the vocabulary filter were updated.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the contents of the vocabulary filter were updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDownloadUri",
"beanStyleSetterMethodName" : "setDownloadUri",
"c2jName" : "DownloadUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #downloadUri(String)}.\n@param downloadUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #downloadUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
\n@return The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.\n@deprecated Use {@link #downloadUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
\n@param downloadUri The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n",
"documentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDownloadUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "downloadUri",
"fluentSetterDocumentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
\n@param downloadUri The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "downloadUri",
"getterDocumentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
\n@return The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DownloadUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DownloadUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DownloadUri",
"sensitive" : false,
"setterDocumentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
\n@param downloadUri The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.",
"setterMethodName" : "setDownloadUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : "The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetVocabularyFilterResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetVocabularyFilterResponse",
"variableName" : "getVocabularyFilterResponse",
"variableType" : "GetVocabularyFilterResponse",
"documentation" : null,
"simpleType" : "GetVocabularyFilterResponse",
"variableSetterType" : "GetVocabularyFilterResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetVocabularyRequest" : {
"c2jName" : "GetVocabularyRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "GetVocabulary",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.GetVocabulary",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@return The name of the vocabulary to return information about. The name is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@return The name of the vocabulary to return information about. The name is case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"VocabularyName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@return The name of the vocabulary to return information about. The name is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@return The name of the vocabulary to return information about. The name is case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@return The name of the vocabulary to return information about. The name is case-sensitive.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@return The name of the vocabulary to return information about. The name is case-sensitive.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
\n@param vocabularyName The name of the vocabulary to return information about. The name is case-sensitive.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary to return information about. The name is case-sensitive.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "VocabularyName" ],
"shapeName" : "GetVocabularyRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetVocabularyRequest",
"variableName" : "getVocabularyRequest",
"variableType" : "GetVocabularyRequest",
"documentation" : null,
"simpleType" : "GetVocabularyRequest",
"variableSetterType" : "GetVocabularyRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"GetVocabularyResponse" : {
"c2jName" : "GetVocabularyResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to return.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to return.
\n@return The name of the vocabulary to return.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary to return.
\n@param vocabularyName The name of the vocabulary to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to return.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to return.
\n@param vocabularyName The name of the vocabulary to return.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary to return.
\n@return The name of the vocabulary to return.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to return.
\n@param vocabularyName The name of the vocabulary to return.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary to return.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code of the vocabulary entries.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyState",
"beanStyleSetterMethodName" : "setVocabularyState",
"c2jName" : "VocabularyState",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "The processing state of the vocabulary.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyStateAsString(String)}.\n@param vocabularyState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyState(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary was last modified.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@return The date and time that the vocabulary was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary was last modified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary was last modified.
\n@return The date and time that the vocabulary was last modified.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary was last modified.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDownloadUri",
"beanStyleSetterMethodName" : "setDownloadUri",
"c2jName" : "DownloadUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #downloadUri(String)}.\n@param downloadUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #downloadUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@return The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@deprecated Use {@link #downloadUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n",
"documentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDownloadUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "downloadUri",
"fluentSetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "downloadUri",
"getterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@return The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DownloadUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DownloadUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DownloadUri",
"sensitive" : false,
"setterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.",
"setterMethodName" : "setDownloadUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DownloadUri" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDownloadUri",
"beanStyleSetterMethodName" : "setDownloadUri",
"c2jName" : "DownloadUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #downloadUri(String)}.\n@param downloadUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #downloadUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@return The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@deprecated Use {@link #downloadUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n",
"documentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDownloadUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "downloadUri",
"fluentSetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "downloadUri",
"getterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@return The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DownloadUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DownloadUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DownloadUri",
"sensitive" : false,
"setterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.",
"setterMethodName" : "setDownloadUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"FailureReason" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LanguageCode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code of the vocabulary entries.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastModifiedTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary was last modified.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@return The date and time that the vocabulary was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary was last modified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary was last modified.
\n@return The date and time that the vocabulary was last modified.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary was last modified.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to return.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to return.
\n@return The name of the vocabulary to return.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary to return.
\n@param vocabularyName The name of the vocabulary to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to return.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to return.
\n@param vocabularyName The name of the vocabulary to return.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary to return.
\n@return The name of the vocabulary to return.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to return.
\n@param vocabularyName The name of the vocabulary to return.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary to return.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VocabularyState" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyState",
"beanStyleSetterMethodName" : "setVocabularyState",
"c2jName" : "VocabularyState",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "The processing state of the vocabulary.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyStateAsString(String)}.\n@param vocabularyState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyState(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyName",
"beanStyleSetterMethodName" : "setVocabularyName",
"c2jName" : "VocabularyName",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "The name of the vocabulary to return.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyName(String)}.\n@param vocabularyName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the vocabulary to return.
\n@return The name of the vocabulary to return.\n@deprecated Use {@link #vocabularyName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the vocabulary to return.
\n@param vocabularyName The name of the vocabulary to return.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularyName(String)}\n",
"documentation" : "The name of the vocabulary to return.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularyName",
"fluentSetterDocumentation" : "The name of the vocabulary to return.
\n@param vocabularyName The name of the vocabulary to return.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularyName",
"getterDocumentation" : "The name of the vocabulary to return.
\n@return The name of the vocabulary to return.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyName",
"sensitive" : false,
"setterDocumentation" : "The name of the vocabulary to return.
\n@param vocabularyName The name of the vocabulary to return.",
"setterMethodName" : "setVocabularyName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyName",
"variableType" : "String",
"documentation" : "The name of the vocabulary to return.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLanguageCode",
"beanStyleSetterMethodName" : "setLanguageCode",
"c2jName" : "LanguageCode",
"c2jShape" : "LanguageCode",
"defaultConsumerFluentSetterDocumentation" : "The language code of the vocabulary entries.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #languageCodeAsString(String)}.\n@param languageCode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #languageCode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode\n@deprecated Use {@link #languageCodeAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode\n@deprecated Use {@link #languageCode(String)}\n",
"documentation" : "The language code of the vocabulary entries.
",
"endpointDiscoveryId" : false,
"enumType" : "LanguageCode",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LanguageCode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLanguageCode",
"fluentEnumGetterMethodName" : "languageCode",
"fluentEnumSetterMethodName" : "languageCode",
"fluentGetterMethodName" : "languageCodeAsString",
"fluentSetterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode",
"fluentSetterMethodName" : "languageCode",
"getterDocumentation" : "The language code of the vocabulary entries.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #languageCode} will return {@link LanguageCode#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #languageCodeAsString}.\n
\n@return The language code of the vocabulary entries.\n@see LanguageCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LanguageCode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LanguageCode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "LanguageCode",
"sensitive" : false,
"setterDocumentation" : "The language code of the vocabulary entries.
\n@param languageCode The language code of the vocabulary entries.\n@see LanguageCode",
"setterMethodName" : "setLanguageCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "languageCode",
"variableType" : "String",
"documentation" : "The language code of the vocabulary entries.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVocabularyState",
"beanStyleSetterMethodName" : "setVocabularyState",
"c2jName" : "VocabularyState",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "The processing state of the vocabulary.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #vocabularyStateAsString(String)}.\n@param vocabularyState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularyState(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The processing state of the vocabulary.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary.\n@see VocabularyState\n@deprecated Use {@link #vocabularyStateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #vocabularyState(String)}\n",
"documentation" : "The processing state of the vocabulary.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VocabularyState property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularyState",
"fluentEnumGetterMethodName" : "vocabularyState",
"fluentEnumSetterMethodName" : "vocabularyState",
"fluentGetterMethodName" : "vocabularyStateAsString",
"fluentSetterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "vocabularyState",
"getterDocumentation" : "The processing state of the vocabulary.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #vocabularyState} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #vocabularyStateAsString}.\n
\n@return The processing state of the vocabulary.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VocabularyState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VocabularyState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VocabularyState",
"sensitive" : false,
"setterDocumentation" : "The processing state of the vocabulary.
\n@param vocabularyState The processing state of the vocabulary.\n@see VocabularyState",
"setterMethodName" : "setVocabularyState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "vocabularyState",
"variableType" : "String",
"documentation" : "The processing state of the vocabulary.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "DateTime",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the vocabulary was last modified.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@return The date and time that the vocabulary was last modified.\n@deprecated Use {@link #lastModifiedTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastModifiedTime(Instant)}\n",
"documentation" : "The date and time that the vocabulary was last modified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastModifiedTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastModifiedTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the vocabulary was last modified.
\n@return The date and time that the vocabulary was last modified.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the vocabulary was last modified.
\n@param lastModifiedTime The date and time that the vocabulary was last modified.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the vocabulary was last modified.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "FailureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@return If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FailureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FailureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
\n@param failureReason If the VocabularyState
field is FAILED
, this field contains information about why the job failed.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the VocabularyState
field is FAILED
, this field contains information about why the job failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDownloadUri",
"beanStyleSetterMethodName" : "setDownloadUri",
"c2jName" : "DownloadUri",
"c2jShape" : "Uri",
"defaultConsumerFluentSetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #downloadUri(String)}.\n@param downloadUri a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #downloadUri(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@return The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@deprecated Use {@link #downloadUri()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #downloadUri(String)}\n",
"documentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DownloadUri property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDownloadUri",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "downloadUri",
"fluentSetterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "downloadUri",
"getterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@return The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DownloadUri",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DownloadUri",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DownloadUri",
"sensitive" : false,
"setterDocumentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
\n@param downloadUri The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.",
"setterMethodName" : "setDownloadUri",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "downloadUri",
"variableType" : "String",
"documentation" : "The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetVocabularyResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetVocabularyResponse",
"variableName" : "getVocabularyResponse",
"variableType" : "GetVocabularyResponse",
"documentation" : null,
"simpleType" : "GetVocabularyResponse",
"variableSetterType" : "GetVocabularyResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"InternalFailureException" : {
"c2jName" : "InternalFailureException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "There was an internal error. Check the error message and try your request again.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "InternalFailureException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InternalFailureException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InternalFailureException",
"variableName" : "internalFailureException",
"variableType" : "InternalFailureException",
"documentation" : null,
"simpleType" : "InternalFailureException",
"variableSetterType" : "InternalFailureException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"JobExecutionSettings" : {
"c2jName" : "JobExecutionSettings",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides information about when a transcription job should be executed.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAllowDeferredExecution",
"beanStyleSetterMethodName" : "setAllowDeferredExecution",
"c2jName" : "AllowDeferredExecution",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #allowDeferredExecution(Boolean)}.\n@param allowDeferredExecution a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowDeferredExecution(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@deprecated Use {@link #allowDeferredExecution()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowDeferredExecution(Boolean)}\n",
"documentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AllowDeferredExecution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAllowDeferredExecution",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "allowDeferredExecution",
"fluentSetterDocumentation" : "Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allowDeferredExecution",
"getterDocumentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AllowDeferredExecution",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AllowDeferredExecution",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "AllowDeferredExecution",
"sensitive" : false,
"setterDocumentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"setterMethodName" : "setAllowDeferredExecution",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowDeferredExecution",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowDeferredExecution",
"variableType" : "Boolean",
"documentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDataAccessRoleArn",
"beanStyleSetterMethodName" : "setDataAccessRoleArn",
"c2jName" : "DataAccessRoleArn",
"c2jShape" : "DataAccessRoleArn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dataAccessRoleArn(String)}.\n@param dataAccessRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataAccessRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@deprecated Use {@link #dataAccessRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataAccessRoleArn(String)}\n",
"documentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DataAccessRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDataAccessRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataAccessRoleArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataAccessRoleArn",
"getterDocumentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DataAccessRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DataAccessRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DataAccessRoleArn",
"sensitive" : false,
"setterDocumentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"setterMethodName" : "setDataAccessRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dataAccessRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dataAccessRoleArn",
"variableType" : "String",
"documentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AllowDeferredExecution" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAllowDeferredExecution",
"beanStyleSetterMethodName" : "setAllowDeferredExecution",
"c2jName" : "AllowDeferredExecution",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #allowDeferredExecution(Boolean)}.\n@param allowDeferredExecution a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowDeferredExecution(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@deprecated Use {@link #allowDeferredExecution()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowDeferredExecution(Boolean)}\n",
"documentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AllowDeferredExecution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAllowDeferredExecution",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "allowDeferredExecution",
"fluentSetterDocumentation" : "Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allowDeferredExecution",
"getterDocumentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AllowDeferredExecution",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AllowDeferredExecution",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "AllowDeferredExecution",
"sensitive" : false,
"setterDocumentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"setterMethodName" : "setAllowDeferredExecution",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowDeferredExecution",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowDeferredExecution",
"variableType" : "Boolean",
"documentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DataAccessRoleArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDataAccessRoleArn",
"beanStyleSetterMethodName" : "setDataAccessRoleArn",
"c2jName" : "DataAccessRoleArn",
"c2jShape" : "DataAccessRoleArn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dataAccessRoleArn(String)}.\n@param dataAccessRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataAccessRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@deprecated Use {@link #dataAccessRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataAccessRoleArn(String)}\n",
"documentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DataAccessRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDataAccessRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataAccessRoleArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataAccessRoleArn",
"getterDocumentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DataAccessRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DataAccessRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DataAccessRoleArn",
"sensitive" : false,
"setterDocumentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"setterMethodName" : "setDataAccessRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dataAccessRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dataAccessRoleArn",
"variableType" : "String",
"documentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAllowDeferredExecution",
"beanStyleSetterMethodName" : "setAllowDeferredExecution",
"c2jName" : "AllowDeferredExecution",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #allowDeferredExecution(Boolean)}.\n@param allowDeferredExecution a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #allowDeferredExecution(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@deprecated Use {@link #allowDeferredExecution()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #allowDeferredExecution(Boolean)}\n",
"documentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AllowDeferredExecution property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAllowDeferredExecution",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "allowDeferredExecution",
"fluentSetterDocumentation" : "Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allowDeferredExecution",
"getterDocumentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AllowDeferredExecution",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AllowDeferredExecution",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "AllowDeferredExecution",
"sensitive" : false,
"setterDocumentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param allowDeferredExecution Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"setterMethodName" : "setAllowDeferredExecution",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowDeferredExecution",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "allowDeferredExecution",
"variableType" : "Boolean",
"documentation" : "
Indicates whether a job should be queued by Amazon Transcribe when the concurrent execution limit is exceeded. When the AllowDeferredExecution
field is true, jobs are queued and executed when the number of executing jobs falls below the concurrent execution limit. If the field is false, Amazon Transcribe returns a LimitExceededException
exception.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDataAccessRoleArn",
"beanStyleSetterMethodName" : "setDataAccessRoleArn",
"c2jName" : "DataAccessRoleArn",
"c2jShape" : "DataAccessRoleArn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dataAccessRoleArn(String)}.\n@param dataAccessRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dataAccessRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@deprecated Use {@link #dataAccessRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dataAccessRoleArn(String)}\n",
"documentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DataAccessRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDataAccessRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dataAccessRoleArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dataAccessRoleArn",
"getterDocumentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@return The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DataAccessRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DataAccessRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DataAccessRoleArn",
"sensitive" : false,
"setterDocumentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
\n@param dataAccessRoleArn The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well. If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.",
"setterMethodName" : "setDataAccessRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dataAccessRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dataAccessRoleArn",
"variableType" : "String",
"documentation" : "
The Amazon Resource Name (ARN) of a role that has access to the S3 bucket that contains the input files. Amazon Transcribe assumes this role to read queued media files. If you have specified an output S3 bucket for the transcription results, this role should have access to the output bucket as well.
If you specify the AllowDeferredExecution
field, you must specify the DataAccessRoleArn
field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "JobExecutionSettings",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "JobExecutionSettings",
"variableName" : "jobExecutionSettings",
"variableType" : "JobExecutionSettings",
"documentation" : null,
"simpleType" : "JobExecutionSettings",
"variableSetterType" : "JobExecutionSettings"
},
"wrapper" : false,
"xmlNamespace" : null
},
"LanguageCode" : {
"c2jName" : "LanguageCode",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "EN_US",
"value" : "en-US"
}, {
"name" : "ES_US",
"value" : "es-US"
}, {
"name" : "EN_AU",
"value" : "en-AU"
}, {
"name" : "FR_CA",
"value" : "fr-CA"
}, {
"name" : "EN_GB",
"value" : "en-GB"
}, {
"name" : "DE_DE",
"value" : "de-DE"
}, {
"name" : "PT_BR",
"value" : "pt-BR"
}, {
"name" : "FR_FR",
"value" : "fr-FR"
}, {
"name" : "IT_IT",
"value" : "it-IT"
}, {
"name" : "KO_KR",
"value" : "ko-KR"
}, {
"name" : "ES_ES",
"value" : "es-ES"
}, {
"name" : "EN_IN",
"value" : "en-IN"
}, {
"name" : "HI_IN",
"value" : "hi-IN"
}, {
"name" : "AR_SA",
"value" : "ar-SA"
}, {
"name" : "RU_RU",
"value" : "ru-RU"
}, {
"name" : "ZH_CN",
"value" : "zh-CN"
}, {
"name" : "NL_NL",
"value" : "nl-NL"
}, {
"name" : "ID_ID",
"value" : "id-ID"
}, {
"name" : "TA_IN",
"value" : "ta-IN"
}, {
"name" : "FA_IR",
"value" : "fa-IR"
}, {
"name" : "EN_IE",
"value" : "en-IE"
}, {
"name" : "EN_AB",
"value" : "en-AB"
}, {
"name" : "EN_WL",
"value" : "en-WL"
}, {
"name" : "PT_PT",
"value" : "pt-PT"
}, {
"name" : "TE_IN",
"value" : "te-IN"
}, {
"name" : "TR_TR",
"value" : "tr-TR"
}, {
"name" : "DE_CH",
"value" : "de-CH"
}, {
"name" : "HE_IL",
"value" : "he-IL"
}, {
"name" : "MS_MY",
"value" : "ms-MY"
}, {
"name" : "JA_JP",
"value" : "ja-JP"
}, {
"name" : "AR_AE",
"value" : "ar-AE"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "LanguageCode",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "LanguageCode",
"variableName" : "languageCode",
"variableType" : "LanguageCode",
"documentation" : null,
"simpleType" : "LanguageCode",
"variableSetterType" : "LanguageCode"
},
"wrapper" : false,
"xmlNamespace" : null
},
"LimitExceededException" : {
"c2jName" : "LimitExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Either you have sent too many requests or your input file is too long. Wait before you resend your request, or use a smaller file and resend the request.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "LimitExceededException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "LimitExceededException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "LimitExceededException",
"variableName" : "limitExceededException",
"variableType" : "LimitExceededException",
"documentation" : null,
"simpleType" : "LimitExceededException",
"variableSetterType" : "LimitExceededException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListMedicalTranscriptionJobsRequest" : {
"c2jName" : "ListMedicalTranscriptionJobsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ListMedicalTranscriptionJobs",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.ListMedicalTranscriptionJobs",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "TranscriptionJobStatus",
"defaultConsumerFluentSetterDocumentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobNameContains",
"beanStyleSetterMethodName" : "setJobNameContains",
"c2jName" : "JobNameContains",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobNameContains(String)}.\n@param jobNameContains a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobNameContains(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@deprecated Use {@link #jobNameContains()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobNameContains(String)}\n",
"documentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobNameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobNameContains",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobNameContains",
"fluentSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobNameContains",
"getterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobNameContains",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobNameContains",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobNameContains",
"sensitive" : false,
"setterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.",
"setterMethodName" : "setJobNameContains",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobNameContains",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobNameContains",
"variableType" : "String",
"documentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
\n@return If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
\n@param nextToken If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
\n@param nextToken If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
\n@return If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
\n@param nextToken If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"JobNameContains" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobNameContains",
"beanStyleSetterMethodName" : "setJobNameContains",
"c2jName" : "JobNameContains",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobNameContains(String)}.\n@param jobNameContains a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobNameContains(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@deprecated Use {@link #jobNameContains()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobNameContains(String)}\n",
"documentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobNameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobNameContains",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobNameContains",
"fluentSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobNameContains",
"getterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobNameContains",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobNameContains",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobNameContains",
"sensitive" : false,
"setterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.",
"setterMethodName" : "setJobNameContains",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobNameContains",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobNameContains",
"variableType" : "String",
"documentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MaxResults" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
\n@return If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
\n@param nextToken If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
\n@param nextToken If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
\n@return If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
\n@param nextToken If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "TranscriptionJobStatus",
"defaultConsumerFluentSetterDocumentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "TranscriptionJobStatus",
"defaultConsumerFluentSetterDocumentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "When specified, returns only medical transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don't specify a status, Amazon Transcribe Medical returns all transcription jobs ordered by creation date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobNameContains",
"beanStyleSetterMethodName" : "setJobNameContains",
"c2jName" : "JobNameContains",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobNameContains(String)}.\n@param jobNameContains a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobNameContains(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@deprecated Use {@link #jobNameContains()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobNameContains(String)}\n",
"documentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobNameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobNameContains",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobNameContains",
"fluentSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobNameContains",
"getterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobNameContains",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobNameContains",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobNameContains",
"sensitive" : false,
"setterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.",
"setterMethodName" : "setJobNameContains",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobNameContains",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobNameContains",
"variableType" : "String",
"documentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
\n@return If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
\n@param nextToken If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
\n@param nextToken If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
\n@return If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
\n@param nextToken If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs
, include NextToken
to fetch the next set of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListMedicalTranscriptionJobsRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListMedicalTranscriptionJobsRequest",
"variableName" : "listMedicalTranscriptionJobsRequest",
"variableType" : "ListMedicalTranscriptionJobsRequest",
"documentation" : null,
"simpleType" : "ListMedicalTranscriptionJobsRequest",
"variableSetterType" : "ListMedicalTranscriptionJobsRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListMedicalTranscriptionJobsResponse" : {
"c2jName" : "ListMedicalTranscriptionJobsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "TranscriptionJobStatus",
"defaultConsumerFluentSetterDocumentation" : "The requested status of the medical transcription jobs returned.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The requested status of the medical transcription jobs returned.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The requested status of the medical transcription jobs returned.
\n@param status The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The requested status of the medical transcription jobs returned.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The requested status of the medical transcription jobs returned.
\n@param status The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The requested status of the medical transcription jobs returned.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The requested status of the medical transcription jobs returned.
\n@param status The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The requested status of the medical transcription jobs returned.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
\n@return The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
\n@return The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getMedicalTranscriptionJobSummaries",
"beanStyleSetterMethodName" : "setMedicalTranscriptionJobSummaries",
"c2jName" : "MedicalTranscriptionJobSummaries",
"c2jShape" : "MedicalTranscriptionJobSummaries",
"defaultConsumerFluentSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #medicalTranscriptionJobSummaries(List)}.\n@param medicalTranscriptionJobSummaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #medicalTranscriptionJobSummaries(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasMedicalTranscriptionJobSummaries()} to see if a value was sent in this field.\n
\n@return A list of objects containing summary information for a transcription job.\n@deprecated Use {@link #medicalTranscriptionJobSummaries()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param medicalTranscriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobSummaries(List)}\n",
"documentation" : "A list of objects containing summary information for a transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobSummaries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMedicalTranscriptionJobSummaries",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "medicalTranscriptionJobSummaries",
"fluentSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param medicalTranscriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "medicalTranscriptionJobSummaries",
"getterDocumentation" : "A list of objects containing summary information for a transcription job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasMedicalTranscriptionJobSummaries()} to see if a value was sent in this field.\n
\n@return A list of objects containing summary information for a transcription job.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MedicalTranscriptionJobSummaries",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MedicalTranscriptionJobSummaries",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MedicalTranscriptionJobSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MedicalTranscriptionJobSummary.Builder} avoiding the need to create one manually via {@link MedicalTranscriptionJobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link MedicalTranscriptionJobSummary.Builder#build()} is called immediately and its result is passed to {@link #member(MedicalTranscriptionJobSummary)}.\n@param member a consumer that will call methods on {@link MedicalTranscriptionJobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MedicalTranscriptionJobSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(MedicalTranscriptionJobSummary)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "MedicalTranscriptionJobSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "MedicalTranscriptionJobSummary",
"variableName" : "member",
"variableType" : "MedicalTranscriptionJobSummary",
"documentation" : null,
"simpleType" : "MedicalTranscriptionJobSummary",
"variableSetterType" : "MedicalTranscriptionJobSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MedicalTranscriptionJobSummary",
"variableName" : "member",
"variableType" : "MedicalTranscriptionJobSummary",
"documentation" : "",
"simpleType" : "MedicalTranscriptionJobSummary",
"variableSetterType" : "MedicalTranscriptionJobSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "MedicalTranscriptionJobSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "MedicalTranscriptionJobSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "MedicalTranscriptionJobSummaries",
"sensitive" : false,
"setterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param medicalTranscriptionJobSummaries A list of objects containing summary information for a transcription job.",
"setterMethodName" : "setMedicalTranscriptionJobSummaries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "medicalTranscriptionJobSummaries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "medicalTranscriptionJobSummaries",
"variableType" : "java.util.List",
"documentation" : "A list of objects containing summary information for a transcription job.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MedicalTranscriptionJobSummaries" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getMedicalTranscriptionJobSummaries",
"beanStyleSetterMethodName" : "setMedicalTranscriptionJobSummaries",
"c2jName" : "MedicalTranscriptionJobSummaries",
"c2jShape" : "MedicalTranscriptionJobSummaries",
"defaultConsumerFluentSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #medicalTranscriptionJobSummaries(List)}.\n@param medicalTranscriptionJobSummaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #medicalTranscriptionJobSummaries(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasMedicalTranscriptionJobSummaries()} to see if a value was sent in this field.\n
\n@return A list of objects containing summary information for a transcription job.\n@deprecated Use {@link #medicalTranscriptionJobSummaries()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param medicalTranscriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobSummaries(List)}\n",
"documentation" : "A list of objects containing summary information for a transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobSummaries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMedicalTranscriptionJobSummaries",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "medicalTranscriptionJobSummaries",
"fluentSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param medicalTranscriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "medicalTranscriptionJobSummaries",
"getterDocumentation" : "A list of objects containing summary information for a transcription job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasMedicalTranscriptionJobSummaries()} to see if a value was sent in this field.\n
\n@return A list of objects containing summary information for a transcription job.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MedicalTranscriptionJobSummaries",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MedicalTranscriptionJobSummaries",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MedicalTranscriptionJobSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MedicalTranscriptionJobSummary.Builder} avoiding the need to create one manually via {@link MedicalTranscriptionJobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link MedicalTranscriptionJobSummary.Builder#build()} is called immediately and its result is passed to {@link #member(MedicalTranscriptionJobSummary)}.\n@param member a consumer that will call methods on {@link MedicalTranscriptionJobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MedicalTranscriptionJobSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(MedicalTranscriptionJobSummary)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "MedicalTranscriptionJobSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "MedicalTranscriptionJobSummary",
"variableName" : "member",
"variableType" : "MedicalTranscriptionJobSummary",
"documentation" : null,
"simpleType" : "MedicalTranscriptionJobSummary",
"variableSetterType" : "MedicalTranscriptionJobSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MedicalTranscriptionJobSummary",
"variableName" : "member",
"variableType" : "MedicalTranscriptionJobSummary",
"documentation" : "",
"simpleType" : "MedicalTranscriptionJobSummary",
"variableSetterType" : "MedicalTranscriptionJobSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "MedicalTranscriptionJobSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "MedicalTranscriptionJobSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "MedicalTranscriptionJobSummaries",
"sensitive" : false,
"setterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param medicalTranscriptionJobSummaries A list of objects containing summary information for a transcription job.",
"setterMethodName" : "setMedicalTranscriptionJobSummaries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "medicalTranscriptionJobSummaries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "medicalTranscriptionJobSummaries",
"variableType" : "java.util.List",
"documentation" : "A list of objects containing summary information for a transcription job.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
\n@return The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
\n@return The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "TranscriptionJobStatus",
"defaultConsumerFluentSetterDocumentation" : "The requested status of the medical transcription jobs returned.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The requested status of the medical transcription jobs returned.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The requested status of the medical transcription jobs returned.
\n@param status The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The requested status of the medical transcription jobs returned.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The requested status of the medical transcription jobs returned.
\n@param status The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The requested status of the medical transcription jobs returned.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The requested status of the medical transcription jobs returned.
\n@param status The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The requested status of the medical transcription jobs returned.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "TranscriptionJobStatus",
"defaultConsumerFluentSetterDocumentation" : "The requested status of the medical transcription jobs returned.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The requested status of the medical transcription jobs returned.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The requested status of the medical transcription jobs returned.
\n@param status The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The requested status of the medical transcription jobs returned.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The requested status of the medical transcription jobs returned.
\n@param status The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The requested status of the medical transcription jobs returned.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The requested status of the medical transcription jobs returned.
\n@param status The requested status of the medical transcription jobs returned.\n@see TranscriptionJobStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The requested status of the medical transcription jobs returned.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
\n@return The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
\n@return The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The ListMedicalTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If the number of jobs exceeds what can fit on a page, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getMedicalTranscriptionJobSummaries",
"beanStyleSetterMethodName" : "setMedicalTranscriptionJobSummaries",
"c2jName" : "MedicalTranscriptionJobSummaries",
"c2jShape" : "MedicalTranscriptionJobSummaries",
"defaultConsumerFluentSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #medicalTranscriptionJobSummaries(List)}.\n@param medicalTranscriptionJobSummaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #medicalTranscriptionJobSummaries(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasMedicalTranscriptionJobSummaries()} to see if a value was sent in this field.\n
\n@return A list of objects containing summary information for a transcription job.\n@deprecated Use {@link #medicalTranscriptionJobSummaries()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param medicalTranscriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #medicalTranscriptionJobSummaries(List)}\n",
"documentation" : "A list of objects containing summary information for a transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MedicalTranscriptionJobSummaries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMedicalTranscriptionJobSummaries",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "medicalTranscriptionJobSummaries",
"fluentSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param medicalTranscriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "medicalTranscriptionJobSummaries",
"getterDocumentation" : "A list of objects containing summary information for a transcription job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasMedicalTranscriptionJobSummaries()} to see if a value was sent in this field.\n
\n@return A list of objects containing summary information for a transcription job.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MedicalTranscriptionJobSummaries",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MedicalTranscriptionJobSummaries",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "MedicalTranscriptionJobSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link MedicalTranscriptionJobSummary.Builder} avoiding the need to create one manually via {@link MedicalTranscriptionJobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link MedicalTranscriptionJobSummary.Builder#build()} is called immediately and its result is passed to {@link #member(MedicalTranscriptionJobSummary)}.\n@param member a consumer that will call methods on {@link MedicalTranscriptionJobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(MedicalTranscriptionJobSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(MedicalTranscriptionJobSummary)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "MedicalTranscriptionJobSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "MedicalTranscriptionJobSummary",
"variableName" : "member",
"variableType" : "MedicalTranscriptionJobSummary",
"documentation" : null,
"simpleType" : "MedicalTranscriptionJobSummary",
"variableSetterType" : "MedicalTranscriptionJobSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "MedicalTranscriptionJobSummary",
"variableName" : "member",
"variableType" : "MedicalTranscriptionJobSummary",
"documentation" : "",
"simpleType" : "MedicalTranscriptionJobSummary",
"variableSetterType" : "MedicalTranscriptionJobSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "MedicalTranscriptionJobSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "MedicalTranscriptionJobSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "MedicalTranscriptionJobSummaries",
"sensitive" : false,
"setterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param medicalTranscriptionJobSummaries A list of objects containing summary information for a transcription job.",
"setterMethodName" : "setMedicalTranscriptionJobSummaries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "medicalTranscriptionJobSummaries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "medicalTranscriptionJobSummaries",
"variableType" : "java.util.List",
"documentation" : "A list of objects containing summary information for a transcription job.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListMedicalTranscriptionJobsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListMedicalTranscriptionJobsResponse",
"variableName" : "listMedicalTranscriptionJobsResponse",
"variableType" : "ListMedicalTranscriptionJobsResponse",
"documentation" : null,
"simpleType" : "ListMedicalTranscriptionJobsResponse",
"variableSetterType" : "ListMedicalTranscriptionJobsResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListMedicalVocabulariesRequest" : {
"c2jName" : "ListMedicalVocabulariesRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ListMedicalVocabularies",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.ListMedicalVocabularies",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of vocabularies to return in the response.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of vocabularies to return in the response.
\n@return The maximum number of vocabularies to return in the response.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of vocabularies to return in the response.
\n@param maxResults The maximum number of vocabularies to return in the response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of vocabularies to return in the response.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of vocabularies to return in the response.
\n@param maxResults The maximum number of vocabularies to return in the response.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of vocabularies to return in the response.
\n@return The maximum number of vocabularies to return in the response.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of vocabularies to return in the response.
\n@param maxResults The maximum number of vocabularies to return in the response.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of vocabularies to return in the response.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStateEquals",
"beanStyleSetterMethodName" : "setStateEquals",
"c2jName" : "StateEquals",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateEqualsAsString(String)}.\n@param stateEquals a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateEquals(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateEquals} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateEqualsAsString}.\n
\n@return When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.\n@see VocabularyState\n@deprecated Use {@link #stateEqualsAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #stateEquals(String)}\n",
"documentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateEquals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateEquals",
"fluentEnumGetterMethodName" : "stateEquals",
"fluentEnumSetterMethodName" : "stateEquals",
"fluentGetterMethodName" : "stateEqualsAsString",
"fluentSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "stateEquals",
"getterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateEquals} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateEqualsAsString}.\n
\n@return When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateEquals",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateEquals",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StateEquals",
"sensitive" : false,
"setterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.\n@see VocabularyState",
"setterMethodName" : "setStateEquals",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateEquals",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateEquals",
"variableType" : "String",
"documentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNameContains",
"beanStyleSetterMethodName" : "setNameContains",
"c2jName" : "NameContains",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameContains(String)}.\n@param nameContains a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nameContains(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@return Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@deprecated Use {@link #nameContains()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@param nameContains Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nameContains(String)}\n",
"documentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNameContains",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nameContains",
"fluentSetterDocumentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@param nameContains Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nameContains",
"getterDocumentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@return Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NameContains",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NameContains",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NameContains",
"sensitive" : false,
"setterDocumentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@param nameContains Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.",
"setterMethodName" : "setNameContains",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nameContains",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nameContains",
"variableType" : "String",
"documentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxResults" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of vocabularies to return in the response.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of vocabularies to return in the response.
\n@return The maximum number of vocabularies to return in the response.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of vocabularies to return in the response.
\n@param maxResults The maximum number of vocabularies to return in the response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of vocabularies to return in the response.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of vocabularies to return in the response.
\n@param maxResults The maximum number of vocabularies to return in the response.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of vocabularies to return in the response.
\n@return The maximum number of vocabularies to return in the response.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of vocabularies to return in the response.
\n@param maxResults The maximum number of vocabularies to return in the response.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of vocabularies to return in the response.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NameContains" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNameContains",
"beanStyleSetterMethodName" : "setNameContains",
"c2jName" : "NameContains",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameContains(String)}.\n@param nameContains a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nameContains(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@return Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@deprecated Use {@link #nameContains()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@param nameContains Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nameContains(String)}\n",
"documentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNameContains",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nameContains",
"fluentSetterDocumentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@param nameContains Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nameContains",
"getterDocumentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@return Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NameContains",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NameContains",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NameContains",
"sensitive" : false,
"setterDocumentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@param nameContains Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.",
"setterMethodName" : "setNameContains",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nameContains",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nameContains",
"variableType" : "String",
"documentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StateEquals" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStateEquals",
"beanStyleSetterMethodName" : "setStateEquals",
"c2jName" : "StateEquals",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateEqualsAsString(String)}.\n@param stateEquals a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateEquals(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateEquals} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateEqualsAsString}.\n
\n@return When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.\n@see VocabularyState\n@deprecated Use {@link #stateEqualsAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #stateEquals(String)}\n",
"documentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateEquals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateEquals",
"fluentEnumGetterMethodName" : "stateEquals",
"fluentEnumSetterMethodName" : "stateEquals",
"fluentGetterMethodName" : "stateEqualsAsString",
"fluentSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "stateEquals",
"getterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateEquals} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateEqualsAsString}.\n
\n@return When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateEquals",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateEquals",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StateEquals",
"sensitive" : false,
"setterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.\n@see VocabularyState",
"setterMethodName" : "setStateEquals",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateEquals",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateEquals",
"variableType" : "String",
"documentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the result of your previous request to ListMedicalVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of vocabularies to return in the response.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of vocabularies to return in the response.
\n@return The maximum number of vocabularies to return in the response.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of vocabularies to return in the response.
\n@param maxResults The maximum number of vocabularies to return in the response.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of vocabularies to return in the response.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of vocabularies to return in the response.
\n@param maxResults The maximum number of vocabularies to return in the response.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of vocabularies to return in the response.
\n@return The maximum number of vocabularies to return in the response.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of vocabularies to return in the response.
\n@param maxResults The maximum number of vocabularies to return in the response.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of vocabularies to return in the response.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStateEquals",
"beanStyleSetterMethodName" : "setStateEquals",
"c2jName" : "StateEquals",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateEqualsAsString(String)}.\n@param stateEquals a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateEquals(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateEquals} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateEqualsAsString}.\n
\n@return When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.\n@see VocabularyState\n@deprecated Use {@link #stateEqualsAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #stateEquals(String)}\n",
"documentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateEquals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateEquals",
"fluentEnumGetterMethodName" : "stateEquals",
"fluentEnumSetterMethodName" : "stateEquals",
"fluentGetterMethodName" : "stateEqualsAsString",
"fluentSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "stateEquals",
"getterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateEquals} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateEqualsAsString}.\n
\n@return When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateEquals",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateEquals",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StateEquals",
"sensitive" : false,
"setterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.\n@see VocabularyState",
"setterMethodName" : "setStateEquals",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateEquals",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateEquals",
"variableType" : "String",
"documentation" : "When specified, only returns vocabularies with the VocabularyState
equal to the specified vocabulary state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNameContains",
"beanStyleSetterMethodName" : "setNameContains",
"c2jName" : "NameContains",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameContains(String)}.\n@param nameContains a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nameContains(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@return Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@deprecated Use {@link #nameContains()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@param nameContains Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nameContains(String)}\n",
"documentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNameContains",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nameContains",
"fluentSetterDocumentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@param nameContains Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nameContains",
"getterDocumentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@return Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NameContains",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NameContains",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NameContains",
"sensitive" : false,
"setterDocumentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@param nameContains Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.",
"setterMethodName" : "setNameContains",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nameContains",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nameContains",
"variableType" : "String",
"documentation" : "Returns vocabularies in the list whose name contains the specified string. The search is case-insensitive, ListMedicalVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListMedicalVocabulariesRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListMedicalVocabulariesRequest",
"variableName" : "listMedicalVocabulariesRequest",
"variableType" : "ListMedicalVocabulariesRequest",
"documentation" : null,
"simpleType" : "ListMedicalVocabulariesRequest",
"variableSetterType" : "ListMedicalVocabulariesRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListMedicalVocabulariesResponse" : {
"c2jName" : "ListMedicalVocabulariesResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "The requested vocabulary state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The requested vocabulary state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested vocabulary state.\n@see VocabularyState\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The requested vocabulary state.
\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The requested vocabulary state.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The requested vocabulary state.
\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The requested vocabulary state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested vocabulary state.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The requested vocabulary state.
\n@param status The requested vocabulary state.\n@see VocabularyState",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The requested vocabulary state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
\n@return The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
\n@param nextToken The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
\n@param nextToken The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
\n@return The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
\n@param nextToken The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getVocabularies",
"beanStyleSetterMethodName" : "setVocabularies",
"c2jName" : "Vocabularies",
"c2jShape" : "Vocabularies",
"defaultConsumerFluentSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vocabularies(List)}.\n@param vocabularies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularies(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n
\n@return A list of objects that describe the vocabularies that match the search criteria in the request.\n@deprecated Use {@link #vocabularies()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularies(List)}\n",
"documentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Vocabularies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularies",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularies",
"fluentSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularies",
"getterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n
\n@return A list of objects that describe the vocabularies that match the search criteria in the request.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Vocabularies",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Vocabularies",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "VocabularyInfo",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VocabularyInfo.Builder} avoiding the need to create one manually via {@link VocabularyInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link VocabularyInfo.Builder#build()} is called immediately and its result is passed to {@link #member(VocabularyInfo)}.\n@param member a consumer that will call methods on {@link VocabularyInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VocabularyInfo)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(VocabularyInfo)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "VocabularyInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "VocabularyInfo",
"variableName" : "member",
"variableType" : "VocabularyInfo",
"documentation" : null,
"simpleType" : "VocabularyInfo",
"variableSetterType" : "VocabularyInfo"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "VocabularyInfo",
"variableName" : "member",
"variableType" : "VocabularyInfo",
"documentation" : "",
"simpleType" : "VocabularyInfo",
"variableSetterType" : "VocabularyInfo"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "VocabularyInfo",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "VocabularyInfo",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Vocabularies",
"sensitive" : false,
"setterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.",
"setterMethodName" : "setVocabularies",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vocabularies",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vocabularies",
"variableType" : "java.util.List",
"documentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
\n@return The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
\n@param nextToken The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
\n@param nextToken The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
\n@return The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
\n@param nextToken The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "The requested vocabulary state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The requested vocabulary state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested vocabulary state.\n@see VocabularyState\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The requested vocabulary state.
\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The requested vocabulary state.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The requested vocabulary state.
\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The requested vocabulary state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested vocabulary state.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The requested vocabulary state.
\n@param status The requested vocabulary state.\n@see VocabularyState",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The requested vocabulary state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Vocabularies" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getVocabularies",
"beanStyleSetterMethodName" : "setVocabularies",
"c2jName" : "Vocabularies",
"c2jShape" : "Vocabularies",
"defaultConsumerFluentSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vocabularies(List)}.\n@param vocabularies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularies(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n
\n@return A list of objects that describe the vocabularies that match the search criteria in the request.\n@deprecated Use {@link #vocabularies()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularies(List)}\n",
"documentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Vocabularies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularies",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularies",
"fluentSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularies",
"getterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n
\n@return A list of objects that describe the vocabularies that match the search criteria in the request.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Vocabularies",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Vocabularies",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "VocabularyInfo",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VocabularyInfo.Builder} avoiding the need to create one manually via {@link VocabularyInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link VocabularyInfo.Builder#build()} is called immediately and its result is passed to {@link #member(VocabularyInfo)}.\n@param member a consumer that will call methods on {@link VocabularyInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VocabularyInfo)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(VocabularyInfo)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "VocabularyInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "VocabularyInfo",
"variableName" : "member",
"variableType" : "VocabularyInfo",
"documentation" : null,
"simpleType" : "VocabularyInfo",
"variableSetterType" : "VocabularyInfo"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "VocabularyInfo",
"variableName" : "member",
"variableType" : "VocabularyInfo",
"documentation" : "",
"simpleType" : "VocabularyInfo",
"variableSetterType" : "VocabularyInfo"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "VocabularyInfo",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "VocabularyInfo",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Vocabularies",
"sensitive" : false,
"setterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.",
"setterMethodName" : "setVocabularies",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vocabularies",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vocabularies",
"variableType" : "java.util.List",
"documentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "The requested vocabulary state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The requested vocabulary state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested vocabulary state.\n@see VocabularyState\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The requested vocabulary state.
\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The requested vocabulary state.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The requested vocabulary state.
\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The requested vocabulary state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested vocabulary state.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The requested vocabulary state.
\n@param status The requested vocabulary state.\n@see VocabularyState",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The requested vocabulary state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
\n@return The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
\n@param nextToken The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
\n@param nextToken The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
\n@return The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
\n@param nextToken The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The ListMedicalVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe Medical returns the NextPage
token. Include the token in the next request to the ListMedicalVocabularies
operation to return the next page of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getVocabularies",
"beanStyleSetterMethodName" : "setVocabularies",
"c2jName" : "Vocabularies",
"c2jShape" : "Vocabularies",
"defaultConsumerFluentSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vocabularies(List)}.\n@param vocabularies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularies(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n
\n@return A list of objects that describe the vocabularies that match the search criteria in the request.\n@deprecated Use {@link #vocabularies()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularies(List)}\n",
"documentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Vocabularies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularies",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularies",
"fluentSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularies",
"getterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n
\n@return A list of objects that describe the vocabularies that match the search criteria in the request.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Vocabularies",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Vocabularies",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "VocabularyInfo",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VocabularyInfo.Builder} avoiding the need to create one manually via {@link VocabularyInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link VocabularyInfo.Builder#build()} is called immediately and its result is passed to {@link #member(VocabularyInfo)}.\n@param member a consumer that will call methods on {@link VocabularyInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VocabularyInfo)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(VocabularyInfo)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "VocabularyInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "VocabularyInfo",
"variableName" : "member",
"variableType" : "VocabularyInfo",
"documentation" : null,
"simpleType" : "VocabularyInfo",
"variableSetterType" : "VocabularyInfo"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "VocabularyInfo",
"variableName" : "member",
"variableType" : "VocabularyInfo",
"documentation" : "",
"simpleType" : "VocabularyInfo",
"variableSetterType" : "VocabularyInfo"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "VocabularyInfo",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "VocabularyInfo",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Vocabularies",
"sensitive" : false,
"setterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.",
"setterMethodName" : "setVocabularies",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vocabularies",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vocabularies",
"variableType" : "java.util.List",
"documentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListMedicalVocabulariesResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListMedicalVocabulariesResponse",
"variableName" : "listMedicalVocabulariesResponse",
"variableType" : "ListMedicalVocabulariesResponse",
"documentation" : null,
"simpleType" : "ListMedicalVocabulariesResponse",
"variableSetterType" : "ListMedicalVocabulariesResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListTranscriptionJobsRequest" : {
"c2jName" : "ListTranscriptionJobsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ListTranscriptionJobs",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.ListTranscriptionJobs",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "TranscriptionJobStatus",
"defaultConsumerFluentSetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobNameContains",
"beanStyleSetterMethodName" : "setJobNameContains",
"c2jName" : "JobNameContains",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobNameContains(String)}.\n@param jobNameContains a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobNameContains(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@deprecated Use {@link #jobNameContains()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobNameContains(String)}\n",
"documentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobNameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobNameContains",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobNameContains",
"fluentSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobNameContains",
"getterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobNameContains",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobNameContains",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobNameContains",
"sensitive" : false,
"setterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.",
"setterMethodName" : "setJobNameContains",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobNameContains",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobNameContains",
"variableType" : "String",
"documentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"JobNameContains" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobNameContains",
"beanStyleSetterMethodName" : "setJobNameContains",
"c2jName" : "JobNameContains",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobNameContains(String)}.\n@param jobNameContains a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobNameContains(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@deprecated Use {@link #jobNameContains()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobNameContains(String)}\n",
"documentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobNameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobNameContains",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobNameContains",
"fluentSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobNameContains",
"getterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobNameContains",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobNameContains",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobNameContains",
"sensitive" : false,
"setterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.",
"setterMethodName" : "setJobNameContains",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobNameContains",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobNameContains",
"variableType" : "String",
"documentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MaxResults" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "TranscriptionJobStatus",
"defaultConsumerFluentSetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "TranscriptionJobStatus",
"defaultConsumerFluentSetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
\n@param status When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.\n@see TranscriptionJobStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobNameContains",
"beanStyleSetterMethodName" : "setJobNameContains",
"c2jName" : "JobNameContains",
"c2jShape" : "TranscriptionJobName",
"defaultConsumerFluentSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobNameContains(String)}.\n@param jobNameContains a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobNameContains(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@deprecated Use {@link #jobNameContains()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobNameContains(String)}\n",
"documentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobNameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobNameContains",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobNameContains",
"fluentSetterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobNameContains",
"getterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@return When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "JobNameContains",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "JobNameContains",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobNameContains",
"sensitive" : false,
"setterDocumentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
\n@param jobNameContains When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.",
"setterMethodName" : "setJobNameContains",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobNameContains",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobNameContains",
"variableType" : "String",
"documentation" : "When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the result of the previous request to ListTranscriptionJobs
was truncated, include the NextToken
to fetch the next set of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListTranscriptionJobsRequest",
"simpleMethod" : true,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListTranscriptionJobsRequest",
"variableName" : "listTranscriptionJobsRequest",
"variableType" : "ListTranscriptionJobsRequest",
"documentation" : null,
"simpleType" : "ListTranscriptionJobsRequest",
"variableSetterType" : "ListTranscriptionJobsRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListTranscriptionJobsResponse" : {
"c2jName" : "ListTranscriptionJobsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "TranscriptionJobStatus",
"defaultConsumerFluentSetterDocumentation" : "The requested status of the jobs returned.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The requested status of the jobs returned.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The requested status of the jobs returned.
\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The requested status of the jobs returned.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The requested status of the jobs returned.
\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The requested status of the jobs returned.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested status of the jobs returned.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The requested status of the jobs returned.
\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The requested status of the jobs returned.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@return The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@return The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTranscriptionJobSummaries",
"beanStyleSetterMethodName" : "setTranscriptionJobSummaries",
"c2jName" : "TranscriptionJobSummaries",
"c2jShape" : "TranscriptionJobSummaries",
"defaultConsumerFluentSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobSummaries(List)}.\n@param transcriptionJobSummaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobSummaries(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTranscriptionJobSummaries()} to see if a value was sent in this field.\n
\n@return A list of objects containing summary information for a transcription job.\n@deprecated Use {@link #transcriptionJobSummaries()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobSummaries(List)}\n",
"documentation" : "A list of objects containing summary information for a transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobSummaries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobSummaries",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobSummaries",
"fluentSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobSummaries",
"getterDocumentation" : "A list of objects containing summary information for a transcription job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTranscriptionJobSummaries()} to see if a value was sent in this field.\n
\n@return A list of objects containing summary information for a transcription job.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobSummaries",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobSummaries",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "TranscriptionJobSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TranscriptionJobSummary.Builder} avoiding the need to create one manually via {@link TranscriptionJobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link TranscriptionJobSummary.Builder#build()} is called immediately and its result is passed to {@link #member(TranscriptionJobSummary)}.\n@param member a consumer that will call methods on {@link TranscriptionJobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TranscriptionJobSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TranscriptionJobSummary)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "TranscriptionJobSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "TranscriptionJobSummary",
"variableName" : "member",
"variableType" : "TranscriptionJobSummary",
"documentation" : null,
"simpleType" : "TranscriptionJobSummary",
"variableSetterType" : "TranscriptionJobSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TranscriptionJobSummary",
"variableName" : "member",
"variableType" : "TranscriptionJobSummary",
"documentation" : "",
"simpleType" : "TranscriptionJobSummary",
"variableSetterType" : "TranscriptionJobSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "TranscriptionJobSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "TranscriptionJobSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "TranscriptionJobSummaries",
"sensitive" : false,
"setterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.",
"setterMethodName" : "setTranscriptionJobSummaries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "transcriptionJobSummaries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "transcriptionJobSummaries",
"variableType" : "java.util.List",
"documentation" : "A list of objects containing summary information for a transcription job.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@return The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@return The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "TranscriptionJobStatus",
"defaultConsumerFluentSetterDocumentation" : "The requested status of the jobs returned.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The requested status of the jobs returned.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The requested status of the jobs returned.
\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The requested status of the jobs returned.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The requested status of the jobs returned.
\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The requested status of the jobs returned.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested status of the jobs returned.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The requested status of the jobs returned.
\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The requested status of the jobs returned.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TranscriptionJobSummaries" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTranscriptionJobSummaries",
"beanStyleSetterMethodName" : "setTranscriptionJobSummaries",
"c2jName" : "TranscriptionJobSummaries",
"c2jShape" : "TranscriptionJobSummaries",
"defaultConsumerFluentSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobSummaries(List)}.\n@param transcriptionJobSummaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobSummaries(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTranscriptionJobSummaries()} to see if a value was sent in this field.\n
\n@return A list of objects containing summary information for a transcription job.\n@deprecated Use {@link #transcriptionJobSummaries()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobSummaries(List)}\n",
"documentation" : "A list of objects containing summary information for a transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobSummaries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobSummaries",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobSummaries",
"fluentSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobSummaries",
"getterDocumentation" : "A list of objects containing summary information for a transcription job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTranscriptionJobSummaries()} to see if a value was sent in this field.\n
\n@return A list of objects containing summary information for a transcription job.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobSummaries",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobSummaries",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "TranscriptionJobSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TranscriptionJobSummary.Builder} avoiding the need to create one manually via {@link TranscriptionJobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link TranscriptionJobSummary.Builder#build()} is called immediately and its result is passed to {@link #member(TranscriptionJobSummary)}.\n@param member a consumer that will call methods on {@link TranscriptionJobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TranscriptionJobSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TranscriptionJobSummary)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "TranscriptionJobSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "TranscriptionJobSummary",
"variableName" : "member",
"variableType" : "TranscriptionJobSummary",
"documentation" : null,
"simpleType" : "TranscriptionJobSummary",
"variableSetterType" : "TranscriptionJobSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TranscriptionJobSummary",
"variableName" : "member",
"variableType" : "TranscriptionJobSummary",
"documentation" : "",
"simpleType" : "TranscriptionJobSummary",
"variableSetterType" : "TranscriptionJobSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "TranscriptionJobSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "TranscriptionJobSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "TranscriptionJobSummaries",
"sensitive" : false,
"setterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.",
"setterMethodName" : "setTranscriptionJobSummaries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "transcriptionJobSummaries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "transcriptionJobSummaries",
"variableType" : "java.util.List",
"documentation" : "A list of objects containing summary information for a transcription job.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "TranscriptionJobStatus",
"defaultConsumerFluentSetterDocumentation" : "The requested status of the jobs returned.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The requested status of the jobs returned.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The requested status of the jobs returned.
\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The requested status of the jobs returned.
",
"endpointDiscoveryId" : false,
"enumType" : "TranscriptionJobStatus",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The requested status of the jobs returned.
\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see TranscriptionJobStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The requested status of the jobs returned.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link TranscriptionJobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested status of the jobs returned.\n@see TranscriptionJobStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The requested status of the jobs returned.
\n@param status The requested status of the jobs returned.\n@see TranscriptionJobStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The requested status of the jobs returned.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@return The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@return The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
\n@param nextToken The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The ListTranscriptionJobs
operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListTranscriptionJobs
operation to return in the next page of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTranscriptionJobSummaries",
"beanStyleSetterMethodName" : "setTranscriptionJobSummaries",
"c2jName" : "TranscriptionJobSummaries",
"c2jShape" : "TranscriptionJobSummaries",
"defaultConsumerFluentSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #transcriptionJobSummaries(List)}.\n@param transcriptionJobSummaries a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #transcriptionJobSummaries(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTranscriptionJobSummaries()} to see if a value was sent in this field.\n
\n@return A list of objects containing summary information for a transcription job.\n@deprecated Use {@link #transcriptionJobSummaries()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #transcriptionJobSummaries(List)}\n",
"documentation" : "A list of objects containing summary information for a transcription job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TranscriptionJobSummaries property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTranscriptionJobSummaries",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "transcriptionJobSummaries",
"fluentSetterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "transcriptionJobSummaries",
"getterDocumentation" : "A list of objects containing summary information for a transcription job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTranscriptionJobSummaries()} to see if a value was sent in this field.\n
\n@return A list of objects containing summary information for a transcription job.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TranscriptionJobSummaries",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TranscriptionJobSummaries",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "TranscriptionJobSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link TranscriptionJobSummary.Builder} avoiding the need to create one manually via {@link TranscriptionJobSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link TranscriptionJobSummary.Builder#build()} is called immediately and its result is passed to {@link #member(TranscriptionJobSummary)}.\n@param member a consumer that will call methods on {@link TranscriptionJobSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(TranscriptionJobSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(TranscriptionJobSummary)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "TranscriptionJobSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "TranscriptionJobSummary",
"variableName" : "member",
"variableType" : "TranscriptionJobSummary",
"documentation" : null,
"simpleType" : "TranscriptionJobSummary",
"variableSetterType" : "TranscriptionJobSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "TranscriptionJobSummary",
"variableName" : "member",
"variableType" : "TranscriptionJobSummary",
"documentation" : "",
"simpleType" : "TranscriptionJobSummary",
"variableSetterType" : "TranscriptionJobSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "TranscriptionJobSummary",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "TranscriptionJobSummary",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "TranscriptionJobSummaries",
"sensitive" : false,
"setterDocumentation" : "A list of objects containing summary information for a transcription job.
\n@param transcriptionJobSummaries A list of objects containing summary information for a transcription job.",
"setterMethodName" : "setTranscriptionJobSummaries",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "transcriptionJobSummaries",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "transcriptionJobSummaries",
"variableType" : "java.util.List",
"documentation" : "A list of objects containing summary information for a transcription job.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListTranscriptionJobsResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ListTranscriptionJobsResponse",
"variableName" : "listTranscriptionJobsResponse",
"variableType" : "ListTranscriptionJobsResponse",
"documentation" : null,
"simpleType" : "ListTranscriptionJobsResponse",
"variableSetterType" : "ListTranscriptionJobsResponse"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListVocabulariesRequest" : {
"c2jName" : "ListVocabulariesRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ListVocabularies",
"locationName" : null,
"requestUri" : "/",
"target" : "Transcribe.ListVocabularies",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStateEquals",
"beanStyleSetterMethodName" : "setStateEquals",
"c2jName" : "StateEquals",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateEqualsAsString(String)}.\n@param stateEquals a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateEquals(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateEquals} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateEqualsAsString}.\n
\n@return When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState\n@deprecated Use {@link #stateEqualsAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #stateEquals(String)}\n",
"documentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateEquals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateEquals",
"fluentEnumGetterMethodName" : "stateEquals",
"fluentEnumSetterMethodName" : "stateEquals",
"fluentGetterMethodName" : "stateEqualsAsString",
"fluentSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "stateEquals",
"getterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateEquals} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateEqualsAsString}.\n
\n@return When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateEquals",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateEquals",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StateEquals",
"sensitive" : false,
"setterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState",
"setterMethodName" : "setStateEquals",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateEquals",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateEquals",
"variableType" : "String",
"documentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNameContains",
"beanStyleSetterMethodName" : "setNameContains",
"c2jName" : "NameContains",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameContains(String)}.\n@param nameContains a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nameContains(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@return When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@deprecated Use {@link #nameContains()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@param nameContains When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nameContains(String)}\n",
"documentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNameContains",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nameContains",
"fluentSetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@param nameContains When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nameContains",
"getterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@return When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NameContains",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NameContains",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NameContains",
"sensitive" : false,
"setterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@param nameContains When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.",
"setterMethodName" : "setNameContains",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nameContains",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nameContains",
"variableType" : "String",
"documentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxResults" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NameContains" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNameContains",
"beanStyleSetterMethodName" : "setNameContains",
"c2jName" : "NameContains",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameContains(String)}.\n@param nameContains a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nameContains(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@return When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@deprecated Use {@link #nameContains()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@param nameContains When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nameContains(String)}\n",
"documentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNameContains",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nameContains",
"fluentSetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@param nameContains When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nameContains",
"getterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@return When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NameContains",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NameContains",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NameContains",
"sensitive" : false,
"setterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@param nameContains When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.",
"setterMethodName" : "setNameContains",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nameContains",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nameContains",
"variableType" : "String",
"documentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StateEquals" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStateEquals",
"beanStyleSetterMethodName" : "setStateEquals",
"c2jName" : "StateEquals",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateEqualsAsString(String)}.\n@param stateEquals a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateEquals(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateEquals} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateEqualsAsString}.\n
\n@return When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState\n@deprecated Use {@link #stateEqualsAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #stateEquals(String)}\n",
"documentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateEquals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateEquals",
"fluentEnumGetterMethodName" : "stateEquals",
"fluentEnumSetterMethodName" : "stateEquals",
"fluentGetterMethodName" : "stateEqualsAsString",
"fluentSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "stateEquals",
"getterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateEquals} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateEqualsAsString}.\n
\n@return When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateEquals",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateEquals",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StateEquals",
"sensitive" : false,
"setterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState",
"setterMethodName" : "setStateEquals",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateEquals",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateEquals",
"variableType" : "String",
"documentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@return If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
\n@param nextToken If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "If the result of the previous request to ListVocabularies
was truncated, include the NextToken
to fetch the next set of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "MaxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@deprecated Use {@link #maxResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #maxResults(Integer)}\n",
"documentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MaxResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMaxResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@return The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MaxResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MaxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
\n@param maxResults The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "The maximum number of vocabularies to return in the response. If there are fewer results in the list, this response contains only the actual results.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStateEquals",
"beanStyleSetterMethodName" : "setStateEquals",
"c2jName" : "StateEquals",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateEqualsAsString(String)}.\n@param stateEquals a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stateEquals(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateEquals} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateEqualsAsString}.\n
\n@return When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState\n@deprecated Use {@link #stateEqualsAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #stateEquals(String)}\n",
"documentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StateEquals property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStateEquals",
"fluentEnumGetterMethodName" : "stateEquals",
"fluentEnumSetterMethodName" : "stateEquals",
"fluentGetterMethodName" : "stateEqualsAsString",
"fluentSetterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "stateEquals",
"getterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stateEquals} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateEqualsAsString}.\n
\n@return When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StateEquals",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StateEquals",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StateEquals",
"sensitive" : false,
"setterDocumentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
\n@param stateEquals When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.\n@see VocabularyState",
"setterMethodName" : "setStateEquals",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stateEquals",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stateEquals",
"variableType" : "String",
"documentation" : "When specified, only returns vocabularies with the VocabularyState
field equal to the specified state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNameContains",
"beanStyleSetterMethodName" : "setNameContains",
"c2jName" : "NameContains",
"c2jShape" : "VocabularyName",
"defaultConsumerFluentSetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nameContains(String)}.\n@param nameContains a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nameContains(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@return When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@deprecated Use {@link #nameContains()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@param nameContains When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nameContains(String)}\n",
"documentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NameContains property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNameContains",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nameContains",
"fluentSetterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@param nameContains When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nameContains",
"getterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@return When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NameContains",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NameContains",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NameContains",
"sensitive" : false,
"setterDocumentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
\n@param nameContains When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.",
"setterMethodName" : "setNameContains",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nameContains",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nameContains",
"variableType" : "String",
"documentation" : "When specified, the vocabularies returned in the list are limited to vocabularies whose name contains the specified string. The search is case-insensitive, ListVocabularies
returns both \"vocabularyname\" and \"VocabularyName\" in the response list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListVocabulariesRequest",
"simpleMethod" : true,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListVocabulariesRequest",
"variableName" : "listVocabulariesRequest",
"variableType" : "ListVocabulariesRequest",
"documentation" : null,
"simpleType" : "ListVocabulariesRequest",
"variableSetterType" : "ListVocabulariesRequest"
},
"wrapper" : false,
"xmlNamespace" : null
},
"ListVocabulariesResponse" : {
"c2jName" : "ListVocabulariesResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "The requested vocabulary state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The requested vocabulary state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested vocabulary state.\n@see VocabularyState\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The requested vocabulary state.
\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The requested vocabulary state.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The requested vocabulary state.
\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The requested vocabulary state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested vocabulary state.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The requested vocabulary state.
\n@param status The requested vocabulary state.\n@see VocabularyState",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The requested vocabulary state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@return The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@param nextToken The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@param nextToken The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@return The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@param nextToken The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getVocabularies",
"beanStyleSetterMethodName" : "setVocabularies",
"c2jName" : "Vocabularies",
"c2jShape" : "Vocabularies",
"defaultConsumerFluentSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vocabularies(List)}.\n@param vocabularies a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #vocabularies(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n
\n@return A list of objects that describe the vocabularies that match the search criteria in the request.\n@deprecated Use {@link #vocabularies()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #vocabularies(List)}\n",
"documentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Vocabularies property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVocabularies",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "vocabularies",
"fluentSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "vocabularies",
"getterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasVocabularies()} to see if a value was sent in this field.\n
\n@return A list of objects that describe the vocabularies that match the search criteria in the request.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Vocabularies",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Vocabularies",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "VocabularyInfo",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link VocabularyInfo.Builder} avoiding the need to create one manually via {@link VocabularyInfo#builder()}.\n\nWhen the {@link Consumer} completes, {@link VocabularyInfo.Builder#build()} is called immediately and its result is passed to {@link #member(VocabularyInfo)}.\n@param member a consumer that will call methods on {@link VocabularyInfo.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(VocabularyInfo)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(VocabularyInfo)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "VocabularyInfo",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "VocabularyInfo",
"variableName" : "member",
"variableType" : "VocabularyInfo",
"documentation" : null,
"simpleType" : "VocabularyInfo",
"variableSetterType" : "VocabularyInfo"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "VocabularyInfo",
"variableName" : "member",
"variableType" : "VocabularyInfo",
"documentation" : "",
"simpleType" : "VocabularyInfo",
"variableSetterType" : "VocabularyInfo"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "VocabularyInfo",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "VocabularyInfo",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Vocabularies",
"sensitive" : false,
"setterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\n@param vocabularies A list of objects that describe the vocabularies that match the search criteria in the request.",
"setterMethodName" : "setVocabularies",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vocabularies",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "vocabularies",
"variableType" : "java.util.List",
"documentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"NextToken" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #nextToken(String)}.\n@param nextToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #nextToken(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@return The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.\n@deprecated Use {@link #nextToken()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@param nextToken The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #nextToken(String)}\n",
"documentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NextToken property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNextToken",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@param nextToken The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@return The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "NextToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "NextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
\n@param nextToken The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "The ListVocabularies
operation returns a page of vocabularies at a time. The maximum size of the page is set by the MaxResults
parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the ListVocabularies
operation to return in the next page of jobs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "VocabularyState",
"defaultConsumerFluentSetterDocumentation" : "The requested vocabulary state.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The requested vocabulary state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested vocabulary state.\n@see VocabularyState\n@deprecated Use {@link #statusAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The requested vocabulary state.
\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The requested vocabulary state.
",
"endpointDiscoveryId" : false,
"enumType" : "VocabularyState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Status property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatus",
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The requested vocabulary state.
\n@param status The requested vocabulary state.\n@see VocabularyState\n@return Returns a reference to this object so that method calls can be chained together.\n@see VocabularyState",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The requested vocabulary state.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link VocabularyState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The requested vocabulary state.\n@see VocabularyState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The requested vocabulary state.
\n@param status The requested vocabulary state.\n@see VocabularyState",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The requested vocabulary state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Vocabularies" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getVocabularies",
"beanStyleSetterMethodName" : "setVocabularies",
"c2jName" : "Vocabularies",
"c2jShape" : "Vocabularies",
"defaultConsumerFluentSetterDocumentation" : "A list of objects that describe the vocabularies that match the search criteria in the request.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #vocabularies(List)}.\n@param vocabularies a consumer that will call methods on {@link List